@charset "euc-kr";

/*±¸±Ûº»°íµñ*/
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@100;300;400;500;700;900&display=swap');

/* Áö¸¶ÄÏ »ê½º */
@font-face {
	font-family: 'Gmarket Sans';    font-style: normal;    font-weight: 700;
	src: local('Gmarket Sans Bold'), local('GmarketSans-Bold'),
	url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2001@1.1/GmarketSansBold.woff') format('woff');
}
@font-face {
	font-family: 'Gmarket Sans';    font-style: normal;    font-weight: 500;
	src: local('Gmarket Sans Medium'), local('GmarketSans-Medium'),
	url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2001@1.1/GmarketSansMedium.woff') format('woff');
}
@font-face {
	font-family: 'Gmarket Sans';    font-style: normal;    font-weight: 300;
	src: local('Gmarket Sans Light'), local('GmarketSans-Light'),
	url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2001@1.1/GmarketSansLight.woff') format('woff');
}

*{
	margin:0;
	padding:0;
}
@font-face{
	font-family: 'Noto Sans KR', sans-serif;
}

*{ /* ÆÐµù, º¸´õ¸¦ Æ÷ÇÔ½ÃÅ´ */
	-webkit-box-sizing : border-box;
	-moz-box-sizing : border-box;
	-o-box-sizing : border-box;
	-ms-box-sizing : border-box;
	box-sizing : border-box;
 } 

body, div, ul, li, dl, dt, dd, ol, p, h1, h2, h3, h4, h5, h6, form, img, span,  select, input, textarea, option{
	margin:0;
	padding:0;
	font-family: 'Noto Sans KR', sans-serif;
	font-weight: 400;
	color: #333333;
	letter-spacing: -0.25px;
}

/* ¾ÆÀÌÆù ±âº» ½ºÅ¸ÀÏ Á¦°Å */
input,
textarea{
	/*ios´ëÀÀ*/
	appearance: none;
	-webkit-appearance: none;
	-webkit-border-radius: 0;
}

select{
	/*ios´ëÀÀ*/
	-webkit-appearance: none;
	-moz-appearance: none; 
	appearance: none;
	background: url('../images/sub/bg_select.jpg') no-repeat 95% 50%; /* È­»ìÇ¥ ¾ÆÀÌÄÜ Ãß°¡ */
	background-size: 10px 7px;
	border-radius: 0;
}

 /* -----±âº» ¸µÅ©½ºÅ¸ÀÏ----- */
a:link{
	color :#000000;
	text-decoration: none;
}                                       
a:visited{
	color:#000000;
	text-decoration: none;
}
a:hover{
	color :#e11010;
	text-decoration :none;
}
a:active{
	color: #e11010;
	text-decoration: none;
}
.hidden{
	display: none;
}

caption, legend{
	font-size: 0px;
	width: 0px;
	height: 0px;
	overflow: hidden;
	position: absolute;
	visibility:hidden;
}

img{
	border: 0px;
}

input,textarea,select{
	font-family: inherit;
	font-size: inherit;
	font-weight: inherit;
}

ul,ol,dl,li{
	list-style: none;
}

textarea{
	overflow: auto;
} 

button,label{
	cursor: pointer;
}


.skip{
	position: absolute;
	width: 1px;
	height: 1px;
	border: 1px;
	top: -5000em;
	overflow: hidden;
}
hr{
	display: none;
	clear: both;
}

button{
	font-family: 'Noto Sans KR', sans-serif;
}
button:focus{
	outline: none;
}

/*ÀÔ·ÂÆû*/
input{
	height: 36px;
	border: 1px solid #dddddd;
	color: #5c5c5c;
	padding: 0 10px;
	box-sizing: border-box;
}
input:focus {
	outline: none;
	border: 1px solid #000000;
	border-radius: 0;
}


/*textarea¹Ú½º*/
textarea{
	height: 100px;
	border: 1px solid #dddddd;
	color: #5c5c5c;
	padding: 10px 10px;
	box-sizing: border-box;
}
textarea:focus {
	outline: none;
	border: 1px solid #000000;
	border-radius: 0;
}

/*¼¿·ºÆ®¹Ú½º*/
select{
	height: 36px;
	border: 1px solid #dddddd;
	color: #5c5c5c;
	padding: 0 10px;
}
select:focus {
	outline: none;
	border: 1px solid #000000;
	border-radius: 0;
}

