@charset "UTF-8";



@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@100..900&display=swap');



@font-face {
    font-family: 'Pretendard';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/pretendard@1.0/Pretendard-Thin.woff2') format('woff2');
    font-weight: 100;
    font-display: swap;
}

@font-face {
    font-family: 'Pretendard';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/pretendard@1.0/Pretendard-ExtraLight.woff2') format('woff2');
    font-weight: 200;
    font-display: swap;
}

@font-face {
    font-family: 'Pretendard';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/pretendard@1.0/Pretendard-Light.woff2') format('woff2');
    font-weight: 300;
    font-display: swap;
}

@font-face {
    font-family: 'Pretendard';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/pretendard@1.0/Pretendard-Regular.woff2') format('woff2');
    font-weight: 400;
    font-display: swap;
}

@font-face {
    font-family: 'Pretendard';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/pretendard@1.0/Pretendard-Medium.woff2') format('woff2');
    font-weight: 500;
    font-display: swap;
}

@font-face {
    font-family: 'Pretendard';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/pretendard@1.0/Pretendard-SemiBold.woff2') format('woff2');
    font-weight: 600;
    font-display: swap;
}

@font-face {
    font-family: 'Pretendard';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/pretendard@1.0/Pretendard-Bold.woff2') format('woff2');
    font-weight: 700;
    font-display: swap;
}

@font-face {
    font-family: 'Pretendard';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/pretendard@1.0/Pretendard-ExtraBold.woff2') format('woff2');
    font-weight: 800;
    font-display: swap;
}

@font-face {
    font-family: 'Pretendard';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/pretendard@1.0/Pretendard-Black.woff2') format('woff2');
    font-weight: 900;
    font-display: swap;
}



/* font-family: 'Noto Sans', sans-serif; */

/* reset */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
    font-family: "Pretendard", sans-serif;
    font-weight: 400;
	line-height: 1;
    color:#666;
    /* overflow-x: hidden; */
    margin: 0;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
img {
    vertical-align: middle;
}
a {
    text-decoration: none;
    color:#666;
}
a:hover{
    cursor: pointer;
}
.cobalt {
    color: #34C9D4;
}
.red {
    color: red !important;
}

/* 공통 */
/* 웹폰트 부드럽게, 모서리의 경계 픽셀이 깨지지 않음 */
* {
    -webkit-font-smoothing:antialiased;
}
.hidden {
    display: none;
}
.container {
    max-width:1200px;
    margin: 0 auto;
}
.container-1600 {
    max-width:1600px;
    margin: 0 auto;
}
.container-1700 {
    max-width:1700px;
    margin: 0 auto;
}
.container-1000 {
    max-width:1000px;
    margin: 0 auto;
}
.posrel {
    position: relative;
}


.pc {
    display: block !important;
}
.tab {
    display: none !important;
}
.mo {
    display: none !important;
}
#barsbtn {
    display: none;
}
#closedbtn {
    display: none;
}
.sns_m {
    display: none;
}

[data-trigger] {
    opacity: 0;
    position: relative;
    top: 100px;
    transition: 1s ease-out;
}

[data-trigger].visible {
  opacity: 1;
  top: 0;
}

[data-trigger1] {
    opacity: 0;
    position: relative;
    left: -100px;
    transition: 1s ease-out;
}

[data-trigger1].visible {
  opacity: 1;
  left: 0;
}

[data-trigger2] {
    opacity: 0;
    position: relative;
    right: -100px;
    transition: 1s ease-out;
}

[data-trigger2].visible {
  opacity: 1;
  right: 0;
}

[data-trigger3] {
    opacity: 0;
    position: relative;
    transition: 1s ease-out;
}

[data-trigger3].visible {
  opacity: 1;
  right: 0;
}


