/* * Noto Sans KR (Korean) (100,300,400,500,700,900) */
@import url('//fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@100;300;400;500;700;900&display=swap');

/* * Cormorant Garamond */
@import url('//fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,500;1,600;1,700&display=swap');


/* CSS Document */

*{margin: 0; padding: 0; font-family: 'Noto Sans KR' ; font-weight: 400; }


/***********************************    Reset    ***********************************/
header,footer,section,article,aside,nav,hgroup,details,menu,figure,figcaption{display:block}
html,body{margin:0;padding:0; height: 100%; width: 100%;}
body{font-family:'Noto Sans KR',Tahoma,Verdana,AppleGothic,sans-serif; font-size:14px; line-height:20px; overflow-y:scroll; }
h1,h2,h3,h4,h5,h6{margin:0;padding:0;font-size:14px; font-family: 'Noto Sans KR'; font-weight: 400; }
ol,ul{margin:0;padding:0;list-style:none; box-sizing:border-box;}
div,li,dl,dt,dd,form,iframe,p,a,span,blockquote,i,figure{margin:0;padding:0;box-sizing:border-box}
fieldset{margin:0;padding:0;border:0 solid transparent}
legend,hr{display:none}
label{vertical-align:middle;}
img{margin:0;padding:0;border:0;vertical-align:top;}
table,th,td{margin:0;padding:0; border-collapse: collapse; border-spacing: 0; border: 0;}
input,textarea,select{margin:0;padding:0;background:#fff;font-family:'Noto Sans KR',Tahoma,Verdana,AppleGothic,sans-serif;font-size:14px;color:#333;vertical-align:middle;border:0;border-radius:0;-webkit-border-radius:0;-webkit-appearance:none;box-sizing:border-box;outline:0;}
caption{visibility:hidden;width:0;height:0;margin:0;padding:0;font-size:0;line-height:0}
a{font-family:'Noto Sans KR',Tahoma,Verdana,AppleGothic,sans-serif;font-size:14px;margin:0;padding:0;border:0;cursor:pointer;background:0}
a::-moz-focus-inner{border:0;padding:0}em{font-style:normal}
img{vertical-align:top; }
a,button{text-decoration:none;color:#333; }
a.link:hover,button.link:hover{text-decoration:underline}
a,input,button{transition:all 0.3s  ease-in-out; -webkit-transition:all 0.3s ease -in-out;}
.no-border{border:none!important}
input[type='radio'], input[type='checkbox'] {border:none !important}
select {-webkit-appearance: none;  /* 네이티브 외형 감추기 */-moz-appearance: none; appearance: none;  background-image:url(../../image/common/arrow_select01.png); background-repeat:no-repeat; background-position:99% 50%; padding-left:30px; line-height:40px; height:40px; border:1px solid #DDD;}
select::-ms-expand { display: none;}/* IE 10, 11의 네이티브 화살표 숨기기 */

#wrapper { width:100%; max-width: 2560px; margin:0 auto; }

/*GNB*/
.gnb_header { position: absolute; left:0px; top:0px; width: 100%; min-width: 1280px; height:90px; z-index:90; background-color:rgba(255,255,255,0); transition:all 0.3s  ease-in-out; -webkit-transition:all 0.3s ease -in-out; transition-delay:0.3s; -webkit-transition-delay:0.3s;}
.gnb_header.active { background-color:rgba(255,255,255,1); transition:all 0s  ease-in-out; -webkit-transition:all 0s ease -in-out; transition-delay:0s; -webkit-transition-delay:0s; box-shadow: 0px 5px 5px -5px rgba(0,0,0,0.2);}

.gnb_header .gnb_box { position:relative; max-width: 1400px; min-width: 1280px; height:90px; margin:0 auto; }
.gnb_header .gnb_box .logo { position: absolute; left: 50%; top: 0px; transform: translateX(-50%);  width: 370px; height: 100px; background-image:url(../../image/common/logo_bg.png); background-size: 370px; background-repeat: no-repeat; transition:all 0.3s  ease-in-out; -webkit-transition:all 0.3s ease -in-out; padding-top: 20px; padding-left:90px; z-index: 1; }
.gnb_header .gnb_box .logo a {width: 190px; height: 42px; display: block; background-image:url(../../image/common/logo.svg); background-size: 190px; background-repeat: no-repeat; }

.gnb_header .gnb_box .gnb_total_menu, .gnb_header .gnb_box .gnb_menu {position: absolute; top: 25px;  height: 40px; text-align: center; transition:all 0.3s  ease-in-out; -webkit-transition:all 0.3s ease -in-out; }
.gnb_header .gnb_box .gnb_total_menu { left: 0px; }
.gnb_header .gnb_box .gnb_menu { right: 0px;}
.gnb_header .gnb_box .gnb_menu>div { float: left; background-color: #3a8800; border-radius: 20px; margin-right: 10px; }
.gnb_header .gnb_box .gnb_menu>div>a { position: relative; width: auto; padding: 0px 15px; font-size: 14px; line-height: 40px; color: #FFF; margin-left: 0px;}
.gnb_header .gnb_box .gnb_menu>div>a:before {position: absolute; right: -1px; top: 14px; width: 1px; height: 12px; background-color: #FFF; content: "";}
.gnb_header .gnb_box .gnb_menu>div>a:first-child { padding-left: 25px;}
.gnb_header .gnb_box .gnb_menu>div>a:last-child { padding-right: 25px;}
.gnb_header .gnb_box .gnb_menu>div>a:last-child:before { display: none;}
.gnb_header .gnb_box .gnb_menu>div>a:hover { color:#ddf3cc ;}

.gnb_header .gnb_box .gnb_total_menu a, .gnb_header .gnb_box .gnb_menu a { float: left; display: block; width: 40px; height: 40px; text-align: center; margin-left: 10px; position: relative; padding-top: 5px;}
.gnb_header .gnb_box .gnb_total_menu a:first-child, .gnb_header .gnb_box .gnb_menu a:first-child { margin-left: 0px; }

.gnb_header .gnb_box a.cart_btn span { position: absolute; top: 14px; right: 11px; width:18px; height: 18px; font-size:11px; color: #222; line-height: 16px; font-weight: 500;}
.gnb_header .gnb_box a.cart_btn:hover span { color: #3a8800; }

.ico-gnb {display:inline-block; width:30px; height:30px; background-image:url(../../image/common/icon_gnb.png); background-repeat: no-repeat; background-size:90px 90px; overflow:hidden; text-indent:-9999px; vertical-align:middle; }

.gnb_header .gnb_box a.cart_btn .ico-gnb { background-position: -0px -0px;}
.gnb_header .gnb_box a.search_btn .ico-gnb { background-position: -30px -0px;}
.gnb_header .gnb_box a.total_btn .ico-gnb { background-position: -60px -0px;}

.gnb_header .gnb_box a.cart_btn:hover .ico-gnb { background-position: -0px -30px;}
.gnb_header .gnb_box a.search_btn:hover .ico-gnb { background-position: -30px -30px;}
.gnb_header .gnb_box a.total_btn:hover .ico-gnb { background-position: -60px -30px;}


.single_header { position:absolute; left:0px; top:0px; width: 100%; min-width: 1280px; height:90px; z-index:90; }
.single_header .logo { position: absolute; left: 50%; top: 0px; transform: translateX(-50%);  width: 370px; height: 100px; background-image:url(../../image/common/logo_bg.png); background-size: 370px; background-repeat: no-repeat; transition:all 0.3s  ease-in-out; -webkit-transition:all 0.3s ease -in-out; padding-top: 20px; padding-left:90px; z-index: 1; }
.single_header .logo a {width: 190px; height: 42px; display: block; background-image:url(../../image/common/logo.svg); background-size: 190px; background-repeat: no-repeat; }

/*TOPMENU SCROLL*/
.gnb_header.flow {position: fixed; top: 0px; left: 0px; background-color:rgba(255,255,255,1); box-shadow: 0px 5px 5px -5px rgba(0,0,0,0.2);}

/*MAIN MENU*/
.main_menu { margin: -90px auto 0px; max-width: 1400px; min-width: 1280px; text-align: left; font-size: 0px; padding-left:80px; }
.main_menu>li {display: inline-block; }
.main_menu>li>a{ position: relative; display: inline-block; padding:0px 30px; font-size: 20px; line-height: 90px; color: #222; font-weight: 500; }
.main_menu>li>a:before { position: absolute; left: 30px; bottom: 20px; width: 0px; height: 2px; background-color: #3a8800; transition:all 0.3s  ease-in-out; -webkit-transition:all 0.3s ease -in-out; content: ""; z-index: 1; opacity: 0; }
.main_menu>li.active>div { height: auto;}
.main_menu>li.active>a {color: #3a8800; }
.main_menu>li.active>a:before { width:calc(100% - 60px); opacity: 1;}

.main_menu>li>div { position: absolute; left: 0px; top: 90px; width: 100%; height: 0px; background-color: #FFF; overflow: hidden; transition:all 0.3s  ease-in-out; -webkit-transition:all 0.3s ease -in-out; }
.main_menu>li.active>div {box-shadow: 0px 5px 5px -5px rgba(0,0,0,0.2);}
.main_menu>li>div>ul{position: relative; max-width: 1400px; min-width: 1280px; margin: 0 auto; display: flex; justify-content: space-between; padding: 50px 380px 50px 220px; }
.main_menu>li>div>ul>li:first-child { position: absolute; left: 0px; top: 50px;}

.main_menu>li>div>ul>li { vertical-align:top; padding: 0px 0px 0px 0px; text-align: left;}
.main_menu>li>div>ul>li h2 { font-size: 40px; color: #3a8800; line-height: 40px; font-weight: 100; }
.main_menu>li>div>ul>li h2 span { display: block; font-size: 16px;}
.main_menu>li>div>ul>li h3 { position: relative; width: 100%; font-size: 18px; color: #222; line-height: 40px; margin-bottom:10px;}
.main_menu>li>div>ul>li>a { display: block; width: 100%; font-size: 15px; color: #666; line-height: 40px; word-break: keep-all; }
.main_menu>li>div>ul>li>a:hover {color: #3a8800;}

.main_menu>li.munu01>div>ul::before, .main_menu>li.munu02>div>ul::before, .main_menu>li.munu04>div>ul::before { position: absolute; top: 50px; bottom: 50px; right: 0px; width: 280px; background-color: #F4F4F4; background-size:280px; background-position: center center; border-radius: 10px; content: "";}
.main_menu>li.munu01>div>ul::before {background-image:url(../../image/front/us/bg_menu_img01.jpg) ;}
.main_menu>li.munu02>div>ul::before {background-image:url(../../image/front/us/bg_menu_img02.jpg) ;}
.main_menu>li.munu03>div>ul { padding-left: 260px; padding-right: 0px; }
.main_menu>li.munu04>div>ul { padding-left: 280px; }
.main_menu>li.munu04>div>ul::before {background-image:url(../../image/front/us/bg_menu_img03.jpg) ;}


@media only screen and (max-width:1400px) {
  .main_menu>li>a { padding:0px 25px;}
}

/*GNB SEARCH*/
.gnb_header .gnb_search.active {opacity: 1; z-index: 100; visibility:visible; }
.gnb_header .gnb_search.active .close_box .close_btn {opacity: 1; transform:rotate(0deg);}

.gnb_header .gnb_search { opacity: 0; position: fixed; left: 0px; top: 0px; width:100%; height:100%; background-color:rgba(0,0,0,0.95); z-index: 100; visibility: hidden; transition:all 0.3s  ease-in-out; -webkit-transition:all 0.3s ease -in-out;}
.gnb_header .gnb_search .close_box { position: absolute; left: 50%; top: 0px; width: 100%; max-width: 1400px; min-width: 1280px; transform: translateX(-50%);}
.gnb_header .gnb_search .close_box .close_btn { position: absolute; top: 20px; right: -5px; width: 50px; height: 50px; background-image: url(../../../resources/image/common/icon_pop_close01.png); background-repeat: no-repeat; opacity: 0; transform:rotate(45deg); transition:all 0.3s  ease-in-out; -webkit-transition:all 0.3s ease -in-out;}

.gnb_header .gnb_search .search_box { position: absolute; width: 600px; left: 50%; top: 50%; transform: translate(-50%, -50%); text-align: left; }
.gnb_header .gnb_search .search_box>a {position: absolute; top: 0px; right: 10px; width: 60px; height: 80px; background-image: url(../../../resources/image/common/icon_pop_search.png); background-position: center center; background-repeat: no-repeat;}
.gnb_header .gnb_search .search_box input { width: 100%; height: 80px; text-align: left; font-size:20px; font-weight: 400; color: #FFF; background-color:rgba(0,0,0,0); border: 1px solid #FFF; border-radius: 40px; padding: 0 40px; margin-bottom: 80px;}
.gnb_header .gnb_search .search_box input::placeholder {color: #CCC;}
.gnb_header .gnb_search .search_box input::-webkit-input-placeholder {color: #CCC;}
.gnb_header .gnb_search .search_box input:-ms-input-placeholder {color: #CCC;}
.gnb_header .gnb_search .search_box input:focus { color:#a1db76; }

.gnb_header .gnb_search .search_box .hot_search { text-align: center;}
.gnb_header .gnb_search .search_box .hot_search h3 { font-size: 40px; color: #a1db76; line-height: 40px; margin-bottom:20px; font-weight: 100; }
.gnb_header .gnb_search .search_box .hot_search h3 span { display: block; font-size: 16px; font-weight: 300;}
.gnb_header .gnb_search .search_box .hot_search a { position: relative; display: inline-block; font-size:18px; color: #FFF; line-height: 40px; margin-right: 30px; padding-left: 15px; }
.gnb_header .gnb_search .search_box .hot_search a:before { position: absolute; left: 0px; top: 0px; content: "#";}
.gnb_header .gnb_search .search_box .hot_search a:last-child { margin-right: 0px;}

/*TOTAL MENU*/
.gnb_header .gnb_total.active {opacity: 1; z-index: 100; visibility:visible; }
.gnb_header .gnb_total.active .close_box .close_btn {opacity: 1; transform:rotate(0deg);}

.gnb_header .gnb_total { opacity: 0; position: fixed; left: 0px; top: 0px; width:100%; height:100%; background-color:rgba(0,0,0,0.95); z-index: 100; visibility: hidden; transition:all 0.3s  ease-in-out; -webkit-transition:all 0.3s ease -in-out;}
.gnb_header .gnb_total .close_box { position: absolute; left: 50%; top: 0px; width: 100%; max-width: 1400px; min-width: 1280px; transform: translateX(-50%);}
.gnb_header .gnb_total .close_box .close_btn { position: absolute; top: 20px; left: -5px; width: 50px; height: 50px; background-image: url(../../../resources/image/common/icon_pop_close01.png); background-repeat: no-repeat; opacity: 0; transform:rotate(45deg); transition:all 0.3s  ease-in-out; -webkit-transition:all 0.3s ease -in-out;}

.gnb_header .gnb_total .total_menu { position: absolute; left: 50%; top: 50%; max-width: 1400px; min-width: 1280px;  transform: translate(-50%,-50%);}
.gnb_header .gnb_total .total_menu>li { position: relative; width: 100%; float: left; margin-right: 40px; margin-bottom: 40px; padding-left: 280px;}
.gnb_header .gnb_total .total_menu>li>a { position: absolute; left: 0px; top: 0px; display: block; font-size: 40px; line-height: 40px; color: #a1db76; font-weight: 100; }
.gnb_header .gnb_total .total_menu>li>a span { display: block; font-size:16px; font-weight: 300;}
.gnb_header .gnb_total .total_menu>li>div>ul>li { float: left; padding-right: 40px; }
.gnb_header .gnb_total .total_menu>li>div>ul>li>h3 { min-width: 190px; font-size: 16px; line-height: 30px; color: #FFF; }
.gnb_header .gnb_total .total_menu>li>div>ul>li>a { display: block; font-size: 14px; line-height: 30px; color: #aaa; }
.gnb_header .gnb_total .total_menu>li>div>ul>li>a:hover { color: #FFF;}
.gnb_header .gnb_total .total_menu>li>div>ul>li>a:first-child { font-size: 16px; line-height: 30px; }
.gnb_header .gnb_total .total_menu>li>div>ul>li>a.btn { padding: 0px 20px; height: 40px; line-height: 38px; color: #FFF; }
.gnb_header .gnb_total .total_menu>li.munu03>div>ul>li:nth-child(-n+4) { margin-bottom: 20px;}

@media only screen and (max-height:1060px) {
  .gnb_header .gnb_total { overflow-y: auto;}
	.gnb_header .gnb_total .total_menu { top: 90px; transform: translate(-50%,0%); }
}

/*FOOTER*/
.footer { position:relative; width:100%; min-width: 1280px; background-color:#333333; text-align: center; padding: 100px 0px 120px; }
.footer:before { position: absolute; top: -120px; left: 0px; width: 100%; height: 120px; content: ""; z-index: 1; background-image:url("../../image/common/bg_ling03.svg"); background-repeat:no-repeat; background-size: 2560px; background-position: top center; pointer-events: none; }

.footer .footer_con { position:relative; width:100%; max-width: 1400px; min-width: 1280px; margin: 0 auto; display: flex; flex-wrap: wrap;}
.footer .footer_con>a.top_btn {position: absolute; left: 400px; top: 0px; display: block; width: 50px; height: 50px; border-radius: 50%; border: 1px solid #DDD; z-index: 1;}
.footer .footer_con>a.top_btn:before,.footer .footer_con>a.top_btn:after {position: absolute; top: 22px; width: 14px; height: 1px; background-color: #DDD; content: "";}
.footer .footer_con>a.top_btn:before {left: 13px; transform:rotate(-45deg);}
.footer .footer_con>a.top_btn:after {left: 22px; transform:rotate(-135deg);}
.footer .footer_con>a.top_btn:hover { background-color: #3a8800; border-color: #3a8800;}

.footer .footer_con .footer_paylogo { position: absolute; top: -80px;}
.footer .footer_con .footer_paylogo img { width: 400px;}

.footer_top { width: 60%; text-align: left;}
.footer_top>img { width: 380px; margin-bottom: 40px;}
.footer_top h2 {font-size: 16px; line-height: 30px; color: #FFF;}
.footer_top p { position: relative; display: inline-block; font-size: 16px; line-height: 30px; color: #BBB; padding-right: 10px; margin-right: 10px; }
.footer_top p::before { position: absolute; top: 10px; right: -1px; width: 1px; height: 12px; background-color: #888; content: "";}
.footer_top p span { color: #FFF; margin-right: 10px;}
.footer_top>div p:last-child { margin-right: 0px; padding-right: 0px;}
.footer_top>div p:last-child::before { display: none;}

.footer_menu { width: 40%; display: flex; justify-content: right; text-align: right;}
.footer_menu li { margin-bottom:20px ;}
.footer_menu li:last-child { margin-bottom: 0px;}
.footer_menu li h3 {font-size: 20px; line-height: 30px; color: #FFF; margin-bottom: 40px; }
.footer_menu li a { display: block; font-size: 16px; line-height: 30px; color: #CCC; font-weight: 300; }
.footer_menu li a:hover { color: #FFF;}
.footer_menu li a:last-child { margin-left: 80px;}

.footer_bottom { position: relative; width: 100%; border-top: 1px solid #666; margin-top:50px; padding-top: 50px; padding-bottom: 10px;}
.footer_bottom p { font-size: 16px; line-height: 30px; color: #CCC; text-align: center; font-weight: 100; }
.footer_bottom>div { position: absolute; top: 40px;}
.footer_bottom>div:first-child { left: 0px;}
.footer_bottom>div:first-child a { width: 50px; height: 50px; float: left; border: 1px solid #666; border-radius: 50%; margin-right: 10px; text-align: center; padding-top: 10px;}
.footer_bottom>div:first-child a:hover { background-color: #3a8800; border-color: #3a8800;}
.footer_bottom>div:last-child { right: 0px;}
.footer_bottom>div:last-child a { display: inline-block; height: 50px; margin-left: 20px; padding-top: 8px; opacity: 0.5;}
.footer_bottom>div:last-child a:hover { opacity: 1;}


.ico-footer_sns {display:inline-block; width:30px; height:30px; background:url(../../image/common/icon_footer_sns.png) no-repeat;background-size:90px 30px;overflow:hidden; text-indent:-9999px; vertical-align:middle; }
.ico-footer_sns.instagram { background-position: 0px 0px;}
.ico-footer_sns.youtube { background-position: -60px 0px;}
.ico-footer_sns.kakao { background-position: -30px 0px;}





























/* GUIDE*/
.guide_box { margin-bottom: 60px;}
.guide_box .btn-set{ margin-bottom: 40px;}
.guide_title { font-size: 40px; line-height: 40px; color: #222; margin-bottom: 20px;}

/*INPUT*/
.inp-txt{ width:100%; height:50px; border:1px solid #DDD; font-size:16px; padding:9px 20px; line-height:30px; border-radius: 10px; }
.inp-txt::placeholder { color:#999;}
.inp-txt::-webkit-input-placeholder {color:#999;}
.inp-txt:-ms-input-placeholder {color:#999;}
.inp-txt:focus{color: #222; border-color: #333;}
.inp-txt[type='text']:disabled { background-color:#EEE;}

.inp-txt[type="number"]::-webkit-inner-spin-button, .inp-txt[type="number"]::-webkit-outer-spin-button {-webkit-appearance: none;margin: 0;}
.inp-txt[type="number"] {-moz-appearance: textfield;}

.inp-txt.both { margin-top:10px;}
.inp-txt.disabled {background-color:#EEE; cursor: default;}
.inp-txt.disabled:focus{border-color: #DDD;}

.inp-txt[type=password]{font-family:'Noto Sans KR',Tahoma,Verdana,AppleGothic,sans-serif;}
.inp-txt[type=password]:-ms-input-placeholder{font-family:'Noto Sans KR',Tahoma,Verdana,AppleGothic,sans-serif;}
.inp-txt[type=password]::-webkit-input-placeholder{font-family:'Noto Sans KR',Tahoma,Verdana,AppleGothic,sans-serif;}
.inp-txt[type=password]:-moz-placeholder{font-family:'Noto Sans KR',Tahoma,Verdana,AppleGothic,sans-serif;}
.inp-txt[type=password]::-moz-placeholder{font-family:'Noto Sans KR',Tahoma,Verdana,AppleGothic,sans-serif;}
.inp-txt.uppercase {text-transform: uppercase;}

/*INPUT SET*/

.phone-set {position:relative; display: flex;}
.phone-set li { width:30%;}
.phone-set li:nth-child(2), .phone-set li:nth-child(4) { width:5%; text-align:center; line-height:50px;}
.phone-set li .inp-txt { text-align:center;}

.kakao_name-set {position:relative; overflow:hidden; }
.kakao_name-set li:nth-child(1) { width: 50%;}
.kakao_name-set li:nth-child(3) { line-height: 50px; padding-right: 0px; }
.kakao_name-set li {float:left; width: 25%; padding-right: 10px; }

.name-set {position:relative; overflow:hidden; }
.name-set li:first-child { padding-right:5px;}
.name-set li:last-child { padding-left:5px; }
.name-set li {float:left; width:50%; line-height:50px; }

.en_name-set {position:relative; overflow:hidden; }
.en_name-set li:first-child { padding-right:5px;}
.en_name-set li:last-child { padding-left:5px; }
.en_name-set li {float:left; width:50%; line-height:50px; }

.en_name-set02 {position:relative; overflow:hidden; }
.en_name-set02 li:first-child { padding-right:5px;}
.en_name-set02 li:nth-of-type(2) { padding-right:5px;}
.en_name-set02 li:last-child { width: 40%; padding-left:5px; }
.en_name-set02 li {float:left; width:30%; line-height:50px; }

.email-set {position:relative;overflow:hidden;}
.email-set li { width:100%; float:left; margin-bottom: 15px;}
.email-set li:nth-child(1), .email-set li:nth-child(3) { width: 47%;}
.email-set li:nth-child(2) { width: 6%; text-align:center; line-height:50px; }
.email-set li:nth-child(4) { width: 100%; margin-bottom:0px;}

.post-set {position:relative;overflow:hidden}
.post-set li {float:left; width:100%; margin-bottom: 10px;}
.post-set li:nth-child(1) { width:75%; padding-right:10px; }
.post-set li:nth-child(2) { width:25%; padding-right:0px; }
.post-set li:last-child { margin-bottom: 0px; }

.en_post-set {position:relative;overflow:hidden}
.en_post-set li {float:left; width:100%; margin-bottom: 10px;}
.en_post-set li:last-child { margin-bottom: 0px; }

.en_post-set.new li:nth-child(2), .en_post-set.new li:nth-child(3) {float:left; width:50%; line-height:50px; }
.en_post-set.new li:nth-child(2) { padding-right:5px;}
.en_post-set.new li:nth-child(3) { padding-left:5px; }

.sponsor-set {position:relative;overflow:hidden}
.sponsor-set li:first-child { width:75%; }
.sponsor-set li:nth-child(2) { width:25%; padding-right: 0px;}
.sponsor-set li:nth-child(3) { width: 100%;}
.sponsor-set li:nth-child(3) span { font-size: 16px; line-height: 18px; margin-top: 15px;}
.sponsor-set li {float:left; padding-right:10px; line-height:40px;}
.sponsor-set li .icon_delete {background: url(../../image/common/icon_delete.png) no-repeat center center; height: 40px; width: 40px; display: inline-block; vertical-align: middle; }
.sponsor-set li .icon_delete:hover {background-image: url(../../image/common/icon_delete_hover.png)}

.bank-set {position:relative;overflow:hidden}
.bank-set li { float:left; margin-bottom: 10px;}
.bank-set li:nth-child(1) { width:100%; }
.bank-set li:nth-child(2) { width:50%; padding-right: 5px;}
.bank-set li:nth-child(3) { width:50%; padding-left: 5px;}
.bank-set li:nth-child(4), .bank-set li:nth-child(5) { width:100%; }

.join_file-set {position:relative;overflow:hidden;}
.join_file-set li {float: left; padding-right: 10px; line-height: 50px; position: relative;}
.join_file-set li:nth-child(1) { width: 75%;}
.join_file-set li:nth-child(2) {width: 25%;}
.join_file-set .file_button { position: absolute; width: 100%; height: 50px; vertical-align: top; opacity: 0; cursor: pointer;  top: 0; left: 0; z-index: 1;}
.join_file-set .file_button:hover + .btn { background-color: #F4F4F4; cursor: pointer; }

.birthday-set {position:relative; display: flex; justify-content: space-between; overflow:hidden;}
.birthday-set li { float: left; padding-right: 10px; }
.birthday-set li:nth-child(1) { width:33%;}
.birthday-set li:nth-child(2) { width:33%;}
.birthday-set li:nth-child(3) { width:33%; padding-right: 0px; }
/* .birthday-set li:nth-child(4) { width:40%; padding-right: 0px; line-height: 50px;} */


.social_security-set {position:relative;overflow:hidden;}
.social_security-set li { width:100%; float:left; padding-right:10px;}
.social_security-set li:nth-child(1) { width:35%}
.social_security-set li:nth-child(2) { width:5%; text-align:center; line-height:50px;}
.social_security-set li:nth-child(3) { width:35%}
.social_security-set li:nth-child(4) { width: 25%; padding-right:0px;}

.file-set {position:relative;overflow:hidden; width: 670px;}
.file-set li {float: left; padding-right: 10px; line-height: 50px; position: relative;}
.file-set li:nth-child(1) { width: 75%;}
.file-set li:nth-child(2) {width: 25%;}
.file-set .file_button { position: absolute; width: 100%; height: 50px; vertical-align: top; opacity: 0; cursor: pointer;  top: 0; left: 0; z-index: 1;}
.file-set .file_button:hover + .btn { background-color: #F4F4F4; cursor: pointer; }

.cardnum-set {position:relative;overflow:hidden}
.cardnum-set li { float: left; width:20%; padding-right: 10px;}
.cardnum-set li:last-child {padding-right: 0px;}

.cardname-set {position:relative;overflow:hidden}
.cardname-set li { float: left; width:50%; padding-right: 10px;}

.cardinfo-set {position:relative;overflow:hidden}
.cardinfo-set li { float: left; width:25%; padding-right: 10px;}
.cardinfo-set li:last-child { width:50%; }

.auto_day-set {position:relative;overflow:hidden; }
.auto_day-set li { float: left; width:40%; }
.auto_day-set li:nth-child(2) { width:100%; }

/* SELECT BOX */
.select {display:inline-block; width:100%; height:50px; border:1px solid #ddd; font-size:16px; color: #999; padding-left:20px;  background-image:url(../../image/common/arrow_select01.png); border-radius: 10px; }
.select:focus {color:#000; background-image:url(../../image/common/arrow_select01_focus.png); }

/* TEXTAREA */
.textarea { width: 100%; height: 350px; font-size: 16px; line-height: 25px; padding: 20px; border: 1px solid #DDD; border-radius: 10px; }
.textarea:focus {color: #222; border-color: #333;}

/* CHECK BOX */
input[type="checkbox"].check_box {display: none;}
input[type="checkbox"].check_box + label {display: inline-block; padding-left: 30px; font-size: 16px; line-height: 21px; height: 22px; margin-right: 10px; cursor: pointer; background-image:url(../../image/common/icon_check_type.png); background-repeat: no-repeat; background-position: 0px 0px; background-size:22px 66px; color: #666;}
input[type="checkbox"].check_box:checked + label { color: #3a8800; background-position: 0px -44px;}
input[type="checkbox"].check_box + label:last-child {margin-right: 0;}
input[type="checkbox"].check_box.both + label { margin-top: 10px;}

/* RADIO BOX */
input[type="radio"].radio_box {display: none;}
input[type="radio"].radio_box + label {display: inline-block; padding-left: 30px; font-size: 16px; line-height: 21px; height: 22px; margin-right: 10px; cursor: pointer; background-image:url(../../image/common/icon_radio_type.png); background-repeat: no-repeat; background-position: 0px 0px; background-size:22px 66px; color: #666;}
input[type="radio"].radio_box:checked + label {color: #3a8800; background-position: 0px -44px;}
input[type="radio"].radio_box + label:last-child {margin-right: 0;}
input[type="radio"].radio_box.both + label { margin-top: 10px;}
















/*BTN SET*/
.btn {display:inline-block; width:100%; height:50px;line-height:48px; vertical-align:middle; text-align:center; font-size:16px; color:#FFF; font-weight: 400; border-radius: 35px;}
.btn.btn-sm{font-size:15px;height:40px;line-height:38px;}
.btn.btn-lg{font-size:18px;height:60px;line-height:58px; font-weight:400;}
.btn.btn-in { width:110px; margin-left:10px;}
.btn.btn-block{display:block}
.btn.both { margin-top: 10px;}

.btn.btn-grey{border:1px solid #888;color:#888;}
.btn.btn-grey.btn-full{background-color:#888; color:#FFF;}
.btn.btn-grey:hover { background-color:#f4f4f4; }
.btn.btn-grey.btn-full:hover {background-color:#777; border-color:#777; color:#FFF;}

.btn.btn-green{border:1px solid #3a8800; color:#3a8800; background-color: #FFF;}
.btn.btn-green.btn-full{background-color:#3a8800; color:#FFF;}
.btn.btn-green:hover {  background-color:#f4f4f4; }
.btn.btn-green.btn-full:hover {background-color:#2c6700; border-color:#2c6700; color:#FFF;}

.btn.btn-blue{border:1px solid #004687; color:#004687; background-color: #FFF;}
.btn.btn-blue.btn-full{background-color:#004687; color:#FFF;}
.btn.btn-blue:hover {  background-color:#f4f4f4; }
.btn.btn-blue.btn-full:hover {background-color:#003a6f; border-color:#003a6f; color:#FFF;}

.btn.btn-black{border:1px solid #333; color:#333;}
.btn.btn-black.btn-full{background-color:#333; color:#FFF;}
.btn.btn-black:hover { background-color:#f4f4f4; }
.btn.btn-black.btn-full:hover {background-color:#000; border-color:#000; color:#FFF;}

.btn.btn-red{border:1px solid #ed1c24; color:#ed1c24;}
.btn.btn-red.btn-full{background-color:#ed1c24; color:#FFF;}
.btn.btn-red:hover {  background-color:#f4f4f4; }
.btn.btn-red.btn-full:hover {background-color:#b40007; border-color:#b40007; color:#FFF;}

.btn.btn-white{border:1px solid #FFF; color:#FFF;}
.btn.btn-white.btn-full{background-color:#FFF; color:#004687;}
.btn.btn-white:hover {  background-color:#f4f4f4; }
.btn.btn-white.btn-full:hover {background-color:#f4f4f4; }

.btn.btn-text{border:1px solid #888;color:#888;}
.btn.btn-text.btn-full{background-color:#888; color:#FFF;}
.btn.btn-text:hover { background-color:#FFF; }
.btn.btn-text.btn-full:hover {background-color:#888; border-color:#888; color:#FFF;}

.btn.btn-kakao { display:block; background-color: #fce000; color: rgba(0,0,0,0.85);}
.btn.btn-kakao i {display: inline-block; width:40px; height:40px; background:url("../../image/common/kakao_logo01.png") no-repeat; background-size:36px 36px; vertical-align: middle; }
.btn.btn-kakao:hover { background-color:#e9cf00 ;}

div.btn-set {position:relative;overflow:hidden; text-align:center;}
div.btn-set .btn { margin-left:10px;}
div.btn-set .btn:first-child { margin-left:0px;}
div.btn-set .btn.left { float:left; margin-left:0px; margin-right:10px;}
div.btn-set .btn.right { float:right;}
div.btn-set .btn.right:first-child { margin-left:10px;}
div.btn-set .btn.disabled { background-color:#999; color:#FFF; cursor: default;}
div.btn-set .btn.disabled:hover {background-color:#999; color:#FFF;}
div.btn-set .soldout { width: 100%; height: 70px; background-color: #bbb; font-size: 20px; line-height: 70px; color: #fff; border: 1px solid #DDD; border-radius: 35px; font-weight: 700; }

ul.btn-set {position:relative;overflow:hidden; text-align:center;}
ul.btn-set>li {float: left; padding: 0px 10px;}
ul.btn-set>li:first-child { padding-left: 0px;}
ul.btn-set>li:last-child { padding-right: 0px;}

ul.btn-set.set02>li { width: 50%;}
ul.btn-set.set03>li { width: 33.3%;}
ul.btn-set.set04>li { width: 25%;}
ul.btn-set.set05>li { width: 20%;}
ul.btn-set.set06>li { width: 16.6%;}
ul.btn-set.set07>li { width: 14.2%;}
ul.btn-set.set08>li { width: 12.5%;}

.btn_arrow { position: relative; display: inline-block; width: auto; height: 50px; line-height: 20px; font-size:18px; color:#222; font-weight:500; padding: 15px 30px 15px 10px; }
.btn_arrow:before,.btn_arrow:after,.btn_arrow i {position: absolute; right: 0px; width: 8px; height: 2px; background-color: #666; content: "";}
.btn_arrow:before {top: 27px;  transform:rotate(-45deg);}
.btn_arrow:after {top: 21px;  transform:rotate(-135deg);}
.btn_arrow:hover { color:#3a8800; }
.btn_arrow:hover:before,.btn_arrow:hover:after,.btn_arrow:hover i {background-color: #3a8800;}
.btn_arrow i { width: 20px; top: 24px; }

.btn_arrow.btn-sm { font-size: 14px; height: 30px; padding: 5px 15px 5px 10px;}
.btn_arrow.btn-sm:before {top: 17px;  transform:rotate(-45deg);}
.btn_arrow.btn-sm:after {top: 12px;  transform:rotate(-135deg);}


.btn-set-text {position:relative;overflow:hidden; text-align:center; padding-top:20px; }
.btn-set-text p { display:inline-block; font-size:16px; line-height:25px; color:#333; vertical-align: top; }

/*BTN SIZE*/
.wid_all {width: 100%;}
.wid_900 {width: 900px;}
.wid_650 {width: 650px;}
.wid_600 {width: 600px;}
.wid_590 {width: 590px;}
.wid_540 {width: 540px;}
.wid_515 {width: 515px;}
.wid_480 {width: 480px;}
.wid_440 {width: 440px;}
.wid_400 {width: 400px;}
.wid_395 {width: 395px;}
.wid_350 {width: 350px;}
.wid_340 {width: 340px;}
.wid_300 {width: 300px;}
.wid_260 {width: 260px;}
.wid_255 {width: 255px;}
.wid_240 {width: 240px;}
.wid_220 {width: 220px;}
.wid_200 {width: 200px;}
.wid_180 {width: 180px;}
.wid_160 {width: 160px;}
.wid_150 {width: 150px;}
.wid_140 {width: 140px;}
.wid_130 {width: 130px;}
.wid_120 {width: 120px;}
.wid_110 {width: 110px;}
.wid_100 {width: 100px;}
.wid_90 {width: 90px;}
.wid_80 {width: 80px;}
.wid_70 {width: 70px;}
.wid_60 {width: 60px;}

/* 폰트컬러 */
span.alert_text { position:relative; padding-left:28px; color:#ed1c24; font-size:15px; line-height:20px; display:inline-block;}
span.alert_text::after { position:absolute; width:18px; height:18px; left:0px; top:0px; line-height:18px; border-radius:10px; background-color:#fff; border: 1px solid #ed1c24; content:"!"; color:#ed1c24; font-weight:600; text-align:center;}
span.alert_text.both, span.bl_text.both, span.dot_text.both { margin-top:10px;}
span.alert_text.black { color:#222;}
span.alert_text.black::after { border: 1px solid #222; color:#222;}
span.alert_text.blue { color:#004687;}
span.alert_text.blue::after { border: 1px solid #004687; color:#004687;}
span.alert_text.green { color:#3a8800;}
span.alert_text.green::after { border: 1px solid #3a8800; color:#3a8800;}
span.alert_text.grey { color:#999;}
span.alert_text.grey::after { border: 1px solid #999; color:#999;}

span.bl_text { position:relative; display:block; padding-left:15px; color:#666; font-size:14px; line-height:20px; text-align: left;}
span.bl_text::after { position:absolute; width:4px; height:4px; left:5px; top:8px; border-radius:50%; background-color:#666; content:"";}
span.bl_text.blue::after { background-color:#004687;}
span.bl_text.green::after { background-color:#3a8800;}
span.bl_text.red::after { background-color:#ed1c24;}
span.bl_text.grey::after { background-color:#999;}

span.dot_text { position:relative; padding-left:15px; color:#222; font-size:16px; line-height:20px; text-align:left; display:inline-block;}
span.dot_text::after { position:absolute; font-size:18px; left:0px; top:4px; line-height:18px; border-radius:10px; content:"*"; color:#666; font-weight:700; text-align:center;}
span.dot_text.blue::after { color:#004687;}
span.dot_text.green::after { color:#3a8800;}
span.dot_text.red::after { color:#ed1c24;}
span.dot_text.grey::after { color:#999;}

span.font_blue {color: #004687;}
span.font_green {color: #3a8800;}
span.font_red {color: #ed1c24;}
span.font_grey {color: #999;}
span.font_black {color: #222;}

span.in_text ,input.in_text, select.in_text ,label.in_text { margin-left:10px;}

/*TAB*/
#tab_con>div { display: none;}
#tab_con>ul { display: none;}

.tab_menu {position: relative; left: 50%; transform: translateX(-50%); display: inline-flex; width: auto; overflow: hidden; margin-bottom: 40px; }
.tab_menu a { position: relative; width: 150px; height: 40px; display: block; font-size:16px; line-height: 38px; color: #999; text-align: center; padding: 0px; margin: 0px 10px; border-radius: 30px; border: 1px dashed #BBB;}
.tab_menu a:hover { color: #222;  }
.tab_menu a.active { color: #FFF; background-color: #3a8800; border: 1px solid #3a8800;}

.tab_menu.tree a { width: 200px; height: 50px; line-height: 48px; }

#tab_con>div { display: none;}
#tab1_con>div { display: none;}
#tab2_con>div { display: none;}
#tab3_con>div { display: none;}
#tab4_con>div { display: none;}

#tab_con>ul { display: none;}
#tab1_con>ul { display: none;}
#tab2_con>ul { display: none;}
#tab3_con>ul { display: none;}
#tab4_con>ul { display: none;}

/*PAGE Animation************************************************/
.ani {opacity:0; transition:all 0.6s  ease-in-out; -webkit-transition:all 0.6s ease -in-out;}

/*Animation Position */
.ani.top{transform:translateY(-50px); -webkit-transform:translateY(-50px); }
.ani.bottom{transform:translateY(50px); -webkit-transform:translateY(50px);}
.ani.left{transform:translateX(-50px); -webkit-transform:translateX(-50px);}
.ani.right{transform:translateX(50px); -webkit-transform:translateX(50px);}

.ani.scale {transform:scale(1.1,1.1)}

/*Animation Active************************************************/
.ani.active { opacity:1; transform:translate(0px,0px) scale(1,1); -webkit-transform:translate(0px,0px) scale(1,1); }

/*Animation Delay Time************************************************/
.ani.d_1 { transition-delay:0.2s; -webkit-transition-delay:0.2s;}
.ani.d_2 { transition-delay:0.4s;  -webkit-transition-delay:0.4s;}
.ani.d_3 { transition-delay:0.6s;  -webkit-transition-delay:0.6s;}
.ani.d_4 { transition-delay:0.8s;  -webkit-transition-delay:0.8s;}
.ani.d_5 { transition-delay:1s;  -webkit-transition-delay:1s;}
.ani.d_6 { transition-delay:1.2s;  -webkit-transition-delay:1.2s;}
.ani.d_7 { transition-delay:1.4s;  -webkit-transition-delay:1.4s;}
.ani.d_8 { transition-delay:1.6s;  -webkit-transition-delay:1.6s;}
.ani.d_9 { transition-delay:1.8s;  -webkit-transition-delay:1.8s;}
.ani.d_10 { transition-delay:2s;  -webkit-transition-delay:2s;}
.ani.d_11 { transition-delay:2.2s;  -webkit-transition-delay:2.2s;}

@keyframes ani_time {
	0% { transform: scaleX(0); }
  100% { transform: scaleX(1); }
}

@keyframes ani_opacity {
	0% { opacity: 1; }
  100% { opacity: 0; }
}

@keyframes ani_width {
	0% { width: 0%;}
  100% { width: 100%; }
}

/*CONTENT*/
.content { padding-top: 0px; padding-bottom:250px;}
.content.main { padding-top: 0px; padding-bottom: 0px;}

.sub_content { position: relative; width:100%; min-width: 1400px; overflow: hidden; }
.sub_content .content_box { position:relative; width:1400px; margin:0 auto; }
.sub_content .content_box.full { width:100%;}
.sub_content .content_box.full.gray {background-color: #f4f4f4;}

.content_box  li.no_data { width: 100%; height: 300px; text-align: center; padding: 280px 0px 160px; font-size: 18px; color: #999; cursor: default; background-image:url("../../image/common/icon_no_data.png"); background-repeat: no-repeat; background-position: center 190px; }

/*SUB_TITLE LINE MENU*/
.linemap_menu { position:absolute; z-index:10; top:460px; width:100%; min-width:1400px; height:40px;}
.linemap_menu ul { width:1400px; height:40px; margin:0 auto; box-sizing:border-box;}

.linemap_menu ul li { position: relative; display: inline-block; height:40px; margin-right: 20px; }
.linemap_menu ul li:last-child { margin-right: 0px;}
.linemap_menu ul li>a {display:inline-block; font-size:16px; color:#888; text-align:left; line-height:30px; height:30px; padding-right:30px; background-image:url(../../image/common/ico_linemap1.png); background-repeat:no-repeat; background-position: center right;}
.linemap_menu ul li.active>a { background-image:url(../../image/common/ico_linemap2.png);}
.linemap_menu ul li:last-child>a { color: #111; background-image:url(../../image/common/ico_linemap3.png);}
.linemap_menu ul li.active:last-child>a { background-image:url(../../image/common/ico_linemap4.png); }

.linemap_menu ul li div { display: none; position: absolute; left: -10px; top: 40px; background-color: #FFF; border: 1px solid #DDD; padding: 20px; border-radius: 10px;}
.linemap_menu ul li div>a { display:block; line-height:30px; font-size:15px; color:#333; white-space: nowrap;}
.linemap_menu ul li div>a:hover { color: #3a8800;}

.linemap_menu.center { top: 200px;}
.linemap_menu.center ul { display: flex; justify-content: center;}

.linemap_info { display: flex; justify-content: center;}
.linemap_info li { position: relative; font-size: 16px; line-height: 20px; color: #CCC; font-weight: 700; margin-right: 40px;}
.linemap_info li:before { position: absolute; right: -30px; top: 0px; width: 20px; height: 20px; background-image:url(../../image/common/icon_linemap_info.png); background-position: center center; background-repeat: no-repeat; content: "";}
.linemap_info li.active { color: #222;}
.linemap_info li:last-child { margin-right: 0px;}
.linemap_info li:last-child::before { display: none;}


/*SUB TITLE*/
.sub_content .sub_title { position: relative; width:100%; min-height: 520px; margin: 0px auto; background-repeat: no-repeat; background-position: center center; display: flex; justify-content: center; align-items: center; }
.sub_content .sub_title::before { position: absolute; bottom: 0px; width: 100%; height: 200px; content: ""; z-index: 5; background-image:url("../../image/common/bg_ling01.svg"); background-repeat:no-repeat; background-size: 2560px; background-position: bottom center; pointer-events: none; }
.sub_content .sub_title h2 { font-size:80px; line-height:80px; color:#333; font-family: "Cormorant Garamond",'Noto Sans KR'; font-weight: 700; text-align: center; }

.sub_content .sub_title.sub01 { background-image:url(../../../resources/image/front/us/bg_subtitle01.jpg);}/*SHOP*/
.sub_content .sub_title.sub02 { background-image:url(../../../resources/image/front/us/bg_subtitle02.jpg);}/*유니앤코어*/
.sub_content .sub_title.sub03 { background-image:url(../../../resources/image/front/us/bg_subtitle03.jpg);}/*비즈니스*/
.sub_content .sub_title.sub04 { background-image:url(../../../resources/image/front/us/bg_subtitle04.jpg);}/*브랜드*/
.sub_content .sub_title.sub05 { background-image:url(../../../resources/image/front/us/bg_subtitle05.jpg);}/*고객서비스*/
.sub_content .sub_title.sub06 { background-image:url(../../../resources/image/front/us/bg_subtitle06.jpg);}/*마이라운지*/
.sub_content .sub_title.sub07 { background-image:url(../../../resources/image/front/us/bg_subtitle07.jpg);}/*푸터메뉴*/

.sub_content .sub_top_title { position: relative; width: 100%; margin: 0 auto 80px;}
.sub_content .sub_top_title h2 {font-size:50px; line-height:50px; color:#333; font-weight: 700; text-align: left;}

.sub_content .sub_top_title.center { padding-top: 260px;}
.sub_content .sub_top_title.center h2 {text-align: center; margin-bottom: 40px;}
















/*
.sub_content .sub_title.join { min-height: auto; padding-right: 0px; padding-top: 0px; margin-bottom: 60px;}
.sub_content .sub_title.join p, .sub_content .sub_title.join h2 { text-align: center;}
.sub_content .sub_title.join p { color: #004687; font-size: 18px; font-weight: 500; margin-bottom: 40px; }

.sub_content .sub_title.center { min-height: 250px; padding-right: 0px; padding-top: 0px;}
.sub_content .sub_title.center h2 { text-align: center;} */






































/*LINE MAP*/
/* .line_map { display: flex; position: relative; margin-bottom: 40px;}
.line_map li { position: relative; margin-right: 35px; font-size: 15px; line-height: 20px; color: #222;}
.line_map li:before { position: absolute; right: -22px; top: 8px; width: 4px; height: 4px; background-color: #999; content: "";}
.line_map li:first-child { margin-left: 25px;}
.line_map li:first-child::after { position: absolute; left: -25px; top: 0px; width: 20px; height: 20px; background-image:url(../../image/common/icon_linemap.png); background-repeat: no-repeat; background-position: center center; content: "";}
.line_map li:last-child { color: #004687; font-weight: 500; margin-right: 0px;}
.line_map li:last-child:before { display: none;}

.sub_title.join .line_map { justify-content: center;}
.sub_title.join .line_map li { color: #CCC; font-weight: 700; margin-right: 50px;}
.sub_title.join .line_map li:first-child { margin-left: 0px;}
.sub_title.join .line_map li:first-child::after { display: none;}
.sub_title.join .line_map li:last-child { margin-right: 0px;}
.sub_title.join .line_map li:before { right: -35px; top: 0px; width: 20px; height: 20px; background-color:rgba(0,0,0,0); background-image:url(../../image/common/icon_linemap_info.png); background-position: 0px 0px;}
.sub_title.join .line_map li.active { color: #222;}

.sub_title.center .line_map { justify-content: center;}
.sub_title.join .line_map li { color: #CCC; font-weight: 700; margin-right: 50px;}
.sub_title.join .line_map li:first-child { margin-left: 0px;}
.sub_title.join .line_map li:first-child::after { display: none;}border
.sub_title.join .line_map li:last-child { margin-right: 0px;}
.sub_title.join .line_map li:before { right: -35px; top: 0px; width: 20px; height: 20px; background-color:rgba(0,0,0,0); background-image:url(../../image/common/icon_linemap_info.png); background-position: 0px 0px;}
.sub_title.join .line_map li.active { color: #222;} */





/*CONTENT TOP*/
.content_top { position: relative; width: 1400px; min-height: 50px; margin: 0 auto 40px; z-index: 5;}
.content_top .category_menu { padding-right: 460px; overflow: hidden;}
.content_top .category_menu a{position: relative; display: inline-block; height: 50px; float: left; font-size:18px; line-height:50px; color:#999; margin-right: 20px; padding-right: 20px; }
.content_top .category_menu a:hover { color: #222;}
.content_top .category_menu a:before {position: absolute; right: -1px; top: 18px; width: 1px; height: 15px; background-color: #DDD; content: "";}
.content_top .category_menu a:last-child { margin-right: 0px; padding-right: 0px;}
.content_top .category_menu a:last-child::before { display: none;}
.content_top .category_menu a.active { color:#3a8800; cursor: default;}

.content_top .category_menu.search_type { padding-right: 400px;}

.content_top .total_sum { display: inline-block; font-size: 16px; line-height: 50px; color: #666;}
.content_top .total_sum span { font-weight: 500;}
.content_top .select_self { width:200px; }
.content_top .select_self .select {  background-position: 90% 50%; border-radius: 25px;}
.content_top .info_text { margin-top: 40px;;}
.content_top .info_title { font-size:35px; line-height:50px; font-weight: 500; color:#222; }
.content_top .auto_order_self { position: absolute; top: 0px; right: 510px; width:170px; }
.content_top .auto_order_self .select {  background-position: 90% 50%; border-radius: 25px;}

.day_content_top { position: relative; width: 1400px; margin: 0;}
.day_content_top .select_self { width:350px;}
.day_content_top .select_self .select { padding-left: 30px;  background-position: 95% 50%; border-radius: 25px;}

/* SEARCH BOX*/
ul.search_box {position: absolute; bottom: 0px; right: 0px; display: block; width: 440px; height: 50px; overflow: hidden; border-radius: 25px; display: flex; flex-wrap: wrap; border: 1px solid #DDD; }
ul.search_box li input {width: 100%; height: 48px; line-height: 48px; border: none; padding-left: 30px;}
ul.search_box li .select {height: 48px; background-position:95% 50%; border: none; padding-left: 30px;}
ul.search_box li:last-child a {display: block; width: 50px; height: 48px; background-image:url("../../image/common/icon_btn_search.png"); background-repeat:no-repeat; background-size: 50px 100px; background-position:0px 0px; transition:all 0s  ease-in-out; -webkit-transition:all 0s ease -in-out;}
ul.search_box li:last-child a:hover {background-position:0px -50px;}

ul.search_box li:nth-child(1) { width: 378px;}
ul.search_box li:nth-child(2) { width: 60px;}

/* SEARCH BOX SELECT */
ul.search_box.select_type li:nth-child(1) { width: 150px;}
ul.search_box.select_type li:nth-child(2) { width: 228px;}
ul.search_box.select_type li:nth-child(3) { width: 60px;}

/* SEARCH BOX CALENDAR */
ul.search_box.calendar_type {width: 440px;}
ul.search_box.calendar_type li:nth-child(1), ul.search_box.calendar_type li:nth-child(3) { width: 169px;}
ul.search_box.calendar_type li:nth-child(2) { width: 40px; font-size: 16px; line-height: 50px; color: #333; text-align: center;}
ul.search_box.calendar_type li:nth-child(4) { width: 60px;}

/* SEARCH BOX SELECT + CALENDAR*/
ul.search_box.select_calendar_type {width: 780px;}
ul.search_box.select_calendar_type li:nth-child(1), ul.search_box.select_calendar_type li:nth-child(2) { width: 170px;}
ul.search_box.select_calendar_type li:nth-child(3), ul.search_box.select_calendar_type li:nth-child(5) { width: 169px;}
ul.search_box.select_calendar_type li:nth-child(4) { width: 40px; font-size: 14px; line-height: 50px; color: #333; text-align: center;}
ul.search_box.select_calendar_type li:nth-child(6) { width: 60px;}

/* SEARCH BOX SELF ALLOWANCE*/
ul.search_box.self_allowance_type { flex-direction: column; width: 100%; background-color: rgba(255,255,255,0); border-radius: 0px; overflow: visible; border: none;}
ul.search_box.self_allowance_type li { width: 100px; border: 1px solid #ddd;}
ul.search_box.self_allowance_type li span.dot_text { display: block; line-height: 25px;}
ul.search_box.self_allowance_type li span.dot_text::after { top: 9px;}
ul.search_box.self_allowance_type li:nth-child(1) { width: 860px; background-color: rgba(255,255,255,0); border: none;}
ul.search_box.self_allowance_type li:nth-child(2) { border-radius: 25px 0px 0px 25px;  overflow: hidden; border-right: none;}
ul.search_box.self_allowance_type li:nth-child(4) { width: 40px; font-size: 14px; line-height: 48px; color: #333; text-align: center; border-left: none; border-right: none;}
ul.search_box.self_allowance_type li:nth-child(3), ul.search_box.self_allowance_type li:nth-child(6) { width: 120px; border-left: none; border-right: none;}
ul.search_box.self_allowance_type li:last-child { width: 60px; border-radius: 0px 25px 25px 0px; border-left: none;}
ul.search_box.self_allowance_type li:nth-child(5) {border-left: none; border-right: none;}

/* SEARCH BOX MONTH */
ul.search_box.month_type { width: 300px;}
ul.search_box.month_type li { width: 149px;}
ul.search_box.month_type li:last-child .select { background-position: 90% 50%; }

/* SEARCH BOX MONTH TO */
ul.search_box.month_to_type {width: 580px;}
ul.search_box.month_to_type li { width: 130px;}
ul.search_box.month_to_type li:nth-child(3) { width: 40px; font-size: 14px; line-height: 50px; color: #222; text-align: center;}
ul.search_box.month_to_type li:nth-child(2), ul.search_box.month_to_type li:nth-child(5) { width: 109px;}
ul.search_box.month_to_type li:last-child { width: 60px; }

/* SEARCH BOX MONTH TO +  NAME */
ul.search_box.month_name_type {width: 740px;}
ul.search_box.month_name_type li { width: 130px;}
ul.search_box.month_name_type li:nth-child(3) { width: 40px; font-size: 14px; line-height: 50px; color: #222; text-align: center;}
ul.search_box.month_name_type li:nth-child(2), ul.search_box.month_name_type li:nth-child(5) { width: 109px;}
ul.search_box.month_name_type li:nth-child(6) { width: 160px;}
ul.search_box.month_name_type li:last-child { width: 60px; }








/* SEARCH BOX SORT */
.content_top .sorting { position: absolute; top: 0px; right:150px; display: flex; }
.content_top .sorting>a {display:block; font-size:16px; color:#888; text-align:left; line-height:50px; height:50px; padding-right:30px; background-image:url(../../image/common/ico_linemap1.png); background-repeat:no-repeat; background-position:  95% center;}
.content_top .sorting.active>a { background-image:url(../../image/common/ico_linemap2.png);}
.content_top .sorting div { display: none; position: absolute; left: -10px; top: 50px; background-color: #FFF; border: 1px solid #DDD; padding: 20px; border-radius: 10px;}
.content_top .sorting div>a { display:block; line-height:30px; font-size:15px; color:#333; white-space: nowrap;}
.content_top .sorting div>a:hover { color: #3a8800;}

div.list_style { position: absolute; top: 0px; right: 0px; display: flex; padding-left: 20px;}
div.list_style:before { position: absolute; left: -1px; top: 15px; width: 1px; height: 20px; background-color: #DDD; content: "";}
div.list_style a { width:50px; height:50px; background-image:url(../../image/common/icon_list_style.png); background-size:100px 150px; background-position:0px 0px; transition:all 0s  ease-in-out; -webkit-transition:all 0s ease -in-out;}
div.list_style a.list {background-position:-50px 0px;}
div.list_style a.album {background-position:0px 0px; }
div.list_style a.list:hover  {background-position:-50px -50px;}
div.list_style a.album:hover  {background-position:0px -50px;}
div.list_style a.list.active {background-position:-50px -100px;}
div.list_style a.album.active {background-position:0px -100px;}
















/* SEARCH BOX TREE VIEW */
ul.search_box.tree_view_type { width: 1400px; border: 0px;}
ul.search_box.tree_view_type li:nth-child(1), ul.search_box.tree_view_type li:nth-child(2), ul.search_box.tree_view_type li:nth-child(3) { width: 110px; line-height: 48px; margin-right: 10px;}
ul.search_box.tree_view_type li:nth-child(3) { width: 160px;}
ul.search_box.tree_view_type li:nth-child(3), ul.search_box.tree_view_type li:nth-child(4) {margin-right: 10px; }
ul.search_box.tree_view_type li:nth-child(1) > a, ul.search_box.tree_view_type li:nth-child(2) > a, ul.search_box.tree_view_type li:nth-child(3) > a {display: block; line-height: 48px; width: 110px; height: 50px; font-size: 14px; color: #fff; }
ul.search_box.tree_view_type li:nth-child(3) > a {width: 160px; }
ul.search_box.tree_view_type li:nth-child(4), ul.search_box.tree_view_type li:nth-child(5) { width: 150px; }
ul.search_box.tree_view_type li:nth-child(4) .select, ul.search_box.tree_view_type li:nth-child(5)  .select { background-color: #FFF; border: 1px solid #DDD; border-radius: 25px;}
ul.search_box.tree_view_type li:nth-child(6) { margin-left: 230px; width: 150px; border: 1px solid #DDD; border-right: 0px; border-radius: 25px 0px 0px 25px; overflow: hidden; }
ul.search_box.tree_view_type li:nth-child(6) p { display: block; height: 48px; text-align: center; font-size: 16px; line-height: 48px; color: #333; border-radius: 25px 0px 0px 25px; }
ul.search_box.tree_view_type li:nth-child(7) { width: 228px; border-top: 1px solid #DDD; border-bottom: 1px solid #DDD; }
ul.search_box.tree_view_type li:nth-child(7) input { border-radius: 0px; }
ul.search_box.tree_view_type li:nth-child(8) { border: 1px solid #DDD; border-left: 0px; border-radius: 0px 25px 25px 0px; }
ul.search_box.tree_view_type li:nth-child(8) a { width: 60px; padding-right: 10px; }





.pop_content.group ul.search_box.tree_view_type { width: 100%; background-color: #FFF; }
.pop_content.group ul.search_box.tree_view_type li:nth-child(1), .pop_content.group ul.search_box.tree_view_type li:nth-child(2) { width: 110px; line-height: 48px; margin-right: 10px;}
.pop_content.group ul.search_box.tree_view_type li:nth-child(1) > a, .pop_content.group ul.search_box.tree_view_type li:nth-child(2) > a {display: block; line-height: 48px; width: 110px; height: 50px; font-size: 14px; color: #fff; }

.pop_content.group ul.search_box.tree_view_type li:nth-child(3), .pop_content.group ul.search_box.tree_view_type li:nth-child(4) { width: 140px; }
.pop_content.group ul.search_box.tree_view_type li:nth-child(3) .select, .pop_content.group ul.search_box.tree_view_type li:nth-child(4)  .select { background-color: #FFF; border: 1px solid #DDD; border-radius: 25px; padding-left: 20px;}
.pop_content.group ul.search_box.tree_view_type li:nth-child(5) { margin-left: calc(100% - 951px); width: 120px; border-radius: 25px 0px 0px 25px; border-left: 1px solid #ddd; border-top: 1px solid #ddd; border-bottom: 1px solid #ddd;}
.pop_content.group ul.search_box.tree_view_type li:nth-child(5) .select {border: none;}
.pop_content.group ul.search_box.tree_view_type li:nth-child(5) p { display: block; height: 48px; text-align: center; font-size: 16px; line-height: 48px; color: #333; border-radius: 25px 0px 0px 25px; background-color: #fff; }
.pop_content.group ul.search_box.tree_view_type li:nth-child(6) { width: 230px; margin-left: 0px; border-radius: 0px; border: none; border-top: 1px solid #ddd; border-bottom: 1px solid #ddd;}
.pop_content.group ul.search_box.tree_view_type li:nth-child(6) input { border-radius: 0px; }
.pop_content.group ul.search_box.tree_view_type li:nth-child(7) { width: 60px; border: none; border-top: 1px solid #ddd; border-bottom: 1px solid #ddd; border-right: 1px solid #ddd; border-radius: 0px 25px 25px 0px;}
.pop_content.group ul.search_box.tree_view_type li:nth-child(7) a { width: 60px; padding-right: 10px;}

/*CALEDER*/
.inp-txt.calendar_datepicker { padding-right:40px;  background-image:url(../../image/common/icon_calender.png); background-repeat:no-repeat; background-position:95% 50%; }
.inp-txt.calendar_datepicker:focus { background-image:url(../../image/common/icon_calender_on.png);}

body .ui-datepicker{border-radius:0; border:1px solid #222; padding:0; background:#fff; margin-left: -1px; overflow: hidden; border-radius: 10px;}
body .ui-datepicker .ui-datepicker-title{position: relative;padding:3px 0 0;box-sizing: border-box;height: 50px;}
body .ui-datepicker .ui-datepicker-title:before { position:absolute; left:86px; top:16px; width:1px; height:15px; background-color:#CCC; content:""; }
body .ui-datepicker .ui-datepicker-title select { background-size: 16px;}
body .ui-datepicker select.ui-datepicker-month {border:0; width:55px; padding:0; }
body .ui-datepicker select.ui-datepicker-year{border:0; width:60px; padding:0; margin-right:15px; }

body .ui-datepicker .ui-datepicker-header{background:#fff; border:0; padding:0}
body .ui-datepicker .ui-datepicker-next{right:2px !important; top:11px !important; border-radius: 0px;}
body .ui-datepicker .ui-datepicker-prev{left:2px !important; top:11px !important; border-radius: 0px;}
body .ui-datepicker .ui-datepicker-next-hover{right:20px; top:11px}
body .ui-datepicker .ui-datepicker-prev-hover{left:20px; top:11}

body .ui-datepicker .ui-widget-header .ui-icon-circle-triangle-e{background:url(../../image/common/btn_sh_r.png) no-repeat 50%; cursor:pointer; border:0; right:0}
body .ui-datepicker .ui-widget-header .ui-icon-circle-triangle-w{background:url(../../image/common/btn_sh_l.png) no-repeat 50%; cursor:pointer; border:0;right:0}

body .ui-datepicker .ui-datepicker-prev span,
body .ui-datepicker .ui-datepicker-next span{width:100%; position:static; height:100%; margin:0;}
body .ui-datepicker .ui-widget-header .ui-icon-circle-triangle-e:hover,
body .ui-datepicker .ui-widget-header .ui-icon-circle-triangle-w:hover{right:0}

body .ui-datepicker .ui-widget-header .ui-datepicker-next-hover,
body .ui-datepicker .ui-widget-header .ui-datepicker-prev-hover{ border-radius:0px;}
body .ui-datepicker .ui-icon{width:22px; height:22px}
body .ui-datepicker thead th{background:#f4f4f4;}
body .ui-datepicker thead th:first-child { color:#e30028;}
body .ui-datepicker thead th:last-child { color:#333;}
body .ui-datepicker td{position:relative; }
body .ui-datepicker .ui-state-default{position:relative; z-index:1; border:0; color:#222; background:transparent; text-align:center; font-size: 13px;}
body .ui-datepicker .ui-state-default.ui-priority-secondary { color:#AAA;}

body .ui-datepicker .ui-datepicker-current-day:after{content:""; display:block; position:absolute; top:2px; left:50%; margin-left:-12px; width:24px; height:24px; border-radius:50%; background:#000}
body .ui-datepicker .ui-datepicker-current-day .ui-state-default{color:#fff}
.ui-datepicker-buttonpane {display:none}








/* PAGING */
.paging {width:100%; text-align:center; vertical-align:middle;}
.paging a {width:40px; height:40px; display:inline-block; color:#999; font-size:16px; line-height:38px; vertical-align:top; text-decoration:none; font-weight: 400;}
.paging a:hover { color:#3a8800;}
.paging a.btn_com {background:url("../../image/common/page_arrow.png") no-repeat; transition:all 0s  ease-in-out; -webkit-transition:all 0s ease -in-out;}
.paging a.first {background-position: 0 0; background-color: #fff; }
.paging a.first:hover {background-position: 0 -40px;}
.paging a.prev {margin-right:2px; margin-left:2px; background-position:-40px 0; background-color: #fff; }
.paging a.prev:hover {background-position: -40px -40px;}
.paging a.next {margin-right:2px; margin-left:2px; background-position:-80px 0; background-color: #fff; }
.paging a.next:hover {background-position: -80px -40px;}
.paging a.last {background-position:-120px 0; background-color: #fff; }
.paging a.last:hover {background-position: -120px -40px;}
.paging .active {color:#3a8800; font-weight: 500;}
.paging .active:hover {color:#3a8800;}

/* Layer_POPUP */
.layer_pop_wrapper { opacity: 0; position: fixed; left: 0px; top: 0px; width:100%; height:100%; background-color:rgba(0,0,0,0.65); z-index: 100; visibility: hidden; transition:all 0.3s  ease-in-out; -webkit-transition:all 0.3s ease -in-out;}
.layer_pop_wrapper.active { opacity: 1; visibility: visible; z-index: 100; }
.layer_pop_wrapper.active .layer_popup .pop_title .close {opacity: 1; transform:rotate(0deg);}

.layer_popup { position: relative; display: inline-flex; flex-direction: column; min-width: 600px; max-width: 1200px; min-height: 100px; max-height: 80%; left: 50%; top: 50%; background-color:#FFF; transform:translate(-50%,-50%); -webkit-transform:translate(-50%,-50%); padding:40px 50px 50px; border-radius:15px;}

.layer_popup .pop_title { position: relative; width: 100%; }
.layer_popup .pop_title h2 {width: 100%; font-size: 26px; line-height: 30px; padding: 11px 60px 20px 0px; text-align: left; border-bottom:solid 2px #222; word-break: keep-all; box-sizing: border-box; }
.layer_popup .pop_title h2>span { font-size: 16px; margin-left: 5px;}
.layer_popup .pop_title .close { position: absolute; top: 0px; right: 0px; display: block; width: 50px; height: 50px; background-image:url("../../image/common/icon_pop_close02.png"); background-repeat: no-repeat; background-position: top center; opacity: 0; transform:rotate(45deg); transition:all 0.3s  ease-in-out; -webkit-transition:all 0.3s ease -in-out; z-index: 10;}
.layer_popup .pop_title.bb_none h1 {border-bottom:none;}

.layer_popup .pop_content { height: calc(100% - 70px); overflow-y: auto; padding: 20px 0px;}

.layer_pop_wrapper.shopping_detail .layer_popup { max-width: 1240px;}
.layer_pop_wrapper.shopping_detail .layer_popup .pop_content { padding: 0px;}

/* POPUP */
.pop_wrapper {position: relative; padding: 10px 30px 30px; }
.pop_wrapper .pop_title { position: relative; width: 100%; }
.pop_wrapper .pop_title h1 {width: 100%; font-size: 24px; line-height: 30px; padding: 10px 60px 20px 0px; text-align: left; border-bottom:solid 2px #222; word-break: keep-all; box-sizing: border-box; }
.pop_wrapper .pop_title .close { position: absolute; top: 0px; right: 0px; display: block; width: 50px; height: 50px; background-image:url("../../image/common/icon_pop_close02.png"); background-repeat: no-repeat; background-position: top center; z-index: 10;}

.pop_wrapper .pop_content { padding: 20px 0px;}
.pop_wrapper .pop_content .list_table, .layer_popup .pop_content .list_table { width: 100%; margin-bottom: 40px;}
.pop_wrapper .pop_content .list_table:last-child, .layer_popup .pop_content .list_table:last-child {margin-bottom: 0px;}
.pop_wrapper .pop_content .list_table th, .pop_wrapper .pop_content .list_table td, .layer_popup .pop_content .list_table th, .layer_popup .pop_content .list_table td{ font-size: 13px; line-height: 20px; padding: 15px 0px; }
.pop_wrapper .pop_content .list_table th, .layer_popup .pop_content .list_table th { border-top: 0px;}
.pop_wrapper .pop_content .list_table td.left, .layer_popup .pop_content .list_table td.left {text-align: left; padding-left: 10px;}
.pop_wrapper .pop_content .content_top, .layer_popup .pop_content .content_top { width: 100%; margin-bottom: 20px;}
.pop_content .list_table td.no_data {padding: 80px 0; font-size: 15px; color: #999; }

/*LIST TABLE*/
.list_table {width: 100%; margin-bottom: 80px; }
.list_table th {font-size: 16px; font-weight: 500; color: #333; line-height: 30px; padding: 25px 0 ; text-align: center; border-top: 1px solid #333; border-bottom: 1px solid #ddd; }
.list_table td {font-size: 15px; color: #666; line-height: 30px; padding: 25px 0 ; text-align: center; border-bottom: 1px solid #ddd; }
.list_table th.left,.list_table td.left {text-align: left; padding-left: 20px;}
.list_table th.right,.list_table td.right {text-align: right; padding-right: 20px;}
.list_table td.no_data {width: 100%; text-align: center; padding: 280px 0px 160px; font-size: 18px; color: #999; cursor: default; background-image:url("../../image/common/icon_no_data.png"); background-repeat: no-repeat; background-position: center 190px;}
.list_table tr.active:hover td {background-color: #f8faf7; cursor: pointer;}

.list_table td.in_table { padding: 0px; border-bottom: 0px;}
.list_table td.in_table>div {padding: 20px 60px 50px; border: 1px solid #3a8800; border-radius: 0px 0px 10px 10px; overflow: hidden;  }
.list_table td.in_table table {width: 100%; }
.list_table td.in_table th {font-size: 15px; padding: 15px 0; border-top: 0px; }
.list_table td.in_table td {padding: 15px 0; }

/* footer 약관 */
.terms>div {margin-bottom:60px; }
.terms>div.center_text h2 { text-align: center; font-size: 30px; margin-bottom: 30px;}
.terms>div.center_text p { text-align: center; color: #666;}
.terms>div.box_grey {width: 100%; padding:40px; border: 1px solid #ddd; }
.terms>div.box_grey>h2 { font-size:16px; line-height: 25px; color: #222; font-weight:500; margin-bottom: 0; }
.terms>div.box_grey>a { display: block; text-align: left; }
.terms>div a { font-size:16px; line-height: 25px; color: #004687; font-weight:500; }
.terms>div>h2 {font-size:22px; line-height: 30px; color: #222; text-align: left; font-weight:500; margin-bottom: 30px; }
.terms>div>h3 {font-size:16px; line-height: 25px; color: #000; text-align: left; font-weight:400; margin-bottom:15px; }
.terms>div>p {font-size:16px; line-height: 25px; color: #666; text-align: left; font-weight:400;   margin-bottom:15px; word-break:keep-all; }
.terms>div>p span { display: block; padding-left: 20px;}
.terms>div ul {padding-left:20px; margin-bottom:20px; margin-left: 5px; }
.terms>div ul>li {font-size:15px; line-height:25px; color: #666; text-align: left; font-weight:400; word-break:keep-all; list-style: disc; margin-bottom: 5px; }
.terms>div ul>li::marker {  font-size: 10px; }
.terms table.view_table01 {width: 100%; border-top: 1px solid #DDD; border-left:1px solid #DDD; margin-bottom:30px;}
.terms table.view_table01 td.left { text-align: left; padding-left: 20px;}
.terms table.view_table01 th, .terms table.view_table01 td { font-size: 16px; line-height: 25px; color: #222; border-bottom: 1px solid #DDD; text-align: center; border-right:1px solid #DDD; padding: 15px 10px;}
.terms table.view_table01 th { background-color: #F4F4F4;}
.terms table.view_table01 td { font-size: 15px; color: #666;}

.privacy_policy .select { width: 400px;}

/* popup 약관 */
.pop_content>.terms>div {margin-bottom:20px; }
.pop_content>.terms>div.box_grey {padding:20px; }
.pop_content>.terms>div.box_grey>h2 { font-size:14px; line-height: 20px; }
.pop_content>.terms>div a { font-size:13px; line-height: 20px; }
.pop_content>.terms>div>h2 {font-size:16px; line-height: 25px; margin-bottom: 15px; }
.pop_content>.terms>div>h3 {font-size:13px; line-height: 20px; margin-bottom:10px; }
.pop_content>.terms>div>p {font-size:13px; line-height: 20px; margin-bottom:10px; }
.pop_content>.terms>div>p span { padding-left: 15px;}
.pop_content>.terms>div ul {padding-left:10px; margin-bottom:10px; margin-left: 5px; }
.pop_content>.terms>div ul>li {font-size:13px; line-height:20px; }
.pop_content>.terms>div ul>li::marker {  font-size: 9px; }
.pop_content>.terms table.view_table01 {margin-bottom:20px;}
.pop_content>.terms table.view_table01 td.left { padding-left: 10px;}
.pop_content>.terms table.view_table01 th, .pop_content>.terms table.view_table01 td { font-size: 13px; line-height: 20px; padding: 10px 10px;}
.pop_content>.terms table.view_table01 td { font-size: 13px; }










/* ERROR PAGE (404/500/Inspection/Maintainance) */
.wrapper_error { width: 100%; height: 100%; min-width: 1600px; margin: 0 auto; overflow: hidden; }
.wrapper_error .error_box { position: relative; top: 50%; transform: translateY(-50%);  -webkit-transform:translateY(-50%);  width: 1600px;  margin: 0 auto; }
.wrapper_error .error_box>div { position: relative; padding-bottom: 60px; margin-bottom: 60px;}
.wrapper_error .error_box>div:before { position: absolute; left: 0px; bottom: 0px; width:1980px; height: 1px; background-color: #DDD; content: ""; }
.wrapper_error .error_box h1 { font-size: 100px; line-height: 100px; color: #222; margin-bottom: 60px; font-weight: 500;}
.wrapper_error .error_box h2 { font-size: 40px; line-height: 40px; color: #222; margin-bottom: 30px; font-weight: 400;}
.wrapper_error .error_box p { font-size: 18px; line-height: 25px; color: #666; font-weight: 300;}
.wrapper_error .error_box h3 { font-size: 40px; line-height: 50px; color: #3a8800; font-weight: 100;}
.wrapper_error .error_box h3 span { display: block; font-size: 25px; line-height: 30px; margin-bottom: 20px; font-weight: 400;}

/* renewal_page */
.renewal_page { width: 100%; min-width: 1000px; height: 100%; min-height: 845px; background-image: url("../../image/front/us/renewal_bg.jpg"); background-position: center top; background-repeat: no-repeat; background-color: #fff;}
.renewal_page > div { position: relative; top: 50%; transform: translateY(-50%); width: 1600px; margin: 0 auto;}
.renewal_page > div h2 { font-size: 80px; line-height: 90px;color: #222; margin-bottom: 60px; font-family: "Cormorant Garamond",'Noto Sans KR'; font-weight: 700; }
.renewal_page > div h2 span { color: #3a8800; font-family: "Cormorant Garamond",'Noto Sans KR'; font-weight: 700;  }
.renewal_page > div h3 { font-size: 40px; line-height: 55px; color: #222; margin-bottom: 30px; font-weight: 400;}
.renewal_page > div h3 span { font-weight: 500;}
.renewal_page > div p { font-size: 18px; line-height: 30px; color: #666; font-weight: 300;}

/*worldpay*/
.worldpay_call { margin-bottom: 20px;}
.worldpay_call .inp-txt { margin-bottom: 20px;}
.worldpay_call .card .checkout .col-2 {display: flex;}
.worldpay_call .card .checkout .col-2 .col { width: 50%; padding-right: 10px;}
.worldpay_call .card .checkout .label { font-size: 15px; line-height: 15px; color: #000; font-weight: 400; margin-bottom: 15px;}
.worldpay_call .card .checkout .label .type {color: green; margin-left: 5px;}
.worldpay_call .card .checkout.visa .label .type:before {content: "(visa)";}
.worldpay_call .card .checkout.mastercard .label .type:before {content: "(master card)";}
.worldpay_call .card .checkout.amex .label .type:before {content: "(american express)";}
.worldpay_call .card .checkout .field {height:50px; border:1px solid #DDD; font-size:16px; padding:9px 20px; line-height:30px; border-radius: 10px; box-sizing: border-box; }
.worldpay_call .card .checkout .field#card-pan {margin-bottom: 20px;}
.worldpay_call .card .checkout .field.is-onfocus {border-color: black;}
.worldpay_call .card .checkout .field.is-empty {border-color: orange;}
.worldpay_call .card .checkout .field.is-invalid {border-color: red;}
.worldpay_call .card .checkout .field.is-valid { border-color: green;}