/*¶óµð¿À ¹öÆ°*/
input[type='radio'] {
	display: none;
}
input[type='radio'] + label{
	margin-bottom:0;
	font-weight: 400;
	color: #000000;
    display: inline-block;
    cursor: pointer;
    position: relative;
	margin: 0 17px 0 0;
}
input[type='radio'] + label::before {
	content: ' ';
	display: inline-block;
	width: 15px;
	height: 15px;
	vertical-align: middle;
	margin: -5px 7px 0 0;
	background: url('../images/sub/radio_off.png');
}
input[type='radio']:checked + label::before {
	background: url('../images/sub/radio_on.png');
}

/*Ã¼Å©¹öÆ°*/
input[type=checkbox] {
    display: none;
}

input[type=checkbox] + label{
	margin-bottom: 0;
	font-weight: 400;
	color: #262626;	
    display: inline-block;
    cursor: pointer;
    position: relative;   
}
input[type=checkbox]+ label:before {

	content: "";
	display: inline-block;

	width: 16px;
	height: 16px;

	position: absolute;
	left: 0;
	top: 4px;
	background-color: #FFFFFF;
	border: 1px solid #dddddd;
}
input[type=checkbox]:checked + label:before{
    content: "\2713";  /* Ã¼Å©¸ð¾ç */
    text-shadow: 1px 1px 1px rgba(0, 0, 0, .2);
    font-size: 16px;
    font-weight:800;
    color: #fff;
    background: #49b80a;
    text-align: center;
    line-height: 12px;

}

@media (max-width: 575px){
	input[type=checkbox] + label{
		font-size: 15px;
		padding: 0 20px 0 24px;
	}
}
@media (min-width: 576px){
	input[type=checkbox] + label{
		font-size: 16px;
		padding: 0 20px 0 26px;
	}
}
@media (min-width: 768px){
	input[type=checkbox] + label{
		font-size: 17px;
		padding: 0 20px 0 26px;
	}
}

/*Å×ÀÌºí-±âº»¼³Á¤*/
table{
	border-collapse: collapse;
	border-spacing: 0;
	border:0;
}

td img{
	border: 0;
	vertical-align: middle;
}

/*================================
	ÀÌ¿ë¾à°ü, °³ÀÎÁ¤º¸Ã³¸®¹æÄ§
================================*/
.board_agreement{
	width: 100%;
	overflow: hidden;
	padding: 20px 0 0 0;
}
.board_agreement .li-left{
	width: 50%;
	padding: 0 10px 0 0;
	float: left;
}
.board_agreement .li-right{
	width: 50%;
	padding: 0 0 0 10px;
	float: left;
}
.board_agreement .div-line{
	border: 1px solid #dddddd;
	padding: 20px 20px;
}
.board_agreement textarea{
	width: 100%;
	height: 190px;
	border: 1px solid #dddddd;
	padding: 20px 20px;
	font-size: 14px;
}
.board_agreement .board_agreement_input{
	padding: 10px 0 0 0;
}

.board_agreement .board_agreement_scroll{
	width: 100%;
	height: 180px;
    font-size: 15px;
    background: #f9f9f9;
	border: 1px solid #dddddd;
	overflow-y: scroll;
	padding: 10px 10px;
}
.board_agreement h3{
    color: #000000;
    font-weight: 500;
    font-size: 17px;
    padding: 0 0 10px 0;
}

.page_terms{
	width: 100%;
	overflow: hidden;
}
.page_terms .page_terms_title1{
	padding: 0 0 10px 0;
}
.page_terms .page_terms_stitle{
	color: #000000;
	font-size: 16px;
	padding: 0 0 5px 0;
}
.page_terms .page_terms_text{
	padding: 0 0 20px 0;
}
.page_terms .page_terms_text1{
	padding: 0 0 20px 0;
}
.page_terms .page_terms_text p{
	padding: 0 0 30px 0;
}
.page_terms table{
	width: 100%;
	margin: 20px 0 5px 0;
}
.page_terms table th{
	border-top: 2px solid #282828;
	border-right: 1px solid #dddddd;
	border-bottom: 1px solid #dddddd;
	color: #000000;
	font-weight: 400;
	background: #f4f4f4;
	padding: 10px 15px;
	text-align: center;
}
.page_terms table td{
	border-right: 1px solid #dddddd;
	border-bottom: 1px solid #dddddd;
	padding: 10px 15px;
}

.page_terms .table-center,
.page_terms .table-3,
.page_terms .table-4,
.page_terms .table-5{
	margin: 0 0 15px 0;
}

.page_terms table .th-1{
	width: 20%;
}
.page_terms table .th-2{
	width: 30%;
}
.page_terms table .th-3{
	width: 30%;
}
.page_terms table .th-4{
	width: 20%;
}
.page_terms table .th-4,
.page_terms table .td-4{
	border-right: 0;
}

