@charset "utf-8";
.fixed_br{display: block !important;}
/* SUB VISUAL */
.sub_visual { height: 18.75em; display: flex; flex-direction: column; justify-content: center; align-items: flex-start; background-repeat: no-repeat; background-size: cover; background-position: right center; }
.sub_visual .com_big_tit { color: #fff; font-size: 3.125em; }
.sub_visual .sub_visual_desc { line-height: 1.5em; color: #fff; margin-top: 1em; }
/* .sub_visual_sub01 .sub_visual_desc,
.sub_visual_sub02 .sub_visual_desc { color: #777; } */
.sub_visual_sub01 { background-image: url(../img/sub_visual_01.jpg); }
.sub_visual_sub02 { background-image: url(../img/sub_visual_02.jpg); }
.sub_visual_sub03 { background-image: url(../img/sub_visual_03.jpg); }
.sub_visual_sub04 { background-image: url(../img/sub_visual_04.jpg); }
.sub_visual_sub05 { background-image: url(../img/sub_visual_05.jpg); }

@media (max-width: 1200px) {
    .sub_visual { background-position: right 50% center; }
}
@media (max-width: 760px) {
    .sub_visual { height: 15em; }
    .sub_visual .sub_visual_desc br:not(.fixed) { display: none; }
    .sub_visual_sub01 { background-image: url(../img/sub_visual_01_mob.jpg); }
    .sub_visual_sub02 { background-image: url(../img/sub_visual_02_mob.jpg); }
    .sub_visual_sub03 { background-image: url(../img/sub_visual_03_mob.jpg); }
    .sub_visual_sub04 { background-image: url(../img/sub_visual_04_mob.jpg); }
    .sub_visual_sub05 { background-image: url(../img/sub_visual_05_mob.jpg); }
}
@media screen and (max-width:550px) {
    .sub_visual .com_big_tit{font-size: 2.125em;}
}


/* SUB LNB */
.lnb_wrap:not(.sub03_lnb_wrap, .sub04_lnb_wrap, .sub05_lnb_wrap) { border-bottom: 1px solid #d6d6d6; background-color: #fff; }
.lnb { display: flex; align-items: center; justify-content: center; }
.lnb li { font-size: 1.25em; font-weight: bold; text-transform: uppercase; line-height: 3.25em; position: relative; }
.lnb li + li { margin-left: 4.15em; }
.lnb li::before { content: ''; width: 100%; height: 3px; background-color: #fff; position: absolute; left: 0; bottom: 0; }
.lnb li a { display: block; padding: 0 2.65em; }
.lnb li.select { color: #5eb4d2; }
.lnb li.select::before { background-color: #5eb4d2; }

@media (max-width: 1240px) {
    .lnb_wrap .guide { width: 100%; }
    .lnb li { text-align: center; }
    .lnb li + li { margin-left: 0; }
    /* .lnb li a { padding: 0 1em; } */
}
@media (max-width: 1080px) {
    .lnb_wrap { display: none; }
}
/* @media (max-width: 760px) {
    .lnb { flex-wrap: wrap; justify-content: flex-start; }
    .lnb li { font-size: 1em; width: 50%; }
    .lnb li a { padding: 0; }
} */


/* SUB MOBILE LNB */
.mob_lnb_wrap { display: none; border-top: 1px solid #d6d6d6; border-bottom: 1px solid #d6d6d6; font-size: 1.2em; height: 3em; position: relative; z-index: 8; background-color: #fff; }
.mob_lnb_wrap > div { border-left: 1px solid #d6d6d6; display: flex; height: 100%; align-items: center; }
.mob_lnb_wrap .home a { display: flex; height: 100%; width: 3em; justify-content: center; align-items: center; }
.mob_lnb_wrap .home img{display: block; width: 1em;}
.mob_lnb_wrap .home i { font-size: 1.15em; color: #5eb4d2; }
.mob_lnb_wrap .menu_wrap { width: 100%; position: relative; }
.mob_lnb_wrap .menu_wrap .title,
.mob_lnb_wrap .lnb_menu_list a { white-space: nowrap; overflow: hidden; text-overflow: ellipsis; cursor: pointer;}
.mob_lnb_wrap .menu_wrap .title { position: relative; width: 100%; padding: 0 3em 0 1.15em; height: 100%; display: flex; align-items: center; }
.mob_lnb_wrap .menu_wrap .title::before { content:"\e941"; font-family:'xeicon'; font-size: 1em; color: #5eb4d2; position: absolute; right: 0.8em; top: 50%; transform: translateY(-50%); }
.mob_lnb_wrap .menu_wrap.active .title::before { content:"\e944"; }
.mob_lnb_wrap .lnb_menu_list { display: none; position: absolute; width: calc(100% + 2px); left: -1px; top: 100%; background-color: #fff; line-height: 2.6em; border: 1px solid #d6d6d6; }
.mob_lnb_wrap .lnb_menu_list li { transition: all 0.3s; }
.mob_lnb_wrap .lnb_menu_list li + li { border-top: 1px solid #d6d6d6; }
.mob_lnb_wrap .lnb_menu_list li:hover { background-color: #f0f6f8; }
.mob_lnb_wrap .lnb_menu_list a { display: block; padding: 0 1.15em; }

@media (max-width: 1080px) {
    .mob_lnb_wrap:not(.mob_sub03_lnb_wrap,.mob_sub02_lnb_wrap, .mob_sub04_lnb_wrap, .mob_sub05_lnb_wrap) { display: flex; }
}
@media (max-width: 500px) {
    .mob_lnb_wrap .menu_wrap .title { padding: 0 2.6em 0 0.8em; }
    .mob_lnb_wrap .menu_wrap .title::before { font-size: 0.83em; }
}


/* SUB COMMON LAYER */
.sub_section { padding: 3.125em 0; }
.com_section_title { display: flex; align-items: flex-end; }
.com_section_title .small_txt { line-height: 1.5em; padding-left: 1.25em; }

@media (max-width: 900px) {
    .com_section_title { display: block; }
    .com_section_title .small_txt { padding-left: 0; margin-top: 0.5em; }
}
@media (max-width: 760px) {
    .sub_section { padding: 2em 0; }
}

.sub_section_intro { padding-bottom: 4.6em; }
.sub_section_intro .intro_banner { height: 24em; background-repeat: no-repeat; background-size: cover; background-position: center; position: relative; }/* 221208 Y mod */
.sub_section_intro .intro_banner .com_big_tit { position: absolute; width: 100%; left: 0; top: 50%; transform: translateY(-50%); padding: 0 5%; color: #fff; }
.sub_section_intro .com_desc { text-align: center; margin-top: 2em; }

@media (max-width: 760px) {
    .sub_section_intro { padding-bottom: 3em; }
    .sub_section_intro .intro_banner { height: 16em; }
    .sub_section_intro .com_desc{margin-top: 1em;}
}

.sub_section_download { background-color: #f0f7f9; }
.sub_section_download .download_banner { height: 36em; width: 66%; max-width: 914px; background-repeat: no-repeat; background-size: cover; position: relative; }
.sub_section_download .download_banner .inner_img { position: absolute; left: 3.375em; bottom: 2.375em; box-shadow: 0 0.3em 0.375em rgba(0, 0, 0, 0.7);  width: 28%; padding-top: 42%; background-position: center; background-repeat: no-repeat; background-size: 100%;}
.sub_section_download .download_box { position: absolute; right: 0; bottom: 0; background-color: #fff; box-shadow: 0 0.3em 0.4em rgb(104 107 110 / 10%); width: 90%; max-width: 612px; } 
.sub_section_download .download_box a { display: block; padding: 3.9em; }
.sub_section_download .download_box .hole { position: absolute; right: 2.125em; top: 2.125em; width: 2.875em; }
.sub_section_download .download_box .title { font-size: 2.125em; font-weight: bold; line-height: 1.3em; }
.sub_section_download .download_box .com_desc { margin-top: 1em; }
.sub_section_download .download_box .download_txt { font-size: 1.875em; margin-top: 2em; }

@media (max-width: 1080px) {
    .sub_section_download { position: relative; padding-bottom: 0; background-color: transparent;}
    .sub_section_download::before { content: ''; width: 100%; height: 92%; background-color: #f0f6f8; position: absolute; left: 0; top: 0; z-index: -1; } 
    .sub_section_download .download_banner { width: 100%; margin: 0 auto; }
    .sub_section_download .download_box { position: relative; margin: -20% auto 0; }
}
@media (max-width: 760px) {
    .sub_section_download .download_banner { height: 23em; }
    .sub_section_download .download_banner .inner_img { width: 31%; padding-top: 44%; left: 2em; bottom: 2em; }
    .sub_section_download .download_box a { padding: 10% 10% 13%; }
    .sub_section_download .download_box .title { font-size: 1.55em; }
    .sub_section_download .download_box .download_txt { font-size: 1.37em; }
    .sub_section_download .download_box .hole { width: 1.6em; top: 7%; right: 7%; }
}
@media (max-width: 630px) {
    .sub_section_download .download_box .com_desc br { display: none; }
}

.sub_section_brand { padding: 5em 0; }
.sub_section_brand .com_section_title { margin-bottom: 3.125em; }
.com_brand_lineup { display: flex; flex-wrap: wrap; margin: -1.875em -0.94em; }
.com_brand_lineup .brand { width: 33.3%; padding: 1.875em 0.94em; cursor: pointer; }
.com_brand_lineup .brand_logo { border: 1px solid #dedede; transition: all 0.3s; position: relative; padding-top: 60%; }
.com_brand_lineup .brand_logo img { position: absolute; left: 50%; top: 50%; transform: translate(calc(-50% + 0.5px), calc(-50% + 0.5px)); }
.com_brand_lineup .brand > .tit { font-size: 1.25em; line-height: 1.4em; margin-top: 1em; text-align: center; word-break: break-all; color: #666;}
.com_brand_lineup .brand:hover .brand_logo { border-color: #5eb4d2; box-shadow: 0 0 0.44em rgba(94, 180, 210, 0.4); }

@media (max-width: 900px) {
    .com_brand_lineup .brand { width: 50%; }
}
@media (max-width: 760px) {
    .sub_section_brand { padding: 2.9em 0; }
    .com_brand_lineup { margin: -1.25em -0.5em; }
    .com_brand_lineup .brand { padding: 1.25em 0.5em; }
    .com_brand_lineup > .tit { font-size: 1em; }
}

/*** POPUP : start ****/
  /* popup 기본 요소*/
.popup_wrap { display: none; position: fixed; left: 0; top: 0; width: 100%; height: 100%; min-width: 280px; background-color: rgba(0, 0, 0, 0.2); z-index: 500; }
.poup_box { width: 90%; max-width: 60em; height: 90%; max-height: 86em; position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); background-color: #fff; border-radius: 1.5em; padding: 2em 3.125em 0; }
.popup_head { display: flex; align-items: flex-start; padding-bottom: 1.5em; }
.popup_head .popup_tit { padding-right: 1em; }
.popup_head .popup_tit .tit { font-size: 1.875em; font-weight: bold; line-height: 1.2em; }
.popup_head .popup_tit .small_txt { line-height: 1.5em; margin-top: 0.3em; }
.popup_head .popup_tit .small_txt .desc{display: block; font-size: 1.5em; font-weight: 700; line-height: 1.5em; color: #222;}
.popup_head .popup_close { font-size: 3.125em; color: #777; margin-left: auto; cursor: pointer; }
.popup_cont { padding-bottom: 2.5em; overflow-y: auto; overflow-x: hidden;}
.popup_cont::-webkit-scrollbar { width: 0; }
.popup_desc { line-height: 1.6em; }
.popup_cont .img_cont_box{display: flex; align-items: center; justify-content: center; margin: -1.5%;}
.popup_cont .img_cont_box .cont_img{display: block; margin: 1.5%; width: 50%;}

@media screen and (min-width:761px) {
  .popup_cont.popup_certificate_cont{display: flex; justify-content: center;}
  .popup_cont .img_cont_box .cont_img.half_img{width: calc(50% - 3%);}
  .popup_cont .img_cont_box .cont_img.quarter_img{width: calc(33.33% - 3%);}
}
@media (max-width: 760px) {
    .poup_box { font-size: 0.75em; padding: 2em 2em 0; }
    .popup_head .popup_close { font-size: 2.5em; }
    .popup_cont .img_cont_box{flex-direction: column;}
    .popup_cont .img_cont_box .cont_img{width: 70%;}
}
@media (max-width: 500px) {
    .poup_box { font-size: 0.9em; }
    .brand_popup_wrap .popup_banner .icon_list { font-size: 0.95em; margin: -1em; }
    .brand_popup_wrap .popup_banner .icon_list .item { padding: 1em; }
}

  /* 브랜드 콘텐츠 팝업  */
.brand_popup_wrap .popup_banner { padding-top: 30%; border-radius: 1.5em; background-repeat: no-repeat; background-size: cover; display: flex; align-items: center; justify-content: center; background-position: center; }
.brand_popup_wrap .popup_banner .icon_list { display: flex; justify-content: center; flex-wrap: wrap; text-align: center; margin: -2.2em; }
.brand_popup_wrap .popup_banner .icon_list .two_items { display: flex; justify-content: center; align-items: flex-end;}
.brand_popup_wrap .popup_banner .icon_list .item { padding: 2.2em; }
.brand_popup_wrap .popup_banner .icon_list .icon { vertical-align: top; width: 6.7em; max-width: 108px; }
.brand_popup_wrap .popup_banner .icon_list .tit { font-size: 1.25em; line-height: 1.5em; color: #fff; margin-top: 1.2em; }
.brand_popup_wrap .cont_group { margin-top: 2.5em; }
.brand_popup_wrap .com_article_tit { font-size: 1.5em; font-weight: bold; margin-bottom: 0.8em; }
.brand_popup_wrap .com_article_tit .txt { position: relative; display: inline-block; padding: 0 0.2em; }
.brand_popup_wrap .com_article_tit .txt::before { content: ''; width: 100%; height: 0.6em; border-radius: 0.2em; background-color: #f0f7f9; position: absolute; left: 0; bottom: -2px; z-index: -1; }
.brand_popup_wrap .cont_group .download_txt{display: block; padding-top: 0.5em;}
.brand_popup_wrap .rect_tit{font-size: 1.125em; font-weight: 700; color: #5eb4d2; margin-bottom: 1em; display: flex; align-items: center;}
.brand_popup_wrap .rect_tit::before{content: ""; width: 0.89em; height: 0.89em; background-color: #5eb4d2; display: block; margin-right: 5px;}
.brand_popup_wrap .rect_sub_txt{display: flex; align-items: baseline; font-size: 1.125em; line-height: 1.38em;}
.brand_popup_wrap .rect_sub_txt .tit{display: flex;}
.brand_popup_wrap .flex_desc { display: flex; }
.brand_popup_wrap .inner_txt{margin-left: 1.75em;}
.brand_popup_wrap .img_flex_cont{margin: 1em -0.625em -0.625em;}
.brand_popup_wrap .img_flex_cont .half_img { margin: 0.625em; width: calc(50% - 1.25em); display: block; }
.brand_popup_wrap .img_flex_cont .quarter_img{margin: 0.625em; display: block; width: calc(25% - 1.25em);}
.brand_popup_wrap .img_flex_cont .img_box .cont_img{width: 100%;}
.brand_popup_wrap .img_flex_cont .popup_desc{text-align: center; width: 100%; margin-top: 12px;}
.brand_popup_wrap .img_flex_cont .img_cont_box{display: flex;}
.brand_popup_wrap .border_img{border: 1px solid #e9e9e9;}


/* popup table */
.brand_popup_wrap .com_table_wrap .com_table{table-layout: fixed; width: 100%;}
.brand_popup_wrap .com_table_wrap .popup_desc {margin-top: 10px;}
.brand_popup_wrap .com_table_wrap .popup_desc + .com_table { margin-top: 1.75em; }
.brand_popup_wrap .com_table th,
.brand_popup_wrap .com_table td{text-align: center; line-height: 1.56em; padding: 1em 0.5em 0.9em; word-break: break-all;}
.brand_popup_wrap .com_table th{color: #333; background-color: #f0f7f9;}
.brand_popup_wrap .com_table td{color: #777; background-color: #fafafa;}
.brand_popup_wrap .com_table .division{background-color: #f0f0f0;}


@media screen and (min-width:761px) {
    .brand_popup_wrap .hangtag_cont_img .cont_img:nth-child(1){width: 41%;}
    .brand_popup_wrap .hangtag_cont_img .cont_img:nth-child(2){width: 59%; padding-left: 10px;}
    .brand_popup_wrap .img_flex_cont .half_img{ }
}
@media (max-width: 1000px) {
    .brand_popup_wrap .popup_head .point-color { display: block; }
    .brand_popup_wrap .popup_banner .icon_list { margin: -1.5em; }
    .brand_popup_wrap .popup_banner .icon_list .item { padding: 1.5em; }
    .brand_popup_wrap .popup_banner .icon_list .icon { width: 4.5em; }
    .brand_popup_wrap .popup_banner .icon_list .tit { font-size: 1.1em; }
}
@media (max-width: 760px) {
    .brand_popup_wrap .poup_box { width: 100%; height: 100%; max-width: none; max-height: none; transform: none; left: 0; top: 0; border-radius: 0%; padding: 2em 0 0; }
    .brand_popup_wrap .popup_head,
    .brand_popup_wrap .cont_group { padding-left: 2em; padding-right: 2em; }
    .brand_popup_wrap .popup_banner { border-radius: 0%; padding-top: 40%;}
    .brand_popup_wrap .hangtag_cont_img{flex-direction: column;}
    .brand_popup_wrap .hangtag_cont_img img:nth-child(2){padding-top: 1.25em;}
    .brand_popup_wrap .img_flex_cont,
    .brand_popup_wrap .img_flex_cont .img_cont_box{flex-wrap: wrap;}
    .brand_popup_wrap .img_flex_cont .half_img { width: calc(100% - 1.25em); }
    .brand_popup_wrap .img_flex_cont .quarter_img{ width: calc(50% - 1.25em);}
}
/*** POPUP : end ****/

/* contact */
.form_write_section .guide{max-width: 1695px;}

.wechat_qr_code_wrap{position: absolute; top: 0; right: 0; width: 11.75em; background-color: #f0f7f9; padding: 1.5em; border-radius: 1.875em; box-shadow: 0px 4px 6px 0px rgba(0, 0, 0, 0.1);}
.wechat_qr_code_wrap .title{ text-align: center; margin-bottom: 5px;}
.wechat_qr_code_wrap .title .tit{line-height: 1em; color: #222;}
.wechat_qr_code_wrap .title .regular_tit{ display: block; font-size: 0.83em; font-weight: 400; color: #222;}
.wechat_qr_code_wrap .qr_code{width: 100%;}

@media screen and (max-width:1660px) {
  .wechat_qr_code_wrap{right: -3%;}
}
@media screen and (max-width:1400px) {
  .wechat_qr_code_wrap{ width: 100%; position: static; top: auto; right: auto; background-color: #fff; border: 1px solid #5eb4d2; display: flex; align-items: center; justify-content: space-between; padding: 1.48em 2.15em; border-radius: 1.43em; margin-top: 3.28em;}
  .wechat_qr_code_wrap .title{margin-bottom: 0;}
  .wechat_qr_code_wrap .title .tit{color: #5eb4d2; font-size: 1.78em;}
  .wechat_qr_code_wrap .qr_code{width: 20%; min-width: 72px; text-align: right;}

}

/* form_address_wrap */
.form_address_wrap{background-color: #f0f7f9; }
.form_address_wrap .guide{max-width: 1350px;}
.form_address_wrap .address_mail{margin-bottom: 1.2em;}
.form_address_wrap .address_mail .mail{padding-left: 0.75em;}
.form_address_wrap .form_address_list{display: flex; flex-wrap: wrap; margin: -0.75em;}
.form_address_wrap .form_address_list .list{width: calc(50% - 1.5em); margin: 0.75em; padding: 1.5em; background-color: #fff; border: 1px solid #5eb4d2; border-radius: 10px; min-height: 228px;}
.form_address_wrap .list .info_box.bottom_info{margin-top: 1.25em;}
.form_address_wrap .list .info_box .tit{margin-bottom: 5px; font-weight: 700;}
.form_address_wrap .list .info_box .desc .txt{line-height: 1.5em;}

@media screen and (min-width:761px) {
  .form_address_wrap{padding: 3.75em 0 5em;}  
}
@media screen and (max-width:760px) {
  .form_address_wrap .form_address_list{margin: -0.75em 0;}
  .form_address_wrap .form_address_list .list{width: 100%; margin: 0.75em 0; min-height: auto;}  
}



