@import url("common.css");
@import url("https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,GRAD@20..48,100..500,0..1,-50..200");


.wrapper:not(:has(.pro_view)) .header h1 a img {opacity: 0;}
.wrapper:not(:has(.pro_view)) .header h1 a::before {opacity: 1;}
.wrapper:not(:has(.pro_view)) .header .top_util li a {color: var(--black);}
.wrapper:not(:has(.pro_view)) .header .top_util li a svg path,
.wrapper:not(:has(.pro_view)) .header .top_util li a svg rect {fill: var(--black)}

/* .wrapper:not(:has(.pro_view)) .header .top_util li.menu_btn a::before,
.wrapper:not(:has(.pro_view)) .header .top_util li.menu_btn a::after {border-color: var(--black);} */

/*** 공통 css ***/
.basic_cont{max-width:1590px; width: 90%; margin:0 auto 200px;}

/* LNB */
.lnb {padding: 180px 0 30px; position: relative; z-index: 10;}
.lnb dl {display: flex; align-items: center;}
.lnb dt a {display: flex; width: 33px; height: 33px; align-items: center; justify-content: center; background: var(--main); border-radius: 50%; border: 1px solid var(--main);}
.lnb dt a svg path {transition: stroke 0.3s ease;}
.lnb dt a:hover {background: var(--white);}
.lnb dt a:hover svg path {stroke: var(--main);}
.lnb dd {position: relative;}
.lnb dd > a {font-size: 0.889rem; line-height: 162.5%; letter-spacing: var(--letter-spacing-default); display: flex; align-items: center; font-family: var(--eng);}
.lnb dd > a::before {content: ''; height: 16px; border-left: 1px solid #d9d9d9; margin: 0 20px;}
.lnb dd > a::after {font-family: var(--icon); font-size: 18px; line-height: 1; color: #626D72; width: 22px; height: 22px; display: flex; align-items: center; justify-content: center; content: '\e5c5'; background: var(--grayBg); border-radius: 50%; margin-left: 10px; transition: transform 0.3s ease; font-weight: 400;}
.lnb dd:first-of-type > a {color: var(--black); text-transform: uppercase; font-weight: 700;}

.lnb dl .dlst {position: absolute; left: 20px; top: 33px; min-width: 100%; background: var(--white); box-shadow: 0 0 10px rgba(34, 34, 34, .05); padding: 10px 15px; box-sizing: border-box;}
.lnb dl .dlst a {font-size: 0.889rem; line-height: 162.5%; letter-spacing: var(--letter-spacing-default); display: block; padding: 4px 0; font-family: var(--eng); white-space: nowrap;}
.lnb dl .dlst a.on {color: var(--black); font-weight: 600;}
.lnb dl .dlst a:hover {color: var(--black); font-weight: 600;}

.lnb dl dd:first-of-type .dlst a {text-transform: uppercase;}

.lnb dd > a.on::after {transform: rotate(180deg);}

body:has(.search_con) #contents {padding-top: 200px;}
body:has(.search_con) #subtitle h2 {letter-spacing: var(--letter-spacing-heading); font-weight: 700;}
body:has(.search_con) .lnb {display: none;}

/* 서브타이틀 */
.subtitle_wrap {display: flex; align-items: flex-end; justify-content: space-between; flex-wrap: wrap; gap: 30px 10px; margin-bottom: 80px;}
#subtitle h2 {text-transform: uppercase; letter-spacing: 0.01em; font-weight: 900; font-family: var(--eng);}
#subtitle p {margin-top: 20px;}


body:has(.policy_cont) #subtitle h2 {letter-spacing: var(--letter-spacing-heading); font-weight: 700;}

/* 서브 탭 */
.sub_cate {margin: 0; overflow: hidden;}
.sub_cate li {width: auto;}
.sub_cate li a {padding: 5px 15px; border-radius: 9999px; display: block;}
.sub_cate li a:hover {color: var(--black);}
.sub_cate li.hover a {background: var(--main); color: var(--white) !important; font-weight: 600;}
.sub_cate li:first-child:not(.hover) a {padding-left: 0;}

/* 개인정보 처리방침 */
.policy_cont{position:relative; overflow:hidden; font-size:1rem;}
.policy_cont br{display:block;}
.policy_cont strong{font-weight:500; color:var(--black);}
.policy_cont .cont_title{font-size:1.412rem; color:var(--black); padding-bottom:18px; letter-spacing:var(--letter-spacing-default); font-weight:500;}
.policy_cont p.cont_tit {display:block; font-size:1.2em !important; padding-bottom:10px; font-weight:500; color:var(--black) !important; letter-spacing:var(--letter-spacing-default);}
.policy_cont .cont_txt {padding:0px 0px 35px 0;}
.policy_cont .cont_txt2 {padding-bottom:35px;}
.policy_cont .cont_box {padding:25px; background:var(--grayBg); margin:7px 0px 10px 0px; display:block;  letter-spacing:var(--letter-spacing-default); line-height:1.7;}

.privacy_list {width:100%; overflow:hidden; clear:both; *zoom:1; padding:4% 4% 3% 4%; border:1px solid var(--border); box-sizing:border-box; margin-bottom:30px;}
.privacy_list li {width:50%; float:left; padding-bottom:1%;}
.privacy_list li a {font-weight:500; color:var(--black);} 

/* Responsive Dim */
.responsive-dim {position: absolute; top: 0; bottom: 0; left: 0; right: 0; background: rgba(0,0,0,.6); z-index: 80; display:none;}
.responsive-dim p {position: absolute;top: 50%; left: 0;right: 0; text-align: center; transform: translate(0,-50%);}
.responsive-dim span {display: block; margin-top: 10px;color: var(--white); font-weight: 600; font-size: 14px; letter-spacing: -0.3pt;}
.responsive-dim i {font-size:40px; color:var(--white);}


/*******************************************************************************
    @media  ~1770px               
*******************************************************************************/
@media all and (max-width:1770px){
	
}

/*******************************************************************************
    @media  ~1500px               
*******************************************************************************/
@media all and (max-width:1500px){
	
}

/*******************************************************************************
    @media  ~1300px               
*******************************************************************************/
@media all and (max-width:1300px){
	
}


/*******************************************************************************
    @media  ~980px               
*******************************************************************************/
@media all and (max-width:980px){	
/* LNB */
.lnb {padding: 120px 0 30px;}
.lnb dt a {width: 28px; height: 28px;}
.lnb dt a svg {width: 13px; height: auto;}
.lnb dd > a::before {margin: 0 15px;}
.lnb dd > a::after {width: 20px; height: 20px; font-size: 16px;}

/* 서브 탭 */
.sub_cate {width: 100%;}
.sub_cate li a {padding: 4px 10px;}

/* 서브타이틀 */
.subtitle_wrap {gap: 20px; margin-bottom: 60px;}

/*** 공통 css ***/
.basic_cont{margin-bottom: 120px;}

body:has(.search_con) #contents {padding-top: 120px;}

/* 개인정보처리방침 */
.policy_cont{}
.policy_cont p.cont_tit {font-size:1.2em !important; padding-bottom:5px;}
.policy_cont .cont_txt {padding:0px 0px 25px 0; }
.policy_cont .cont_txt2 {padding-bottom:25px;}
.policy_cont .cont_box {padding:18px 18px; }

.privacy_list {margin-bottom:30px;}
.privacy_list li {width:100%;}
}

/*******************************************************************************
    @media 481~680px
*******************************************************************************/
@media all and (max-width:680px){
/* LNB */
.lnb {padding: 80px 0 30px;}
.lnb .lnb_in {width: 100%;}
.lnb dt {display: none;}
.lnb dd {width: 50%;}
.lnb dd a {font-size: 14px; line-height: 50px !important; display: -webkit-box; overflow: hidden; -webkit-box-orient: vertical; -webkit-line-clamp: 1; line-clamp: 1; word-break: keep-all; text-overflow: ellipsis; -o-text-overflow: ellipsis; white-space: nowrap;}
.lnb dd > a {padding: 0 40px 0 10%; min-height: 50px; -webkit-box-align: center; position: relative; font-weight: 700;}
.lnb dd:last-of-type > a {background: var(--main); color: var(--white);}
.lnb dd > a::before {display: none;}
.lnb dd > a::after {position: absolute; right: 10%; top: 50%; transform: translateY(-50%); background: none; border-radius: 0; margin-left: 0; width: auto; height: auto; font-size: 20px;}


.lnb dd > a.on::after {transform: translateY(-50%) rotate(180deg);}
.lnb dd:last-of-type > a::after {color: var(--white);}

.lnb dl .dlst {left: 0; top: 50px; width: 200%; padding: 0; box-shadow: none;}
.lnb dl .dlst a {font-size: 14px; padding: 0 5%; min-height: 50px; display: -webkit-box; -webkit-box-align: center;}
.lnb dl .dlst a.on {background: var(--main); color: var(--white);}
.lnb dd:last-of-type .dlst {left: -100%;}

.lnb dd:first-of-type:last-of-type {width: 100%;;}
.lnb dd:first-of-type:last-of-type > a {padding: 0 5%;}
.lnb dd:first-of-type:last-of-type > a::after {right: 5%;}
.lnb dd:first-of-type:last-of-type .dlst {left: 0; top: 50px; width: 100%;}

/* 서브타이틀 */
.subtitle_wrap {margin-bottom: 40px;}
#subtitle p {margin-top: 10px;}

/*** 공통 css ***/
.basic_cont{margin-bottom: 70px;}

body:has(.search_con) #contents {padding-top: 100px;}
}

/*******************************************************************************
    @media ~480px               
*******************************************************************************/
@media all and (max-width:480px){

}

/*******************************************************************************
    @media ~360px
*******************************************************************************/
@media all and (max-width:360px){

}


