/* ------------------------------------------------------------- */
/* ------------------- 공통으로 들어가는 부분  ------------------- */
/* ------------------------------------------------------------- */

textarea, input, button, select{font-family: 'Pretendard';}

html{
    font-size:16px; scroll-behavior:smooth; height: 100%; margin: 0;
    position: relative; font-weight: 300;
}

p, a {
    transform: skew(-0.1deg);
    word-break: keep-all;
}

h1, h2, h3, h4, h5, h6 {word-break: keep-all;}

body{
    position: relative;
    height: 100%;
	  color:#444;
    width:100%;
    letter-spacing: 0px;
	  line-height: 1.4;
    font-size: 17px;
    font-family: 'Pretendard';
}

input{border: none;}

::selection{}

/* 폰트 */
@font-face {
  font-family: 'Pretendard';
  src: url('https: //cdn .jsdelivr .net/gh/Project Noonnu/noonfonts_ 2107px @1 0.1em /Pretendard;.woff') format('woff');
  font-weight: 400;
  font-style: normal;
}

select{outline: 0;}

/* 서브헤더 (sub_header) */

/* 1. 전체적으로 안보이게 설정 */
.sub_hd_wrap > div{display: none;}

/* 2. 해당 class의 페이지에서 해당하는 서브헤더/서브메뉴가 보여지게 설정 */
.about_page .about_title,
.customercenter .customer_title,
.mypage .mypage_title,
.policy .policy_title,
.privacy .privacy_title,
.email .email_title,
.aptitude .aptitude_title{display: block;}

