html{scroll-behavior: smooth; min-width: 280px;}
*{
	font-family: 'Noto Sans KR', sans-serif;
	margin: 0;
	padding: 0;
	word-break: keep-all;
}

a{text-decoration: none;color: #222222;}

@font-face {font-family: 'Noto Sans KR';font-style: normal;font-weight: 100;src: url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Thin.woff2) format('woff2'),url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Thin.woff) format('woff'),url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Thin.otf) format('opentype');}
@font-face {font-family: 'Noto Sans KR';font-style: normal;font-weight: 300;src: url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Light.woff2) format('woff2'),url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Light.woff) format('woff'),url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Light.otf) format('opentype');}
@font-face {font-family: 'Noto Sans KR';font-style: normal;font-weight: 400;src: url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Regular.woff2) format('woff2'),url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Regular.woff) format('woff'),url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Regular.otf) format('opentype');}
@font-face {font-family: 'Noto Sans KR';font-style: normal;font-weight: 500;src: url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Medium.woff2) format('woff2'),url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Medium.woff) format('woff'),url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Medium.otf) format('opentype');}
@font-face {font-family: 'Noto Sans KR';font-style: normal;font-weight: 700;src: url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Bold.woff2) format('woff2'),url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Bold.woff) format('woff'),url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Bold.otf) format('opentype');}
@font-face {font-family: 'Noto Sans KR';font-style: normal;font-weight: 900;src: url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Black.woff2) format('woff2'),url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Black.woff) format('woff'),url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Black.otf) format('opentype');}


