@charset "utf-8";
@font-face {
	font-family: 'Pretendard';
	src: url('../fonts/Pretendard-Light.woff2') format('woff2'),
		url('../fonts/Pretendard-Light.woff') format('woff'),
		url('../fonts/Pretendard-Light.ttf') format('truetype');
	font-weight: 300;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Pretendard';
	src: url('../fonts/Pretendard-Regular.woff2') format('woff2'),
		url('../fonts/Pretendard-Regular.woff') format('woff'),
		url('../fonts/Pretendard-Regular.ttf') format('truetype');
	font-weight: 400;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Pretendard';
	src: url('../fonts/Pretendard-Medium.woff2') format('woff2'),
		url('../fonts/Pretendard-Medium.woff') format('woff'),
		url('../fonts/Pretendard-Medium.ttf') format('truetype');
	font-weight: 500;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Pretendard';
	src: url('../fonts/Pretendard-SemiBold.woff2') format('woff2'),
		url('../fonts/Pretendard-SemiBold.woff') format('woff'),
		url('../fonts/Pretendard-SemiBold.ttf') format('truetype');
	font-weight: 600;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Pretendard';
	src: url('../fonts/Pretendard-Bold.woff2') format('woff2'),
		url('../fonts/Pretendard-Bold.woff') format('woff'),
		url('../fonts/Pretendard-Bold.ttf') format('truetype');
	font-weight: bold;
	font-style: normal;
	font-display: swap;
}
@font-face {font-family: 'GmarketSansBold';src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2001@1.1/GmarketSansBold.woff') format('woff'); font-weight: normal; font-style: normal; }
@font-face {font-family: 'GmarketSansMedium';src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2001@1.1/GmarketSansMedium.woff') format('woff'); font-weight: normal; font-style: normal; }
@font-face {font-family: 'GmarketSansLight';src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2001@1.1/GmarketSansLight.woff') format('woff'); font-weight: normal; font-style: normal; }

.bluedate{ background: #e6f2fd;}
*{margin: 0;padding: 0;text-decoration: none;list-style: none;font-family: "Pretendard",sans-serif;box-sizing: border-box;}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5{margin: 0;padding: 0;word-wrap: break-word;word-break: break-all;font-size: inherit;color: inherit;font-family: inherit;}
ul, li, p, a, label, span, strong, input, select, textarea{font-size: inherit;color: inherit;font-family: inherit;box-sizing: border-box;}
body, html{width: 100%;height: 100%;}
input,select,img,label{vertical-align: top;}
a{display: inline-block;}
img{border: 0;max-width: 100%;}
strong{font-weight: bold;}
select{height: 50px;padding: 0 30px 0 12px;background: #fff url('../images/select_bg1.png') no-repeat right 14px center;border: 1px solid #ddd;-webkit-appearance: none;-moz-appearance: none;word-wrap: break-word;}
select::-ms-expand{display: none;}
input[type="text"], input[type="password"], input[type="date"],input[type="number"]{width: 100%;height: 50px;padding: 0 8px;border: 1px solid #ddd;} 
input[type="date"]{-webkit-appearance: none;-moz-appearance: textfield;appearance: textfield;background: url('../images/sub/date.gif') no-repeat calc(100% - 10px) center;}

textarea{display: block;resize: none;height: 188px;width: 100%;padding: 14px;border: 1px solid #ddd;}
textarea::-webkit-scrollbar{width: 5px;height: 1px;}
textarea::-webkit-scrollbar-thumb{background: #1b1b1b;}
textarea::-webkit-scrollbar-track{background: #ededed;}
table{border-collapse: collapse;width: 100%;border-collapse: separate;border-collapse: collapse;width:100%;border-spacing:0;table-layout: fixed;}
table caption{overflow: hidden;width: 0px;height: 0px;font-size: 0;line-height: 0;}
.blind{position: absolute;top: 0px;left: 0px;overflow: hidden;display: inline-block !important;width: 1px !important;height: 1px !important;margin: 0 !important;font-size: 0 !important;line-height: 0 !important;opacity: 0 !important;}
.clearfix::after{content: "";display: block;height: 0;clear: both;visibility: hidden;}

#skip-nav a {position: absolute; left: -3000%;}
#skip-nav a:focus {display: block; left: 0; top: 0; z-index: 10000000000; width: 100%; height: 30px; line-height: 30px; background: #485068; color: #fff; text-align: center;}

.FL{float: left;}
.FR{float: right;}
.TL{text-align: left !important;}
.TC{text-align: center !important;}
.TR{text-align: right !important;}
.VT{vertical-align: top !important;}
.VM{vertical-align: middle !important;}
.VB{vertical-align: bottom !important;}

.m-auto{margin: auto !important;}
.mt0{margin-top: 0 !important;}
.mt5{margin-top: 5px !important;}
.mt10{margin-top: 10px !important;}
.mt15{margin-top: 15px !important;}
.mt20{margin-top: 20px !important;}
.mt25{margin-top: 25px !important;}
.mt30{margin-top: 30px !important;}
.mt40{margin-top: 40px !important;}
.mb0{margin-bottom: 0 !important;}
.mb5{margin-bottom: 5px !important;}
.mb10{margin-bottom: 10px !important;}
.mb15{margin-bottom: 15px !important;}
.mb20{margin-bottom: 20px !important;}
.ml0{margin-left: 0 !important;}
.ml5{margin-left: 5px !important;}
.ml10{margin-left: 10px !important;}
.mr0{margin-right: 0 !important;}
.mr5{margin-right: 5px !important;}
.mr10{margin-right: 10px !important;}



#wrap{min-width: 1200px;color: #000;font-size: 18px;}
.wid-1400{margin: 0 auto;width: calc(100% - 30px);max-width: 1400px;position: relative;}

#header-top{padding: 5px 0;background: rgba(0, 0, 0, 0.85);}
#header-top > .wid-1400{display: flex;justify-content: space-between;}
.gomain-list1{color: #fff;font-size: 17px;font-weight: 500;display: flex;flex-wrap: wrap;align-items: center;}
.gomain-list1 > li:first-child > a{color: #fff;}
.gomain-list1 a{display: block;height: 28px;line-height: 28px;font-family: 'GmarketSansMedium';}
.gomain-list1 .btn1{border-radius: 25px;}
.gomain-list1 .btn1.on{margin: 0 20px;padding: 0 18px;color: #222;background: #fff;}
.logon-list1{color: #fff;font-size: 16px;display: flex;flex-wrap: wrap;align-items: center;}
.logon-list1 > li:not(:first-child){position: relative;padding-left: 35px;}
.logon-list1 > li:not(:first-child)::before{position: absolute;top: 5px;left: 17px;width: 1px;height: 10px;background: rgba(255, 255, 255, 0.66);content:"";}
.logon-list1 > li > a{display: block;line-height: 20px;}
.logon-list1 > li.Zoom1{margin-left: 30px;padding: 0;border: 1px solid #fff;display: flex;border-radius: 4px;}
.logon-list1 > li.Zoom1::before{display: none;}
.logon-list1 > li.Zoom1 > a{width: 22px;height: 22px;padding: 0;display: flex;align-items: center;justify-content: center;}
.logon-list1 > li.Zoom1 > a:last-child{width: 23px;border-left: 1px solid #fff;}

/* 2025-02-27 */
#header{border-bottom: 1px solid #cecfcf;}
#header > .wid-1400{display: flex;flex-wrap: wrap;}
#header .logo{margin-top: 20px;width: 216px;height: 34px;}
#header .logo > a{display: block;width: 100%;height: 100%;font-size: 0;background: url('../images/logo_on.png') no-repeat;}
.Eenu-open1{margin-top: 26px;display: block;width: 24px;height: 20px;font-size: 0;background: url('../images/menu1_on.png') no-repeat;}
.Search-open1{display: none;position: absolute;top: 50%;left: 0;margin-top: -11.5px;}
.Search-close1{display: none;position: absolute;top: 15px;left: calc(50% - 21px);}
.header-search{margin: 16px 28px 0 0;width: 282px;}
.header-search .input-box1{position: relative;padding: 2px 15px 2px 46px;height: 40px;border: 1px solid #767676;border-radius: 50px;}
.header-search .a-go1{position: absolute;top: 9px;left: 15px;display: block;width: 23px;height: 22px;font-size: 0;background: url('../images/search1_on.png') no-repeat;}
.header-search input[type="text"]{padding: 0;height: 100%;width: 100%;color: #002222;font-size: 16px;background: none;border: 0;border-radius: 0;}
.header-search input[type="text"]::-webkit-input-placeholder{color: #002222;}
/* 2025-02-27 */


.gnb-mo-top{display: none;}
.gnb-bg{display: none;position: absolute;top: 110px;left: 0;z-index: 20;width: 100%;padding: 30px 10px 35px;background: #fff;border-top: 1px solid #cecfcf;box-shadow: 0 5px 10px 3px rgba(0, 0, 0, 0.1);}
.gnb-bg::before{position: absolute;bottom: 20px;left: calc((100% - 1400px) / 2 + 20px);width: 78px;height: 66px;background: url('../images/manu_bg_1.png');content:"";}
.gnb-bg::after{position: absolute;top: 22px;right: calc((100% - 1400px) / 2 + 14%);width: 76px;height: 66px;background: url('../images/manu_bg_2.png');content:"";}

/* S 2025-02-18 */
.header-menu{width: calc(100% - 560px);padding: 0 30px 0 90px;}
#gnb{margin: 0 auto;width: 100%;max-width: 750px;letter-spacing: -0.5px;}
#gnb > li{float: left;width: 25%;height: 52px;margin-top: 20px;text-align: center;position: relative;}

@media screen and (max-width: 1400px){
	.header-menu{padding: 0 15px 0 20px;}
	.gnb-bg::before{left: 20px;}
	.gnb-bg::after{right: 20%;}
}
/* E 2025-02-18 */
#gnb a{word-break: keep-all;}
#gnb > li > a{display: block;padding: 5px 10px;color: #002222;font-size: 20px;line-height: 24px;position: relative;}/* 2025-02-27 */
#gnb > li > a::before{position: absolute;bottom: -6px;left: 0;z-index: 22;width: 0;height: 3px;background: #fff;content:"";transition: all 0.3s ease-in-out;}
#gnb > li > a.on::before{width: 100%;}
.depth2{display: none;position: absolute;top: 100%;left: 0;z-index: 21;width: 100%;padding: 30px 10px 35px;background: #fff;color: #222;font-size: 18px;font-weight: 500;line-height: 20px;border-top: 1px solid #cecfcf;}
.depth2 > li:not(:first-child){margin-top: 20px;}
.depth2 > li > a{display: table;margin: 0 auto;}
.depth3{margin-top: 10px;color: #555;font-size: 16px;font-weight: 300;}
.depth3 > li:not(:first-child){margin-top: 8px;}
.depth3 > li > a{display: table;margin: 0 auto;}

#header.show-on #gnb > li{height: 72px;padding-top: 20px;margin-top: 0;}
#header.show-on #gnb > li > a{color: #002222;padding-bottom: 20px;}
#header.show-on #gnb > li:hover{background: #e8e8e8;}
#header.show-on #gnb > li:hover .depth2{background: #e8e8e8;}

.all-menu-wp{display: none;position: fixed; left: 0; right: 0; top: 0; bottom: 0; background: rgba(0,0,0,0.5); z-index: 210;  overflow-y: auto;}
.all-menu-wp > div{display: flex; align-items: center; min-height: 100%; box-sizing: border-box; padding: 55px 1%;}
.all-menu-bx{padding: 30px; background: #fff; border-radius: 20px; position: relative; width: 100%; max-width: 1400px; margin: 0 auto;}
.all-menu{display: flex; border-left: 1px solid #e6e6e6;}
.all-menu > li{width: 16%; flex-grow: 1; border: 1px solid #e6e6e6; border-left: none;}
.all-menu > li > a{display: block; text-align: center; border-bottom: 1px solid #e6e6e6; font-size: 20px; color: #000; font-weight: 600; line-height: 26px; padding: 15px 5px;}
.all-menu > li:hover > a{color: #e62b76;}
.all-menu > li > ul{padding: 20px;}
.all-menu > li > ul > li{position: relative; padding-left: 10px; font-size: 16px; color: #555; line-height: 20px; word-break: keep-all;}
.all-menu > li > ul > li + li{margin-top: 15px;}
.all-menu > li > ul > li:before{content: ''; position: absolute; left: 0; top: 8px; width: 4px; height: 4px; background: #555; border-radius: 50%;}
.all-menu > li > ul > li > a{font-size: 18px;color: #333;font-weight: 500;}
.all-menu > li > ul > li:hover > a{color: #000;font-weight: 600;}
.all-menu > li > ul > li > ul{margin-top: 8px;}
.all-menu > li > ul > li > ul > li:not(:first-child){margin-top: 5px;}
.all-menu-close{font-size: 0; position: absolute; right: 17px; bottom: 100%; width: 50px; height: 42px; background: url('../images/allm_close.jpg') center center no-repeat #fff; border-radius: 10px 10px 0 0;}


#footer{padding: 40px 0;background: #0b0d10;overflow: hidden;}
.footer-top{margin-bottom: 20px;}
.footer-menu1{float: left;margin: 12px -20px;color: #fff;font-size: 18px;line-height: 22px;font-weight: 500;display: flex;flex-wrap: wrap;align-items: center;}
.footer-menu1 > li{margin: 0 20px;}
.footer-menu1 > li > a{display: block;}
.footer-select1{float: right;width: 350px;padding-right: 68px;position: relative;}
.footer-select1 .a-go1{position: absolute;top: 0;right: 0;width: 60px;height: 46px;line-height: 46px;color: #000;font-size: 18px;font-weight: bold;text-align: center;background: #fff;border: 1px solid #555658;border-radius: 3px;}
.footer-select1 select{width: 100%;height: 46px;color: #fff;font-size: 18px;font-weight: 500;padding: 0px 38px 0 14px;background: url('../images/footer_select1.png') no-repeat right 18px center;border: 1px solid #555658;border-radius: 3px;}
.footer-select1 select option{color: #0b0d10;}
.footer-text1{color: #fff;font-size: 16px;font-weight: 300;}
.footer-text1 > li:not(:first-child){margin-top: 6px;}
.footer-text1 > li:last-child{margin-top: 25px;color: #b5b5b5;}
.footer-text1 > li{word-break: keep-all;}