/* header  */
#mainhd {
    position: absolute;
    width: 100%;
    z-index: 2;
    border-bottom: 1px solid rgba(255,255,255,0.25);
}
.subtype #mainhd {
    border-bottom: 1px solid #cdcdcd;
}
#mainhd .main_hd{
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 100px;
    padding: 0 100px;  
}
#mainhd .main_hd nav {
    height: 100px;
    line-height: 100px;
    display: flex;
}
#mainhd .main_hd nav ul{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-left: 100px;
}
#mainhd .main_hd nav ul.gnb li {
    margin-left: 60px;
}
#mainhd .main_hd nav ul.sns li {
    margin-left: 20px;
}
#mainhd .main_hd nav ul.gnb li a {
    font-size: 16px;
    color: rgba(255,255,255,0.8);
    font-weight: 700;
    text-transform: uppercase; 
}
.subtype #mainhd .main_hd nav ul.gnb li a {
    color:#333;
}

/* main */
.index {
    width: 100%;
    height: 100vh;
    overflow: hidden;
    position: relative;
}
.index .main_slide .swiper {
    /* overflow: hidden; */
    position: relative;
    width: 100%;
    height: 100vh;
}
.index .main_slide .swiper .swiper-pagination-bullets {
    bottom: 50px;
}
.index .main_slide .swiper .swiper-pagination-bullet {
    width: 60px;
    height: 6px;
    border-radius: 0;
    background: rgba(255,255,255,1);
    margin: 0;
}
.index .main_slide .swiper .swiper-button-prev {
    left: 120px;
    background-image: none;
}
.index .main_slide .swiper .swiper-button-prev::after{
    content:'\f137';
    font-size: 50px;
    color:rgba(255,255,255,0.8);
    font-family: FontAwesome;
}
.index .main_slide .swiper .swiper-button-next {
    right: 145px;
    background-image: none;
}
.index .main_slide .swiper .swiper-button-next::after {
    content:'\f138';
    font-size: 50px;
    color:rgba(255,255,255,0.8);
    font-family: FontAwesome;
}
.index .swiper-slide {
    overflow: hidden; /* 이미지가 커질 때 슬라이드 영역을 넘지 않도록 */
    position: relative;
}
.index .swiper-slide .img-wrapper {
    width: 100%;
    height: 100vh;
    overflow: hidden; 
    position: relative;
}
.index .swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover; /* 이미지가 비율을 유지하며 꽉 참 */
    object-position: center; /* 이미지 중심을 기준으로 정렬 */
    display: block; /* 이미지 하단 미세한 공백 제거 */
    transform: scale(1); /* 처음에 약간 커진 상태에서 시작하거나 */
    transition: transform 3s ease-out; /* 부드러운 확대 효과를 위한 시간 */
}
.index .swiper-slide-active img {
    transform: scale(1.2);
}

.index .main_btn a{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    z-index: 10;
    display: block;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    border: 1px solid #fff;
    border-radius: 40px;
    width: 200px;
    height: 50px;
    line-height: 50px;
    text-align: center;

}

/* .index .swiper-wrapper .img-wrapper{
    width: 100%;
    height: 100vh;
    overflow: hidden; 
}

.index  .full-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
} */



/* footer */
footer {
    border-top: 1px solid #cdcdcd;
    padding: 30px 0;   
}
footer .footer ul {
    display: flex;
    justify-content: space-between;
    align-items: end;
}
footer .footer ul li h3 {
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: -0.025em;
    line-height: 1.65;
}

/* sub */


.subtype {
    background: url(../img/sub_bg.png) no-repeat;
    background-size: cover;
    position: relative;
}

.sub .section {
    padding: 200px 0 100px;
}
.sub .section .main_hd {
    position: relative;
}
.sub .section .main_hd h2 {
    font-size: 80px;
    letter-spacing: -0.05em;
    font-weight: 700;
    color:rgba(0,0,0,0.03);
    text-transform: uppercase;
    
}
.sub .section .main_hd h3 {
    font-size: 24px;
    font-weight: 700;
    color: rgba(0,0,0,1);
    letter-spacing: -0.025em;
    text-transform: uppercase;
    position: absolute;
    top: 45%;
    left: 0;
    transform: translateY(-50%);
}

.sub .section .content {
    margin-top: 50px;
}