@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://fastly.jsdelivr.net/gh/projectnoonnu/noonfonts_2001@1.1/GmarketSansMedium.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'yg-jalnan';
    src: url('https://fastly.jsdelivr.net/gh/projectnoonnu/noonfonts_four@1.2/JalnanOTF00.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'JalnanGothic';
    src: url('https://fastly.jsdelivr.net/gh/projectnoonnu/noonfonts_231029@1.1/JalnanGothic.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}


.publisher_content *{
	font-family: 'Noto Sans KR', sans-serif;
	letter-spacing: -0.45px;
	font-weight: 300;
}

.publisher_content header .inner{
	display: flex;
	max-width: 1306px;
	width: 100%;
	height: 90px;
	justify-content: flex-start;
	margin: 0 auto;
	align-items: center;
	padding: 0;
}



.publisher_content header img{
	margin: 0 0 -25px 30px;
}

.publisher_content .visual{
	display: flex;
	min-height: 400px;
	background: url(/imgSrc/new/publisher/publisher_main_bg.png) no-repeat;
	background-size: 100% auto;
	text-align: center;
	margin: -20px 0 0 0;
	align-items: center;
}

@media screen and (max-width:1280px){
	.publisher_content header img{
		margin: 0 0 -45px 30px;
	}

    .publisher_content .visual{
		background-image: url(/imgSrc/new/publisher/publisher_main_bg_1.png);
		background-size: cover;
		background-repeat: no-repeat;
		background-position: left 20px;
	}

    .publisher_content .visual .inner{
		background-image: url(/imgSrc/new/publisher/publisher_main_bg_2.png);
		width: 100%;
		background-repeat: no-repeat;
		background-position: calc(100% - 30px) 0;
	}
}


.publisher_content .visual h2{
	font-size: 65px;
	color: #fff;
	font-family: 'JalnanGothic';
	margin: 90px 0 0 0;
	text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.publisher_content .visual .sub_text{
	font-size: 16px;
	color: #fff;
	line-height: 1.5;
	font-weight: 300;
}

.publisher_content .visual p{
	text-align: center;
}

.publisher_content .visual .keyword{
	display: inline-block;
	background-color: #ffc10b;
	padding: 3px 20px 6px 20px;
	border-radius: 50px;
	color: #fff;
	margin: 27px 0 30px 0;
	font-size: 18px;
}

.publisher_content .title {
	max-width: 1000px;
	border:1px solid #ccc;
	border-radius: 10px;
	padding:0px 0px;
	box-sizing: content-box;
	margin: 30px auto;
	background-color:#F7F7F9;
}


.publisher_content .inner{
	max-width: 1146px;
	width: 100%;
	padding: 60px 0;
	margin: 0 auto;
	text-align: center;
}

.publisher_content .index{
	text-align: center;
	font-size: 20px;
	font-family: 'JalnanGothic';
}

.publisher_content .index ul{
	text-align: left;
	list-style: auto;
	width: 50%;
	margin: 0px auto 0 auto;
}

.publisher_content .index ul li {padding:5px 0;}
.publisher_content .index ul a{font-family: 'JalnanGothic'; font-size: 24px;}

.publisher_content h3::after{
	position: absolute;
	content: " ";
	width: 50px;
	height: 50px;
	background-color: #222;
	border-radius: 100%;
	color: #fff;
	font-size: 30px;
	font-family: 'GmarketSansBold';
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	text-align: center;
	line-height: 55px;
}

.publisher_content .section01 h3::after{content: "1";}
.publisher_content .section02 h3::after{content: "2";}
.publisher_content .section03 h3::after{content: "3";}
.publisher_content .section04 h3::after{content: "4";}
.publisher_content .section05 h3::after{content: "5";}
.publisher_content .section06 h3::after{content: "6";}
.publisher_content .section07 h3::after{content: "7";}
.publisher_content .section08 h3::after{content: "8";}
.publisher_content .section09 h3::after{content: "9";}

.publisher_content section:nth-child(2n+1){background-color: #f2f2f4;}


.publisher_content h3{
	position: relative;
	font-size: 30px;
	line-height:42px;
	font-family: 'GmarketSansBold';
	padding: 0 0 0 65px;
	margin: 0 0 10px 0;
	text-decoration: underline;
	text-underline-position: under;
	text-align: left;
	text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
}

.publisher_content .ul_sub{
	list-style-position: inside;
	text-align: left;
	margin-left: 50px;
}


.publisher_content .text{
	font-size: 18px;
	color: #222;
	line-height: 1.5;
	text-align: left;
}

.publisher_content .text_title{
	font-family: 'GmarketSansMedium';
	font-size: 20px;
	color: #222;
	line-height: 1.5;
	text-align: left;
	padding: 20px 0 0 0;
}

.publisher_content .top_btn{
	display: none;
	position: fixed;
	width: 71px;
	height: 71px;
	border-radius: 100%;
	background-color: #ABB0F9;
	color: #091C82;
	font-family: 'GmarketSansBold';
	border: 0;
	box-shadow: 0px 0px 9px rgba(0,0,0,0.5);
	right: 30px;
	bottom: 30px;
	cursor: pointer;
}

.publisher_content .btn_wrap{
	margin: 5px auto;
	padding: 5px 0 0 0;
}

.publisher_content .btn_wrap .inner{
	max-width: 1306px;
	border-top: 1px dashed #222  ;
	text-shadow: 1px 2px 2px rgba(0, 0, 0, 0.3);
}

.publisher_content .btn_wrap a{
	font-family: 'GmarketSansBold';
	display: inline-flex;
	width: 400px;
	height: 100px;
	background-color: #3D5FB8;
	border-radius: 15px;
	color: #fff;
	font-size: 25px;
	justify-content: center;
	align-items: center;
}

.publisher_content .section ul li{
	font-family: 'GmarketSansMedium';
	color: #222;
	text-align: left;
	line-height: 1.5;
	font-size: 18px;
}

.publisher_content .inner .sub_img {
	border-radius: 12px;
	margin: 20px 0 0 0;
	-webkit-mask-image: linear-gradient(to bottom, black 70%, transparent 100%);
	mask-image: linear-gradient(to bottom, black 70%, transparent 100%);
}

.publisher_content .table_type01{
	font-size: 18px;
	border-top: 1px solid #848484;
	border-collapse: collapse;
	table-layout: fixed;
	width: 100%;
	color: #595959;
}

.publisher_content .table_type01 th{
	height: 40px;
	border-bottom: 1px solid #848484;
	background-color: #f2f2f4;
	text-align: center;
	font-weight: 400;
	vertical-align: middle;
}

.publisher_content .table_type01 tbody tr td{
	min-height: 40px;
	border-bottom: 1px solid #848484;
	vertical-align: middle;
	background-color: #fff;
	text-align: center;
	padding: 8px 0 8px 0;
	line-height: 1.4;
}

.publisher_content .table_type01 tbody tr td:last-child{border-right: 0;}


.publisher_content .section .sub_li{
	padding:0 0 0 30px;
	text-align:left;
}

.link_box{
	display: flex;
	width: 100%;
	padding: 15px;
	box-sizing: border-box;
	flex-wrap: wrap;
	align-items: center;
	list-style: none;
}

.link_box li{
	margin: 0 20px 20px 0;
}

.link_box a{
	position: relative;
	padding: 10px 15px 10px 47px;
	border-radius: 5px 15px 5px 15px;
	font-family: 'GmarketSansMedium';
	font-size: 18px;
	line-height: 34px;
	color: #fff;
	background-color: #000;
	box-sizing: border-box;
}

.link_box a:hover{
	box-shadow: 3px 3px 5px rgba(0,0,0,0.3);
}

.link_box a::after{
	position: absolute;
	content: "#";
	width: 30;
	height: 30px;
	border-radius: 100%;
	font-family: 'GmarketSansMedium';
	background-color: #f5f5f5;
	color: #222;
	text-align: center;
	line-height: 34px;
	left: 13px;
	top: 50%;
	transform: translateY(-50%);
}

.publisher_content .txtarea{
	font-size: 16px;
	width: 400px;
	height: 350px;
	color: #222;
	line-height: 1.4;
	text-align: left;
	border: 1px solid #ccc;
	border-radius: 8px;
	resize: none;
	box-sizing: border-box;
	outline: none;
	background-color: #E8F0FE;
	padding: 10px;
}

.publisher_content .txtarea2{
	font-size: 16px;
	width: 250px;
	height: 200px;
	color: #222;
	line-height: 1.4;
	text-align: left;
	border: 1px solid #ccc;
	border-radius: 8px;
	resize: none;
	box-sizing: border-box;
	outline: none;
	background-color: #E8F0FE;
	padding: 10px;
	margin: 0 5px;
}

.publisher_content .btn {
	font-size: 14px;
	width: 70px;
	height: 30px;
	margin: 10px 5px 5px 0;
	border: 1px solid #aaa;
	border-radius: 5px;
}