.page_terms .table-3 .th-1{
	width: 33%;
}
.page_terms .table-3 .th-2{
	width: 33%;
}
.page_terms .table-3 .th-3{
	width: 34%;
}
.page_terms .table-3 .th-3,
.page_terms .table-3 .td-3{
	border-right: 0;
}

.page_terms .table-5 .th-1{
	width: 20%;
}
.page_terms .table-5 .th-2{
	width: 20%;
}
.page_terms .table-5 .th-3{
	width: 20%;
}
.page_terms .table-5 .th-4{
	width: 20%;
	border-right: 1px solid #dddddd;
}
.page_terms .table-5 .th-5{
	width: 20%;
}
.page_terms .table-5 .th-5,
.page_terms .table-5 .td-5{
	border-right: 0;
}

.page_terms .table-3 td,
.page_terms .table-center td,
.page_terms .table-5 td{
	text-align: center;
}

.page_terms .page_terms_padding0{
	padding: 0 0 10px 0 !important;
}

@media (max-width: 575px){
	.page_terms .page_terms_title{
		color: #000000;
		font-weight: 500;
		font-size: 16px;
		line-height: 22px;
		padding: 0 0 5px 0;
	}
}
@media (min-width: 576px){
	.page_terms .page_terms_title{
		color: #000000;
		font-weight: 500;
		font-size: 17px;
		padding: 0 0 10px 0;
	}
}
@media (min-width: 768px){
	.page_terms .page_terms_title{
		color: #000000;
		font-weight: 500;
		font-size: 18px;
		padding: 0 0 10px 0;
	}
}

/* ¹öÆ° */
.btn_post_search{
	padding: 6px 14px;
	background: #282828;
	color: #ffffff !important;
	font-size: 13px;
	text-align: center;
	display: inline-block;
	vertical-align: middle;
	margin: -5px 0 0 5px;
}
.btn_post_search:hover{
	background: #070707;
}
.btn_check{
	padding: 6px 10px;
	background: #282828;
	color: #ffffff !important;
	font-size: 13px;
	text-align: center;
	display: inline-block;
	vertical-align: middle;
	margin: -5px 0 0 4px;
	border: 0;
	cursor: pointer;
}
.btn_check:focus {
	outline: none;
	border: 0;
}
.btn_check:hover{
	background: #070707;
}

/* ·¹ÀÌ¾î ÆË¾÷Ã¢ */
.trigger{
	width: 90px;
	height: 36px;
	margin: 0 auto;
	background: #00418f;
	color: #FFFFFF;	
	font-size: 16px;
	line-height: 34px;
	display: inline-block;
	text-align: center;
	border-radius: 10px;
	margin: -5px 0 0 5px;
	vertical-align: middle;
	cursor: pointer;
}
.trigger:hover{
	background: #1a549a;
	color: #FFFFFF;
}

.modal {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.5);
	opacity: 0;
	visibility: hidden;
	transform: scale(1.1);
	transition: visibility 0s linear 0.25s, opacity 0.25s 0s, transform 0.25s;
	z-index: 99999;
}
.modal-content {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	background-color: white;	
	width: 900px;
	height: 500px;
	border-radius: 10px;
	padding: 20px;
	overflow: auto;
}
.close-button {
	float: right;
	width: 24px;
	line-height: 24px;
	text-align: center;
	cursor: pointer;
	border-radius: 10px;
	background-color: #2c2c2c;
	color: #FFFFFF;
}
.close-button:hover {
	background-color: #595959;
}
.show-modal {
	opacity: 1;
	visibility: visible;
	transform: scale(1.0);
	transition: visibility 0s linear 0s, opacity 0.25s 0s, transform 0.25s;
}

.program_list h1{
	font-size: 19px !important;
	padding: 0 0 10px 0;
}
.program_list p{
	padding: 0 0 20px 0;
}
.program_list table{
	margin: 0 0 30px 0;
}
.program_list table th{
	text-align: center;
	border-right: 1px solid #dddddd;
}
.program_list table .th-1{
	width: 80px;
}
.program_list table .th-2{
	width: 80px;
}
.program_list table .th-4{
	border-right: 0;
}
.program_list table td{
	width:  auto !important;
	text-align: center !important;
	border-right: 1px solid #dddddd;
}
.program_list table .td-e{
	border-right: 0;
}
.program_list table .td-left{
	text-align: left !important;
}
.program_list .table1 th{
	width: 190px
}
.program_list .table1 .th-1{
	width: 130px;
}
.program_list .table1 .th-4{
	border-right: 1px solid #dddddd;
}
.program_list .table2 th{
	width: 130px
}
.program_list .table2 .th-1{
	width: 150px;
}