.sub .section .content .flexul {
    display: flex;
    justify-content: space-between;
}
.sub .section .content .flexul li p {
    font-size: 16px;
    line-height: 1.65;
    letter-spacing: -0.025em;
}
.sub .section .content .flexul li p span {
    font-size: 20px;
    color: #333;

}



/* 
.sub02 .section1 h2 {
    font-size: 28px;
    font-weight: 700;
    text-align: center;
}
.sub02 .section1 p {
    font-size: 18px;
    font-weight: 400;
    text-align: center;
    margin: 15px 0 100px;
}
.sub02 .section1 .content ul {
    display: flex;
    justify-content: center;
    width: 100%;
}
.sub02 .section1 .content ul li {
    width: 100%;
    flex: 1;
}
.sub02 .section1 .content ul li:first-of-type {
   padding-right: 100px;
   text-align: end;

}
.sub02 .section1 .content .downarrow {
    text-align: center;
    margin: 50px 0;
    font-size: 30px;
    color: #cdcdcd;
}
.sub02 .section1 .content ul li h3 {
    font-size: 20px;
    font-weight: 700;
    margin: 30px 0 20px;
}
.sub02 .section1 .content ul li p {
    font-size: 16px;
    line-height: 1.5;
    font-weight: 400;
    text-align: start;
    margin: 0;
} */

.sub03 .section1 p {
    font-size: 18px;
    font-weight: 400;
    text-align: center;
    margin: 0 0 100px;
    line-height: 1.5;
}
.sub03 .section1 .content ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.sub03 .section1 .content ul li {
    width: 48.5%;
    margin-right: 3%;
    margin-bottom: 3%;
   
}
.sub03 .section1 .content ul li:nth-of-type(2n) {
    margin-right: 0;
   
}
.sub03 .section1 .content ul li .box {
    position: relative;
    width: 100%;
    height: 360px;
    overflow: hidden;
    
}
.sub03 .section1 .content ul li .box .img {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    height: 100%;
    width: 100%;
}
.sub03 .section1 .content ul li .box .img img{
    height: 100%;
    width: 100%;
}
.sub03 .section1 .content ul li .box .hover {
   position: absolute;
   width: 100%;
   height: 100%;
   background: rgba(0,0,0,0.65);
   z-index: 2;
   top: 0;
   bottom: 0;
   right: 0;
   left: 0;
   display: none;    
}
.sub03 .section1 .content ul li .box .hover h3 {
    text-align: center;
    color: #fff;
    font-size: 28px;
    font-weight: 400;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    white-space: nowrap;
}
.sub03 .section1 .content ul li .box .hover h3 span {
    font-size: 16px;
}
.sub03 .section1 .content ul li:hover .box .hover {
    display: block;
    transition: 1s;
}


/* .sub04 .section1 {
    padding: 100px 0 0;
} */

.sub04 .section1 .content {
    padding: 80px 0;
}
.sub04 .section1 .content .quote > ul > li {
    margin-bottom: 50px;
}
.sub04 .section1 .content .quote > ul > li h5{
    font-size: 20px;
    font-weight: 400;
    margin-bottom: 10px;

}
.sub04 .section1 .content .quote > ul > li p {
    text-align: start;
    border-bottom: 1px solid #cdcdcd;
    width: 100%;
    font-size: 18px;
    font-weight: 400;
    color: #666;
    margin: 0;
}
.sub04 .section1 .content .quote > ul > li h5 .square {
    /* color: red; */
    font-size: 12px;
    vertical-align:middle;
}

.sub04 .section1 .content .quote > ul > li .input_part {
    width: 100%;
}
.sub04 .section1 .content .quote > ul > li .input_part input[type=text] {
    width: 100%;
    height: 30px;
    font-size: 16px;
    font-weight: 400;
    color: #666;
    border: none;
    background: none;
    border-bottom: 1px solid #cdcdcd;
}
.sub04 .section1 .content .quote > ul > li .input_part input[type=text]:focus {
    outline: none;
}
.sub04 .section1 .content .quote > ul > li .input_part ul {
    margin-top: 20px;
    margin-left: 30px;
    display: flex;

}
.sub04 .section1 .content .quote > ul > li .input_part ul li {
    margin-right: 40px;
    font-size: 16px;
}
.sub04 .section1 .content .quote > ul > li .input_part ul li input[type='radio'] {
    vertical-align: baseline;
    display: inline-block;
    margin-right: 5px;
}

