/* RESET
--------------------------------------------------------------------------------------------------------*/
@import url('https://fonts.googleapis.com/css2?family=Roboto+Condensed:wght@300&display=swap');

@import url(https://cdn.jsdelivr.net/gh/moonspam/NanumSquare@2.0/nanumsquare.css);

@import url('//fonts.googleapis.com/earlyaccess/nanummyeongjo.css');

@font-face {
    font-family: 'Chosunilbo_myungjo';
    src: url('https://fastly.jsdelivr.net/gh/projectnoonnu/noonfonts_one@1.0/Chosunilbo_myungjo.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
     font-family: 'S-CoreDream-3Light';
     src: url('https://fastly.jsdelivr.net/gh/projectnoonnu/noonfonts_six@1.2/S-CoreDream-3Light.woff') format('woff');
     font-weight: normal;
     font-style: normal;
}

@font-face {
    font-family: 'ONE-Mobile-Title';
    src: url('https://fastly.jsdelivr.net/gh/projectnoonnu/noonfonts_2105_2@1.0/ONE-Mobile-Title.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'GangwonEducationTteontteon';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2201-2@1.0/GangwonEduPowerExtraBoldA.woff') format('woff');
    font-weight: normal;
    font-display: swap;
}

@font-face {
    font-family: 'GMarketSans';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2001@1.1/GmarketSansLight.woff') format('woff');
    font-weight: 300;
    font-display: swap;
}

@font-face {
    font-family: 'GMarketSans';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2001@1.1/GmarketSansMedium.woff') format('woff');
    font-weight: 500;
    font-display: swap;
}

@font-face {
    font-family: 'GMarketSans';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2001@1.1/GmarketSansBold.woff') format('woff');
    font-weight: 700;
    font-display: swap;
}


@font-face {
    font-family: 'ChosunIlboMyungjo';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_one@1.0/Chosunilbo_myungjo.woff') format('woff');
    font-weight: normal;
    font-display: swap;
}

@font-face {
    font-family: 'BitgoeulGwangju';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_seven@1.2/Bitgoeul_Light.woff') format('woff');
    font-weight: 300;
    font-display: swap;
}

@font-face {
    font-family: 'BitgoeulGwangju';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_seven@1.2/Bitgoeul_Medium.woff') format('woff');
    font-weight: 500;
    font-display: swap;
}

@font-face {
    font-family: 'BitgoeulGwangju';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_seven@1.2/Bitgoeul_Bold.woff') format('woff');
    font-weight: 700;
    font-display: swap;
}

@font-face {
    font-family: 'NanumBareunGothicOldHangeul';
    src: url(https://hangeul.pstatic.net/hangeul_static/webfont/NanumBarunGothicYetHangul/NanumBarunGothic-YetHangul.eot);
    src: url(https://hangeul.pstatic.net/hangeul_static/webfont/NanumBarunGothicYetHangul/NanumBarunGothic-YetHangul.eot?#iefix) format("embedded-opentype"), url(https://hangeul.pstatic.net/hangeul_static/webfont/NanumBarunGothicYetHangul/NanumBarunGothic-YetHangul.woff2) format("woff2"), url(https://hangeul.pstatic.net/hangeul_static/webfont/NanumBarunGothicYetHangul/NanumBarunGothic-YetHangul.woff) format("woff"), url(https://hangeul.pstatic.net/hangeul_static/webfont/NanumBarunGothicYetHangul/NanumBarunGothic-YetHangul.ttf) format("truetype");
}

@font-face {
    font-family: 'NanumSquareRound';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_two@1.0/NanumSquareRound.woff') format('woff');
    font-weight: normal;
    font-display: swap;
}

* {
	margin:0; padding:0;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
}

html {
	width:100%;
}

body{
	width:100%;
	line-height:1;
	color:#333;
	font-size:1em;
	font-family:'NanumSquare', '돋움', 'dotum', 'Roboto', sans-serif;
	overflow-y: visible !important;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
}

ul, ol, li { padding:0; margin:0; list-style:none; }

a { text-decoration:none; color:#333; }

strong, em, i, address, b { font-style:normal; font-weight:400; }   

img { vertical-align:top; border:none; }

h1, h2, h3, h4, h5 ,h6 { line-height:1; font-weight:400; }

.hidden { visibility:inherit; width:0; height:0; font-size:0; line-height:0;   overflow:hidden; }

.clear  {clear:both; }

input[type=checkbox] { vertical-align:middle; }

input[type=radio] { vertical-align:middle;margin:0 5px; }

input[type=button] {cursor:pointer;	border:none; }

select, input {	vertical-align:top; margin:0; padding:0; }

#smartIp { position:fixed; top:0; left:0; z-index:99999;}

/*캐러실리스트*/
.Item-list{width:100%;display:flex;position:absolute; bottom:0; z-index:-1; overflow:hidden;}
.List-item{flex:1 1 0;}
.List-item img{width:215px;vertical-align:middle;}
.List-item .tit{font-size:0.8em;font-weight:700;font-family:'NanumSquareWeb','맑은 고딕', sans-serif; color:#fff; line-height:1;}


/*레이어팝업*/
.layer_popup {
	position:absolute;
	left:3%;
	top:70px;
	border:1px solid #FFFFFF;
	background:#FFFFFF;
	z-index:6000;
}

.layer_popup .popup_bot {
	position:relative;
	top:0;
	left:0;
	width:100%;
	padding:10px 0;
	color:#fff;
	background:#272b3e;
	overflow:hidden;
}

.layer_popup .popup_bot label {
	float:left;
	margin-left:10px;
}

.layer_popup .popup_bot a {
	float:right;
	color:#fff;
	margin-right:10px;
}

.table_style {
	border-top: 1px solid #c6a797;
    border-left: 1px solid #ddd;
    border-bottom: none;
    border-right: none;
    border-collapse: collapse;
    width: 100%;
}

.table_style caption {
	display:none;
}

.table_style thead th {
    line-height: 20px;
	background:#f9f1ec;
	color:#67584e;
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #e1d4c0;
    text-align: center;
    padding: 8px 15px 7px 15px;
}


.table_style tbody th, .table_style tbody td {
    line-height: 20px;
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    border-top: none;
    border-left: none;
    text-align: center;
    padding: 11px 15px 10px 15px;
}

.table_style tbody th {
	background:#f9f9f9;
	color:#444;
}

#scroll_banner {
  position: fixed; /* absolute -> fixed로 변경 */
  bottom: 20px;    /* top -> bottom으로 변경 */
  right: 20px;
  color: #fff;
  z-index: 1000;
  text-align: center;
}

#scroll_banner ul {
	margin-top:20px;
}

#scroll_banner ul li {
	margin-bottom:10px;
}

#scroll_banner a.close {
	position:absolute;
	top:0; 
	right:0;
	display:block;
}


/*footer*/

.footerArea {
	width:100%;
	background:#fff;
	border-top: 1px solid #ddd;
}

.footerArea .footer_wrap {
	position:relative;
	top:0;
	left:0;
	width:750px;
	margin:0 auto;
	padding:30px 0;
	overflow:hidden;
	text-align:center;
}

.footerArea .footer_wrap .non_pay a {
	padding:7px 15px;
	background:#666;
	color:#ddd;
	font-size:15px;
	display:inline-block;
}

.footerArea .footer_wrap .logo {
	margin-bottom:30px;
	color:#8D8D8D;
}

.footerArea .footer_wrap .logo strong {
	padding:20px 0 8px 0;
	font-family:'ONE-Mobile-Title';
	font-size:1.8em;
	display:block;	
}

.footerArea .footer_wrap .logo span {
	font-size:7px;
	display:block;
}

.footerArea .footer_wrap .left {
	margin-bottom:30px;
}

.footerArea .footer_wrap .right {
	width:700px;
    margin:10px auto;
    text-align:center;
}

.footerArea .footer_wrap .right ul {
	font-size:0;
	overflow:hidden;
}

.footerArea .footer_wrap .right ul li {
	margin:0 15px 8px 15px;
	/*background:url(/landing/images/common/footer_div.gif) no-repeat right 2px;*/
	color:#888;
	font-size:17px;
	display:inline-block;
}

.footerArea .footer_wrap .right ul li.corp, .footerArea .footer_wrap .right ul li.tel {
	background:none;
}

.footerArea .footer_wrap .right span {
	margin-top:10px;
	font-size:13px;
	color:#9e9e9e;
	display:block;
}

.footerArea .footer_wrap .right em {
	margin-top:10px;
	font-size:11px;
	color:#797979;
	display:none;
}

.footerArea .footer_wrap .btn {
	padding-bottom:10px;
}

.footerArea .footer_wrap a.non_pay {
	padding:0 15px;
	height:34px;
	line-height:34px;
	background:#fff;
	border:1px solid #888;
	border-radius:17px;
	color:#888;
	display:inline-block;
}

.footerArea .footer_wrap a.non_pay:hover {
	border:1px solid #333;
	color:#333;
}
.mo{
display:none;
}

.pc{
display:block;
}

@media screen and (max-width: 877px) {
	
	.table_style thead th {
		font-size:3vw;
		padding:1.2vw;
	}
	
	
	.table_style tbody th, .table_style tbody td {
		font-size:3vw;
		line-height:4vw;
		padding:1.2vw;
	}
	
	#scroll_banner ul li {
		margin-bottom:2vw;
	}
	
	#scroll_banner ul li a {
		width:18vw;
		display:block;
	}
	
	#scroll_banner ul li a img {
		width:100%;
	}
	
	#scroll_banner .close {
		width:4vw;
	}
	
	#scroll_banner .close img {
		width:100%;
	}
	
	.footerArea .footer_wrap {
		width:100%;
	}
	
	
	.footerArea .footer_wrap .logo {
		font-size:3vw;
		margin-bottom:5vw;
	}
	
	.footerArea .footer_wrap .logo img{
		width:12vw;
	}

	.footerArea .footer_wrap .logo strong {
		padding:3vw 0 1vw 0;
	}
	

	.footerArea .footer_wrap .left {
		float:none;	
		margin-bottom:5vw;
	}
	
	.footerArea .footer_wrap .left img {
		width:23vw;
	}

	.footerArea .footer_wrap .right {
		width:100%;
		margin-left:0;
		margin-top:2vw;
	}

	.footerArea .footer_wrap .right ul li {
		margin: 0 1.5vw 1.3vw 1.5vw;
		color: #888;
		font-size: 2.8vw;
	}
	
	.footerArea .footer_wrap .right ul li.corp, .footerArea .footer_wrap .right ul li.tel {
		margin-right:0;
		padding-right:0;
	}

	.footerArea .footer_wrap .right span {
		margin-top:2vw;
		font-size:2vw;
		color:#999;
		display:block;
	}	
	
	.footerArea .footer_wrap .right em {
		margin-top:10px;
		font-size:1.8vw;
		display:none; 
	}	
	
	.footerArea .footer_wrap .btn a.non_pay  {
		height:6vw;
		line-height:6vw;
		border-radius:3vw;
		font-size:3vw;
	}	
	
	.mo{
display:block;
}

.pc{
display:none;
}

	
}