/*°Ô½ÃÆÇ ÆäÀÌÁö¸®½ºÆ®*/
.pic_pagelist{
	width: 100%;
	overflow: hidden;
	text-align: center;
}

/*°Ô½ÃÆÇ ¸®½ºÆ®*/
.board-search{
	margin: 0 0 20px 0;
}
.btn-search01{
	height: 36px;
	padding: 0 20px;
	border: 0;
	background: #2c2c2c;
	color: #FFFFFF;
}

.board-list-title{
	color: #000000;
	background: #f7f7f7;	
}
.board-list-title td{
	padding: 8px 0;
	border-top: 1px solid #e6e6e6;
	border-bottom: 1px solid #e6e6e6;
}
.board-list-title strong{
	font-weight: 500;
}
.board-list-line{
	background: #e6e6e6;	
}
.board-list-no{
	padding: 10px 0;
	text-align: center;
	border-bottom: 1px solid #e6e6e6;
}
.board-list-notice{
	background: #fcf7f0;
}
.btn_board-list-notice{
	padding: 2px 10px;
	display: inline-block;
	background: #ff9000;
	color: #FFFFFF;
	font-size: 15px;
	font-weight: 500;
	border-radius: 15px;
}

@media (max-width: 767px){
	.board-search .td_info{
		width: 100%;
		display: block;
	}
	.board-search .td_input{
		width: 100%;
		display: block;
	}
	.board-search .td_input select{
		width: 20%;
		float: left;
	}
	.board-search .td_input input{
		width: 60%;
		float: left;
	}
	.board-search .td_input .btn-search01{
		width: 20%;
		float: left;
	}
	.board-list-info{
		border-top: 1px solid #e6e6e6
	}
	.btn_board-list-notice{
		font-size: 12px;
		padding: 2px 10px 4px 10px;
	}
}

/*°Ô½ÃÆÇ read*/
.board-read-title td{
	padding: 12px 0;
	border-top: 1px solid #e6e6e6;
	border-bottom: 1px solid #e6e6e6;
	background: #f7f7f7;
}
.board-read-title td b{
	color: #000000;
	font-weight: 500;
	font-size: 17px;
}
.board-read-info{
	width: 100%;
	border-bottom: 1px solid #e6e6e6;
}
.board-read-info td{
	padding: 8px 0;
}
.board-read-info td strong{
	color: #313131;
	font-weight: 400;
	font-size: 15px;
}
.board-read-info td .board-read-info-line{
	padding: 0 5px 0 7px;
	vertical-align: middle;
	margin: -2px 0 0 0;
}
.board-read-prev-title,
.board-read-next-title{
	background: #f7f7f7;
	font-size: 15px;
	padding: 5px 0;
}
.board-read-prev-con,
.board-read-next-con{
	font-size: 15px;
	padding-left: 15px;
}

@media (max-width: 767px){
	.board-read-info{
		padding: 7px 0;
	}
	.board-read-info td{
		padding: 0;
	}
	.board-read-info .td_1{
		width: 0%;
	}
	.board-read-info .td_2{
		width: 27%;
		display: inline-block;
		text-align: left;
	}
	.board-read-info .td_3{
		width: 49%;
		display: inline-block;
		text-align: left;
	}
	.board-read-info .td_4{
		width: 24%;
		display: inline-block;
		text-align: left;
	}
	.board-read-info td strong{
		font-size: 13px;
	}
	.board-read-info td .board-read-info-line{
		padding: 4px;
	}
	.board-read-prev-title, .board-read-next-title{
		font-size: 13px;
	}
	.board-read-prev-con, .board-read-next-con{
		font-size: 13px;
	}
	.board_read_content img{
		width: 100%;
	}
}
@media (min-width: 768px){
	.board-read-info .td_1{
		width: 10%;
	}
	.board-read-info .td_2{
		width: 26%;
		text-align: center;
	}
	.board-read-info .td_3{
		width: 26%;
		text-align: center;
	}
	.board-read-info .td_4{
		width: 28%;
		text-align: center;
	}
}

/* °¶·¯¸®Çü °Ô½ÃÆÇ ¸®½ºÆ® */
.pic-list-img{
	border-top: 1px solid #e6e6e6;
	border-bottom: 1px solid #e6e6e6;
	padding: 20px 0 0 0;
}
.pic-list-img img:hover{
	opacity: 0.8;
	filter: alpha(opacity=80);   /* For IE8 and earlier */
}
.pic-list-title{
	padding: 10px 10px 20px 10px;
}