.sub04 .section1 .content .quote > ul > li ul {
    padding-top: 20px;
}
.sub04 .section1 .content .quote > ul > li ul li {
    display: flex;
    margin-bottom: 30px;
    align-items: center;
}
.sub04 .section1 .content .quote > ul > li ul li h4 {
    width: 150px;
    font-size: 16px;
    font-weight: 400;
}
.sub04 .section1 .content .quote > ul > li ul li h4 .redstar {
    color: red;
}
.sub04 .section1 .content .quote > ul > li ul li textarea {
    background: none;
    width: 100%;
    height: 200px;
    border: 1px solid #cdcdcd;
}


.sub04 .section1 .content .quote .agree_part h4 {
    font-size: 20px;
    font-weight: 400;
    margin-bottom: 15px;
}
.sub04 .section1 .content .quote .agree_part h4 span {
    color: red;
}
.sub04 .section1 .content .quote .agree_part .agree_box {
    font-size: 14px;
    line-height: 1.5;
    font-weight: 400;
    /* border: 1px solid #cdcdcd; */
    padding: 30px;
    background: #fff;
    margin-bottom: 15px;   
}
.sub04 .section1 .content .quote .agree_part .agree_chk {
    font-size: 14px;
}
.sub04 .section1 .content .quote .sendbtn {
    text-align: center;
    width: 300px;
    display:  block;
    padding: 10px 0;
    font-size: 16px;
    font-weight: 700;
    color: #fff;
    background: #B93D40;
    border: none;
    margin: 50px auto 0;
}

#bo_v_con ul {
    list-style-type: none;
}

.sub05 .section-adm {
    padding: 100px 0;
}
.sub05 .section-adm h3 {
    font-size: 28px;
    font-weight: 700;
    text-align: center;
}

.sub05 .section-adm .submenu ul {
    display: flex;
    justify-content: center;
    margin-top: 50px;
}
.sub05 .section-adm .submenu ul li {
    width: 400px;
    height: 40px;
    background: #e1e1e1;
    color: #666;
}
.sub05 .section-adm .submenu ul li:first-of-type {
    border-right: 1px solid #fff;
}
.sub05 .section-adm .submenu ul li a {
    font-size: 20px;
    line-height: 40px;
    text-align: center;
    display: block;
    width: 100%;
}

.quick_menu {
    position: fixed;
    bottom: 100px;
    right: 50px;
    /* background: #F9E54E; */
    background: rgba(0,0,0,0.5);
    z-index: 2;
    padding: 30px 0;
    border-radius: 50px;
}
.quick_menu li {
    width: 100px;
    height: 70px;
    margin-bottom: 20px;
    /* background: #F9E54E; */
    /* background: rgba(0,0,0,0.75); */
    cursor: pointer;
    text-align: center;
    position: relative;
    border-radius: 50px;
}

.quick_menu li .content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    text-align: center;
}

.quick_menu li .content .quick_icon {
    width: 44px;
    text-align: center;
    margin: 0 auto;
}
.quick_menu li .content .quick_icon img {
    width: 100%;
}
.quick_menu li .content .quick_txt {
    font-size: 16px;
    /* color: #4C464C; */
    color: #fff;
    white-space: nowrap;
    margin-top: 10px;
    font-weight: 700;
}

.quick_menu li:last-of-type {
    /* height: 50px; */
    margin-bottom: 0;
}
/* .quick_menu li:last-of-type .content .quick_icon {
    width: 24px;
} */

#bo_v_title {
   text-align: center;
}