/* 3. 서브헤더 꾸미기 */
.sub_hd_wrap{text-align: center;}
.sub_hd_wrap h3{font-size: 38px;}
.sub_hd_wrap p{font-weight: 400; color: #666; margin-top: 10px;}

/* 4. 서브메뉴 꾸미기 */
.sub_header .tab > {display: flex;}
/* 전체적인 공통적인 서브페이지 */
.content{padding: 100px 0;}

/*텍스트 컷*/
.text_cut{white-space: normal; display: -webkit-box !important; -webkit-line-clamp: 1; -webkit-box-orient: vertical; overflow: hidden;}
.text_cut02{white-space: normal; display: -webkit-box !important; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden;}
.text_cut03{white-space: normal; display: -webkit-box !important; -webkit-line-clamp: 3; -webkit-box-orient: vertical; overflow: hidden;}
.text_cut04{white-space: normal; display: -webkit-box !important; -webkit-line-clamp: 4; -webkit-box-orient: vertical; overflow: hidden;}






input:focus{outline: none;}
/*header*/
.header{top: 0; left: 0; width: 100%; z-index: 10; background-color: #fff9f9;}
.header_box{display: flex; flex-direction: column;}
.header .header_top_box{width:100%; height: 105px; padding: 0 260px; border-bottom: 1px solid #8882; margin: 0 auto; display: flex; justify-content: space-between; align-items: center;}
.header .header_bot_box{width:100%; height: 66px; background-color: #fff; position: relative; padding: 0 260px; border-bottom: 1px solid #8882; margin: 0  auto; display: flex; justify-content: space-between; align-items: center;}

/* search */
.search_tab{width: 500px; height: 54px; background-color: #fff; transition: 0.3s; display: flex; justify-content: space-between; border: 1px solid #e2c344; border-radius: 100px;}
.search_tab > input {width: 80%; border: none; padding: 15px 20px; font-family: 'Pretendard'; font-size: 16px;}
.search_tab > button {width: 14%; background: url(../img/main/ic_search.png) no-repeat center;}

/* login_but */
.login_but{background-color: #FF4A6B; padding: 10px 20px; border-radius: 6px;}
.login_but > a {display: block; font-family: 'Pretendard'; color: #fff; font-weight: 400; font-size: 14px;}
/* main_menu */
.main_menu{display: flex;}
.main_menu > li {padding: 21px 20px;}
.main_menu > li:first-child{padding: 23px 20px 21px 0;}
.main_menu > li > a {color: #606060; font-weight: 500;}
.right_main_menu{display: flex;}
.right_main_menu > li {padding: 21px 20px; color: #606060; font-weight: 500;}
.right_main_menu > li:last-child{padding-right: 0;}
/* sub_menu */
.submenu_box{position: absolute; width: 100%; right: 0; top: 100%; z-index: 12; background-color: #fff; border-bottom: 3px solid transparent;
    border-image: linear-gradient(to right, #B78E21, #FFF9AF);
    border-image-slice: 1;}
.submenu_box > ul {display: flex; padding: 0 260px; border-top: 1px solid #8882;}
.submenu_box > ul > li {width: calc(1400px / 5); padding: 23px 60px;}
.sub_menu > a {display: block; padding-bottom: 10px; color: #444;}
.sub_menu_list > li {padding: 10px 0;}
.sub_menu_list > li > a {font-weight: 400; counter-reset: #555;}
.sub_menu:last-child{padding-right: 0;}
.sub_menu_list > li:hover{color: #FF4A6B;}

/* 이력서 제출폼 (fixed_apply) */
.fixed_apply_wrap{position: fixed; display: flex; justify-content: center; gap: 7px; left: 0; bottom: 0; z-index: 999; background-color: #fff; border-top: 1px solid #8882; width: 100%; height: 80px; padding: 18px; transition: opacity 0.3s ease;}
.fixed_apply_wrap button { background: #FF4A6B; width: 200px; padding: 10px; color: #fff; font-size: 18px; font-weight: 500; border-radius: 4px;}
.fixed_apply_wrap > div:nth-child(2) i {width: 44px; height: 44px; cursor: pointer; padding: 7px; box-sizing: border-box; display: block; border: 1px solid #ddd; border-radius: 4px;}
.fixed_apply_wrap > div:nth-child(2) i > img {width: 30px; margin: 0 auto;}
.fixed_apply_wrap > div:nth-child(2){display: flex; gap: 5px;}






/* footer */
.index .footer{background-color: #FFFBFC;}
.footer{ width: 100%; font-weight: 300;}
.top_footer{background-color: #fff; height: 60px; padding: 0 260px; border-bottom: 1px solid #8882; border-top: 1px solid #8882;}
.top_footer > ul{display: flex;}
.top_footer li{padding: 18px 20px;}
.top_footer li:first-child{padding: 18px 20px 18px 0px;}
.top_footer li:nth-child(2){font-weight: 700;}

.footer > .bot_footer{background-color: #fff; padding: 35px 260px;  display: flex; justify-content: space-between; align-items: center; margin: 0 auto; }
.footer .footer_left{display: flex; flex-direction: column; font-size: 15px; line-height: 25px; color: #666;}
.footer_left > h2{width: max-content; padding-bottom: 20px;}
.footer .footer_left p.darkgray{color: #666; word-break: keep-all;}
.footer .footer_left p:nth-child(2){padding: 24px 0;}
.footer .footer_left p.darkgray span:first-child:before{content: '';}
.footer .footer_right{display: flex; flex-direction: column; align-items: flex-end; color: #575757; font-size: 20px; line-height: 1; text-align: right;}
.footer_right > .callcenter{width: 284px; text-align: left; color: #222; font-size: 16px; font-weight: 700;}
.footer_right>.tel{font-size: 55px; padding: 10px 0 10px; color: #FF4A6B; font-weight: bold;}
.date_box{display: flex; flex-direction: column; gap: 5px;}
.footer .footer_right .small ,.copyright{font-size: 15px; line-height: 1.6; padding-top: 15px; color: #666;}
.fo_mon_fri_box,
.fo_sat_box{display: flex; justify-content: flex-end; font-size: 16px; color: #222; gap: 15px;}
.fo_mon_fri_time > span,
.fo_sat_time> span{color: #7A7A7A; margin-left: 15px;}
/* .adress{padding-top: 15px;} */
.adress > p > span{font-weight: 500; color: #FF4A6B;}


/* side menu */
.sidemenu{position: fixed; bottom: 20px; right: 20px; z-index: 10;}
.sidemenu ul a{display: flex; justify-content: center; align-items: center; text-align: center; font-size: 12px; line-height: 1; color: #fff; font-weight: 300; width: 70px; height: 70px; background-color: #FF4A6B; border-radius: 50%; margin-bottom: 16px; font-family: 'GmarketSansLight';}
.sidemenu ul  a:last-child{color: #FF4A6B; border: 1px solid #e2c344; background-color: rgb(255 224 224); margin-bottom: 0;}
.sidemenu ul a li .icon{max-width: 100%; height: auto; display: inline-block; padding-bottom: 4px; text-align: center;}
.sidemenu ul a li > p{font-weight: 700; font-size: 14px; font-family: 'Pretendard';}
.sidemenu ul a li .icon img{display: inline-block;}

.ham_menu{cursor: pointer;}

/* aside menu */
.asidemenu .fast_find_box{display: block; width: 100%; border: none;}
.asidemenu .fast_find_box > div{width: 100%; margin-bottom: 20px; border-radius: 4px;}
.asidemenu .fast_fastfind, .asidemenu .fast_region{border: none; border-radius: 0;}
.asidemenu .fast_region{border: 1px solid #ddd; box-sizing: border-box; padding: 25px 15px;}
.asidemenu .fast_region > div > ul{flex-wrap: wrap; justify-content:normal; gap: 4px;}
.asidemenu .fast_region > div li{width: 54px; padding-top: 7px;}
.asidemenu .customer_box{position: relative; padding: 25px 15px; height: 230px; border-radius: 0; border: none; background: #FFECEE;}
.asidemenu .customer_box::before{content: ''; width: 150px; height: 150px;  right: 0; bottom: 0; position: absolute; opacity: 0.2; background: url(../img/main/customer_box_img.png) no-repeat #FFECEE;}
.asidemenu .customer_date_box{position: relative;}
.asidemenu .fast_find_box p{color: #666; font-weight: 400; font-size: 15px; padding-top: 7px;}
.asidemenu .fast_fastfind > h3:first-child {font-size: 23px;}
/* aside menu_right */

.asidemenu_right{position: fixed; width: 15%;}
.save_button_wrap > ul {padding: 0 15px;}
.save_button_wrap li{width: 100%; margin-bottom: 10px;}
.save_button_wrap li:first-child{background-color: #FF4A6B; color: #fff; border-radius: 4px;}
.save_button_wrap li:last-child{background-color: #ffffff; border: 1px solid #ddd; border-radius: 4px;}
.save_button_wrap li > a {display: block; padding: 15px; text-align: center;}

.input_list_wrap{ padding: 0 15px;}
.input_list_wrap > div {  border: 1px solid #ddd; border-radius: 4px; padding: 25px;}
.input_list_wrap h6{text-align: center; padding-bottom: 10px; font-size: 18px;}
.input_list_wrap > div li {padding: 10px 0; position: relative;}
.input_list_wrap > div li > span {position: absolute; left: 0; width: 25px; height: 25px; background: url(../img/sub/check_list_none.png) no-repeat; background-size: cover;}
.input_list_wrap > div li > span.span_on{position: absolute; left: 0; width: 25px; height: 25px; background: url(../img/sub/check_list_on.png) no-repeat; background-size: cover;}
.input_list_wrap > div li > p {font-weight: 500; margin-left: 50px;  color: #8888;}
.input_list_wrap > div li > p.p_on {color: #FF4A6B;}



.asidemenu_right .input_list_wrap li {cursor: pointer;}

/* 모바일 헤더 */
.header_mo_box, .mo_top_box{display: none;}

.mo_top_box > h1 {height: 44px;}
.mo_top_box > h1 > a{display: block; height: 44px;}

.mo_ham > i, .mo_sear > i {cursor: pointer;}





/* ********************************************* *
    sub-page 공통
* ********************************************* */

/*footer*/


/* 페이지네이션 */

/* ********************************************* *
* 1802px
* ********************************************* */
@media screen and (max-width: 1802px){

.header .header_top_box,
.header .header_bot_box {padding: 0 90px;}
.footer > .bot_footer {padding: 35px 160px;}

}

/* ********************************************* *
* 1795px
* ********************************************* */
@media screen and (max-width: 1795px){

.header .header_top_box,
.header .header_bot_box {padding: 0 45px;}
.top_footer{padding: 0 90px;}
.footer > .bot_footer {padding: 35px 45px;}
.asidemenu_right {width: 20%;}

}

/* ********************************************* *
 * 1600px
 * ********************************************* */
 @media screen and (max-width: 1660px){
   

 }

 /* ********************************************* *
 * 1400px
 * ********************************************* */
 @media screen and (max-width: 1400px){

 }
 
 /* ********************************************* *
 * 1200px
 * ********************************************* */
 @media screen and (max-width: 1240px){

    .input_list_wrap > div li > span.span_on{width: 20px; height: 20px; top: 10px;}
 
 }



 /* ********************************************* *
* 1155px
* ********************************************* */
@media screen and (max-width: 1155px){

.header .header_top_box  {display: none;}
.header_mo_box{display: block;}
.mo_top_box {display: flex; justify-content: space-between; align-items: center; padding: 15px 20px;}
.mo_ham > i {display: block; padding: 12px 0;}
.main_menu {display: none;}
.mo_sear > i {display: block; padding: 10px 0;}
.header .header_bot_box {justify-content: flex-end; padding: 0 20px;}

.mo_menu_left_wrap{width: 300px; height: 100%; position: fixed; top: 0; z-index: 100;}
.mo_menu_left_box{padding: 20px 20px 0 20px; width: 100%; position: relative; background-color: rgba(255,236,236,0.95); height: 100%;}
.mo_logo{margin-top: 20px;}
.mo_logo > a{display: block; width: 80%; margin: 0 auto;} 
.mo_top {width: 100%; margin-top: 20px;}
.mo_top > ul {display: flex; gap: 5px; width: 100%; justify-content: center;}
.mo_top li { width: 50%; text-align: center;}
.mo_menu_left_box > span {display: block; float: right; width: 23px; height: 22px;} 
.mo_menu_left_box > span::after {content: ''; cursor: pointer; object-fit: contain; position: absolute; top: 25px; right: 20px; max-width: 100%; width: 23px; height: 22px; background-image: url(../img/main/mo_close.png); background-size: cover;}
.mo_top li > a {display: block; font-size: 16px; font-weight: 500;  border-radius: 4px; }
.mo_login a{width: 100%; padding: 8px 10px; background-color: #FF4A6B; border: 1px solid #FF4A6B; color: #fff;}
.mo_join a {width: 100%; padding: 8px 10px; background-color: #FFF; border: 1px solid #FF4A6B; color: #FF4A6B;}
.mo_center {width: 100%; margin-top: 20px;}
.mo_center > ul{display: flex; border: 1px solid #ddd;}
.mo_center > ul > li {width: 50%; text-align: center;}
.mo_center > ul > li > a {width: 100%; display: block; padding: 10px 0; background: #fff; border-right: 1px solid #8882; font-weight: 500;}
.mo_tab_nav { margin-top: 20px; margin-bottom: 30px;}
.mo_tab_nav > ul {display: flex;}
.mo_tab_nav > ul > li {width: 50%; font-size: 15px; text-align: center; border: 1px solid #B78E21; padding: 5px 0;}
.mo_tab_nav > div {margin-top: 20px;}
.mo_nav li, .mo_cen li, .mo_shm li, .mo_res li, .mo_rec li{font-size: 16px; font-weight: 400; padding: 10px 0;}
.mo_nav > div > p{display: block; position: relative;}
.mo_nav > ul {margin-top: 10px;}
.mo_cen > ul {margin-top: 10px;}
.mo_shm > ul {margin-top: 10px;}
.mo_res > ul {margin-top: 10px;}
.mo_rec > ul {margin-top: 10px;}
.mo_shm > div > p > span::after {content: ''; top: 33%; left: 25%; position: absolute; width: 12px; height: 8px; background-image: url(../img/main/case_next.png); background-size: cover;}
.mo_nav > div > p > span::after {content: ''; top: 33%; left: 25%; position: absolute; width: 12px; height: 8px; background-image: url(../img/main/case_next.png); background-size: cover;}
.mo_cen > div > p > span::after {content: ''; top: 33%; left: 25%; position: absolute; width: 12px; height: 8px; background-image: url(../img/main/case_next.png); background-size: cover;}
.mo_res > div > p > span::after {content: ''; top: 33%; left: 25%; position: absolute; width: 12px; height: 8px; background-image: url(../img/main/case_next.png); background-size: cover;}
.mo_rec > div > p > span::after {content: ''; top: 33%; left: 25%; position: absolute; width: 12px; height: 8px; background-image: url(../img/main/case_next.png); background-size: cover;}
.mo_shm li:hover > a{font-weight: 600; color: #FF4A6B;}
.mo_nav li:hover > a{font-weight: 600; color: #FF4A6B;}
.mo_cen li:hover > a{font-weight: 600; color: #FF4A6B;}
.mo_res li:hover > a{font-weight: 600; color: #FF4A6B;}
.mo_rec li:hover > a{font-weight: 600; color: #FF4A6B;}

.footer > .bot_footer {padding: 35px 20px;}


}
 
 /* ********************************************* *
 * 1024px
 * ********************************************* */
 @media screen and (max-width: 1024px){
 
.sub_hd_wrap h3 { font-size: 30px;}
   
}

 /* ********************************************* *
* 980px
* ********************************************* */
@media screen and (max-width: 980px){

.search_tab{width: 375px;}

.footer_right > .callcenter {width: 209px;}
.footer_right>.tel {font-size: 40px;}
.fo_mon_fri_box, .fo_sat_box, .copyright {font-size: 14px;}

    
    
}
    
 
 
 /* ********************************************* *
 * 960px
 * ********************************************* */
 @media screen and (max-width: 960px){
 
.input_list_wrap {padding: 0;}

.save_button_wrap li:first-child {background: linear-gradient(to right, #B78E21, #FFF9AF, #B78E21); border: 1px solid #e7c05a; color: #a47700; border-radius: 4px;}
 
 
 
 }

/* ********************************************* *
* 850px
* ********************************************* */
@media screen and (max-width: 850px){

.search_tab{display: none;}

    
}
 
 
 /* ********************************************* *
 * 768px
 * ********************************************* */
 @media screen and (max-width: 768px){

.footer .footer_left {font-size: 13px; line-height: 20px;}
.fo_mon_fri_box, .fo_sat_box, .copyright{font-size: 12px;}

.footer {padding-top: 0;}
.footer > div {padding: 0px 20px;}
.footer > .top_footer{padding: 10px 20px;}
.top_footer li > a{font-size: 14px;}
.footer > .bot_footer {padding: 20px 20px; display: block;}
.bot_footer{display: block; padding: 10px 20px;}
.footer .footer_right{display: block; text-align: left;}
.footer .footer_right > p:first-child, .footer .footer_right > h4, .footer .footer_right > div{display: none;}

.footer_left > h2 >a {display: block;  width: 128px; height: auto;}
.top_footer li:first-child {padding: 12px 20px 12px 0;}
.top_footer li{padding: 12px 20px;}
.footer_left > h2 {padding-bottom: 15px;}

.notice_view .content {padding: 50px 0;}


 }
 
 
 /* ********************************************* *
 * 640px
 * ********************************************* */
 @media screen and (max-width: 640px){
    .input_list_wrap > div li > span.span_on{width: 18px; height:18px; top:2px;}

 }
 
 
 /* ********************************************* *
 * 500px
 * ********************************************* */
 @media screen and (max-width: 500px){

/* 전체적인 공통적인 서브페이지 */
.content {padding: 50px 0;}

.header .header_top_box,
.header .header_bot_box, .mo_top_box {padding: 10px 20px;}
.header .header_bot_box {display: none;}

.sub_hd_wrap h3 {font-size: 25px;}
.sub_lnb_wrap > ul > li {font-size: 14px;}
.top_footer li:first-child {padding: 10px 10px 10px 0px;}
.top_footer li:nth-child(2), .top_footer li:nth-child(3) {padding: 10px 10px;} 
.top_footer li:nth-child(2) {font-weight: 700;} 

.sidemenu ul a { width: 60px; height: 60px;}

.sub_hd_wrap p{font-size: 15px;}

.header .header_top_box, .header .header_bot_box, .mo_top_box {padding: 8px 20px;}
.mo_ham > i, .mo_sear > i {width: 80%;}
.mo_ham > i > svg, .mo_sear > i >svg {width: 100%; height: auto;}
.mo_top_box > h1 > a {width: 72%; margin: 0 auto;}
.mo_top_box > h1 > a >svg {width: 100%;}
.mo_menu_left_box > span::after {top: 18px; width: 19px; height: 18px;}


}
 
/* ********************************************* *
* 400px
* ********************************************* */
@media screen and (max-width: 400px){

}
 
 
 
 