@media (max-width: 767px){
	.pic-list{
		width: 50%;
		display: inline-block;
	}
	.pic-list table{
		width: 94%;
		margin: 0 auto;
	}
	.pic-list table img{
		width: 100%;
	}
}
@media (min-width: 768px){
	.pic-list{
		width: 25%;
	}
	.pic-list table{
		width: 230px;
	}
	.pic-list table img{
		width: 230px;
	}
}

/*================================
	¹ÝÀÀÇü ±âº»»çÀÌÁî
================================*/
/* ±âº»·¹ÀÌ¾Æ¿ô */
.wrap{
	margin: 0 auto;
	overflow: hidden;
}

@media (max-width: 575px) {
	.wrap{
		width: 100%;
		padding-right: 15px;
		padding-left: 15px;		
	}
}
@media (min-width: 576px) {
	.wrap{
		max-width: 540px;
		padding-right: 0px;
		padding-left: 0px;
		margin: 0 auto;
	}
}
@media (min-width: 768px){
	.wrap{
		max-width: 720px;
		padding-right: 0px;
		padding-left: 0px;
	}
}
@media (min-width: 992px){
	.wrap{
		max-width: 960px;
		padding-right: 0px;
		padding-left: 0px;
	}
}
@media (min-width: 1100px){
	.wrap{
		max-width: 1080px;
		padding-right: 0px;
		padding-left: 0px;
	}
}
@media (min-width: 1300px){
	.wrap{
		max-width: 1280px;
		padding-right: 0px;
		padding-left: 0px;
	}
}

/*º¸ÀÌ°Ô ¾Èº¸ÀÌ°Ô ÇÏ±â*/
@media (max-width: 575px) {
	.visible_xs {
		display: block !important;
	}
	.visible_xs_inline-block {
		display: inline-block !important;
	}
	.hidden_xs {
		display: none !important;
	}
}
@media (min-width: 576px) and (max-width: 767px) {
	.visible_zs {
		display: block !important;
	}
	.visible_zs_inline_block {
		display: inline-block !important;
	}
	.hidden_zs {
		display: none !important;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	.visible_sm {
		display: block !important;
	}
	.visible_sm_inline-block {
		display: inline-block !important;
	}
	.hidden_sm {
		display: none !important;
	}
}
@media (min-width: 992px) and (max-width: 1099px) {
	.visible_md {
		display: block !important;
	}
	.visible_md_inline_block {
		display: inline-block !important;
	}
	.hidden_md {
		display: none !important;
	}
}
@media (min-width: 1100px) and (max-width: 1299px) {
	.visible_hd {
		display: block !important;
	}
	.visible_hd_inline_block {
		display: inline-block !important;
	}
	.hidden_hd {
		display: none !important;
	}
}
@media (min-width: 1300px) {
	.visible_lg {
		display: block !important;
	}
	.visible_lg-inline-block {
		display: inline-block !important;
	}
	.hidden_lg {
		display: none !important;
	}
}
@media (min-width: 1400px) {
	.visible_gw {
		display: block !important;
	}
	.visible_gw-inline-block {
		display: inline-block !important;
	}
	.hidden_gw {
		display: none !important;
	}
}
@media (min-width: 1500px) {
	.visible_wa {
		display: block !important;
	}
	.visible_wa-inline-block {
		display: inline-block !important;
	}
	.hidden_wa {
		display: none !important;
	}
}
@media (min-width: 1600px) {
	.visible_ab {
		display: block !important;
	}
	.visible_ab-inline-block {
		display: inline-block !important;
	}
	.hidden_ab {
		display: none !important;
	}
}
@media (min-width: 1700px) {
	.visible_bc {
		display: block !important;
	}
	.visible_bc-inline-block {
		display: inline-block !important;
	}
	.hidden_bc {
		display: none !important;
	}
}

/*ÇØ»óµµ¿¡ µû¸¥ ÆùÆ®*/
@media (max-width: 575px) {
	html{
		font-size: 13px;
	}
}
@media (min-width: 576px) {
	html {
		font-size: 13px;
	}
}
@media (min-width: 768px){
	html {
		font-size: 14px;
	}
}
@media (min-width: 992px){
	html {
		font-size: 15px;
	}
}
@media (min-width: 1300px){
	html {
		font-size: 16px;
	}
}

/*À¯Æ©ºêµ¿¿µ»ó ¹ÝÀÀÇü¿¡ ¸Â°Ô ÁÙ¾îµé±â*/
.youtube { position:relative; width:100%; padding-bottom:56.25%}
.youtube iframe { position:absolute; width:100%; height:100%;}