.sub03 .section1 .sub_cont {
    margin: 50px auto 30px;
    max-width: 800px;
   
}
.sub03 .section1 .sub_cont li {
    margin-bottom: 10px;
}
.sub03 .section1 .sub_cont .f {
    display: flex;    
    font-size: 16px;
    font-weight: 700;
}
#bo_v_info {
    border-bottom: none;
}



.sub05 .content {
    margin-top: 80px;
}

.sub05 .content > ul {
    display: flex;
    justify-content: space-between;
}
.sub05 .content > ul >li p {
    font-size: 16px;
    line-height: 1.65;

}
.sub05 .content > ul > li {
    flex: 1;
}
.sub05 .content > ul > li img {
    width: 100%;
}
.sub05 .content > ul > li ul {
    margin-top: 50px;
}
.sub05 .content > ul > li ul li {
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 15px;
}
.sub05 .content > ul > li ul li span:first-of-type {
    font-weight: 700;
    width: 100px;
    display: inline-block;
}

#bo_v_con .view_image img {
    pointer-events: none; /* 이미지 클릭 막기 */
    cursor: default; /* 마우스 커서 기본값 */
}
#bo_v {
    background: transparent !important;
}
.btn_bo_user li {
    background: transparent;
}

@media screen and (max-width:1200px){
    #mainhd.active {
        position: absolute;
        width: 400px;
        z-index: 12;
        border-bottom: none;
        height: 100vh;
        right: 0;
        top: 0;
    }
    #mainhd .main_hd {
        padding-left: 40px;
    }
    #mainhd.active .main_hd {
        padding-left: 0px;
        height: 100vh;
        padding: 0;
        display: block;
        background: rgba(0,0,0,0.8);
        padding-top: 30px;
    }
    .subtype #mainhd.active .main_hd {
         background: rgba(0,0,0,0.9);
    }
    #mainhd .main_hd #hd_logo img {
        padding-left: 60px;
    }
    .subtype #mainhd.active .main_hd #hd_logo img {
        padding-left: 60px;
    }
    #mainhd .main_hd nav {
        display: none;
    }
    .subtype #mainhd.active .main_hd nav ul.gnb li a {
        color: #fff;
    }
    #barsbtn {
        display: none;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        right:40px;
        font-size: 32px;
        color: rgba(255,255,255,0.7);
    }
    #closedbtn {
        display: none;
        position: absolute;
        top: 20px;
        transform: none;
        right:20px;
        font-size: 24px;
        z-index: 13;
        color: rgba(255,255,255,0.7);
    }
    #barsbtn.active {
        display: block;
    }
    #closedbtn.active {
        display: block;
    }
    #mainhd .main_hd nav.active {
        display: block;
        position: block;
        z-index: 10;
        width: 100%;
        background: transparent;
        height: 100%;
    }

    #mainhd .main_hd nav ul {
        display: block;
        margin-left: 0;
        width: 100%;
        height: 100%;
        padding-top: 30px;
    }
    .subtype #barsbtn.active {
        color: #666;
    }
    .subtype #mainhd .main_hd #hd_logo img {
        padding-left: 0;
    }
    .subtype .section {
        padding: 200px 40px 100px;
    }
    footer {
        border-top: 1px solid #cdcdcd;
        padding: 30px 40px;
    }
    

}



@media screen and (max-width:480px){
    .pc {
        display: none !important;
    }
    .mo {
        display: block !important;
    }
    #mainhd .main_hd {
       padding: 0 20px;
       height: 60px;
    }
    #mainhd .main_hd #hd_logo img {
        padding-left: 0px;
        width: 80px;
        line-height: 60px;
    }
    #barsbtn {
        right: 20px;
        font-size: 24px;
    }
    #mainhd.active {
        width: 100%;
    }
    #mainhd.active .main_hd{
        background: rgba(0,0,0,1);

    }
    #mainhd.active #hd_logo {
        padding-left: 60px;
        padding-top: 30px;
    }

    
    .index .main_slide {
        position: relative;
        padding: 0;
    }
    .index .main_slide .swiper .swiper-button-prev {
        left: 20px;
        background-image: none;
    }
    .index .main_slide .swiper .swiper-button-next {
        right: 20px;
        background-image: none;
    }
    .index .main_slide .swiper .swiper-button-prev::after {
        font-size: 24px;
    }
    .index .main_slide .swiper .swiper-button-next::after {
        font-size: 24px;
    }
    .index .main_slide .swiper .swiper-pagination-bullets {
        bottom: 20px;
    }
    .index .main_slide .swiper .swiper-pagination-bullet {
        width: 30px;
        height: 3px;
    }

    .index .main_btn a {
        z-index: 10;
        color: rgba(255,255,255,0.8);
        font-size: 14px;
        border: 1px solid rgba(255,255,255,0.8);
        border-radius: 40px;
        width: 160px;
        height: 40px;
        line-height: 40px;
    }

    footer .footer p {
        font-size: 10px;
        font-weight: 400;
        color: #ebebeb;
        padding: 40px 20px 110px;
        line-height: 1.5;
    }
    footer .footer p span.ml {
        margin-left: 27px;
    }
    footer .footer p span.ml-2 {
        margin-left: 50px;
    }

    .subtype .section {
        padding: 100px 20px 50px;
    }

    .sub .section .main_hd h2 {
        font-size: 30px;
    }
    .sub .section .main_hd h3 {
        font-size: 14px;
    }
    .sub .section .content .flexul {
        display: block;
    }
    .sub .section .content .flexul li p span {
        font-size: 16px;
    }
    .sub .section .content .flexul li p {
        font-size: 12px;
    }
    .sub .section .content .flexul li:last-of-type{
        margin-top: 30px;
    }
    .sub .section .content .flexul li img {
        width: 100%;
    }
    footer {
        padding: 20px 20px;
    }
    footer .footer ul {
        display: block;
    }
    footer .footer p {
        font-size: 10px;
        padding: 0;
        color: #666;
    }
    .sub04 .section1 .content {
        padding: 0;
    }
    .sub04 .section1 .content .quote > ul > li h5 .square {
        font-size: 8px;
        vertical-align: middle;
    }
    .sub04 .section1 .content .quote > ul > li h5 {
        font-size: 14px;
        font-weight: 400;
        margin-bottom: 10px;
    }
    .sub04 .section1 .content .quote > ul > li .input_part ul {
        margin-top: 20px;
        margin-left: 20px;
        display: block;
        padding-top: 0;
    }
    .sub04 .section1 .content .quote > ul > li .input_part ul li {
        margin-right: 0px;
        font-size: 12px;
        margin-bottom: 20px;
    }
    .sub04 .section1 .content .quote > ul > li ul li h4 {
        width: 50px;
        font-size: 12px;
        font-weight: 400;
    }
    .sub04 .section1 .content .quote .agree_part h4 {
        font-size: 14px;
        font-weight: 400;
        margin-bottom: 15px;
    }
    .sub04 .section1 .content .quote .agree_part .agree_box {
        font-size: 11px;
        line-height: 1.5;
        font-weight: 400;
        padding: 15px;
        background: #fff;
        margin-bottom: 15px;
    }
    .sub04 .section1 .content .quote .agree_part .agree_chk {
        font-size: 12px;
    }
    .sub04 .section1 .content .quote .sendbtn {
        width: 200px;
        padding: 10px 0;
        font-size: 14px;
    }
    .sub05 .content > ul {
        display: block;
        margin-bottom: 100px;
    }
    .sub05 .content > ul > li p {
        font-size: 12px;
    }
    .sub05 .content > ul > li ul {
        margin-top: 50px;
        margin-bottom: 50px;
    }
    .sub05 .content > ul > li ul li {
        font-size: 12px;
        font-weight: 400;
        margin-bottom: 10px;
    }
    .sub03 .section1 .content ul {
        display: block;
    }
    .sub03 .section1 .content ul li {
        width: 100%;
        margin-right: 0%;
        margin-bottom: 5%;
    }
    .sub03 .section1 .content ul li .box {
        position: relative;
        width: 100%;
        height: 200px;
        overflow: hidden;
    }

 
    
    



}

