@charset "euc-kr";

/* ==================================================
// Æû
================================================== */
/* ¼¿·ºÆ® */
div.select{overflow:hidden; position:relative; width:120px; height:40px; border:1px solid #d1d1d1;}
div.select:after{display:block; position:absolute; top:0; right:0; width:27px; height:100%; background:url("../images/button/select_arrow.png") no-repeat; content:"";}
div.select select{width:200%; height:100%; padding-left:14px; border:0; color:#9d9d9d; font-size:14px; line-height:38px; -webkit-appearance:none;}
div.select select:focus,
div.select select:active{width:100%;}

@media (max-width:760px) {/* ¸ð¹ÙÀÏ */
	div.select{height:35px;}
	div.select:after{width:23px; background-position:100% 50%; background-size:contain;}
	div.select select{padding-left:9px; font-size:11px; line-height:33px;}
}

/* ¶óµð¿À */
label.radio:before{display:inline-block; width:18px; height:18px; border-radius:9px; background:url("../images/button/radio.png") no-repeat; content:"";}
label.radio.on:before{background-position:0 100%;}
label.radio input[type="radio"]{position:absolute; z-index:-1; opacity:0; filter:alpha(opacity=0);}

@media (max-width:760px) {/* ¸ð¹ÙÀÏ */
	label.radio:before{width:15px; height:15px; background-size:cover;}
}

/* Ã¼Å©¹Ú½º */
label.checkbox:before{display:inline-block; width:18px; height:18px; background:url("../images/button/checkbox.png") no-repeat; content:"";}
label.checkbox.after:before{display:none;}
label.checkbox.after:after{display:inline-block; width:18px; height:18px; background:url("../images/button/checkbox.png") no-repeat; content:"";}
label.checkbox.on:before,
label.checkbox.on:after{background-position:0 100%;}
label.checkbox input[type="checkbox"]{position:absolute; z-index:-1; opacity:0; filter:alpha(opacity=0);}

@media (max-width:760px) {/* ¸ð¹ÙÀÏ */
	label.checkbox:before,
	label.checkbox.after:after{width:15px; height:15px; background-size:cover;}
}

/* ÀÛ¼º Å×ÀÌºí */
table.form{table-layout:fixed;}
table.form th{position:relative; padding-top:20px; padding-left:10px; vertical-align:top; color:#3c3c3c; font-size:14px; line-height:20px; text-align:left; white-space:nowrap;}
table.form th.required:before{position:absolute; margin:2px 0 0 -10px; vertical-align:top; color:#ff0000; content:"*";}
table.form th div.tooltip{position:absolute; right:10px;}
table.form td{position:relative; padding:10px 0; color:#9d9d9d; font-size:16px; text-align:left;}
table.form td input[type="text"],
table.form td input[type="password"],
table.form td input[type="email"],
table.form td input[type="tel"]{padding:0 14px; width:100%; height:40px; border:1px solid #d1d1d1; font-size:14px;}
table.form td input[readonly]{background:#f5f5f5;}
table.form td textarea{padding:7px 14px; width:100%; min-height:40px; border:1px solid #d1d1d1; font-size:14px; line-height:24px;}
table.form td > span{display:inline-block; padding:12px 0 8px;}
table.form td p.valid{position:absolute; top:0; left:100%; margin:10px 0 0 20px; color:#c3996a; font-size:14px; line-height:40px; white-space:nowrap;}
table.form td p.valid_fail{color:#ff6633;}

table.form tr.id td p{margin-top:10px; font-size:12px; line-height:20px;} /* 20170215 Ãß°¡ */
table.form tr.tel td div.select{float:left; width:90px;}
table.form tr.tel td input[type="tel"],
table.form tr.tel td input[type="text"]{float:left; margin-left:10px; width:105px;}
table.form tr.tel td a.btn_certify_mobile{float:left; margin-left:10px; width:100px; height:38px; border:1px solid #3c3c3c; color:#3c3c3c; font-weight:bold; line-height:40px; text-align:center;display:none}
table.form tr.tel td a.btn_certify_mobile[disabled]{background:#3c3c3c; color:#fff;}


table.form tr.woori_event th{padding-top:15px;}
table.form tr.woori_event td ul{padding:5px 0;}
table.form tr.woori_event td ul:after{display:block; clear:both; content:"";}
table.form tr.woori_event td li{float:left; width:230px;}
table.form tr.woori_event td li label{height:18px; color:#3c3c3c; line-height:20px;}
table.form tr.woori_event td li span{display:inline-block; margin-left:9px;}
table.form tr.woori_event td p{margin-top:10px; font-size:12px; line-height:20px;}

table.form tr.address td div.postcode:after{display:block; clear:both; content:"";}
table.form tr.address td div.postcode input[type="text"]{float:left; width:145px;}
table.form tr.address td div.postcode a.btn_postcode{float:left; margin-left:10px; width:120px; height:40px; border:1px solid #3c3c3c; color:#3c3c3c; font-weight:bold; line-height:40px; text-align:center;}
a.btn_recom{margin-left:10px; width:120px; height:40px; border:1px solid #3c3c3c; color:#3c3c3c; font-weight:bold; line-height:40px; text-align:center;}
table.form tr.address td .placeholder{margin-top:10px;}
table.form tr.birth td div.select{float:left; margin-left:10px; width:120px;}
table.form tr.birth td div.select:first-child{margin-left:0;}
table.form tr.radio th{padding-top:15px;}
table.form tr.radio td ul{padding:5px 0;}
table.form tr.radio td ul:after{display:block; clear:both; content:"";}
table.form tr.radio td li{float:left; width:130px;}
table.form tr.radio td li label{height:18px; color:#3c3c3c; line-height:20px;}
table.form tr.radio td li span{display:inline-block; margin-left:9px;}
table.form tr.radio td p{margin-top:10px; font-size:12px; line-height:20px;}
table.form tr.interest th{padding-top:10px;}
table.form tr.interest td ul{margin-top:-10px; width:520px;}
table.form tr.interest td ul:after{display:block; clear:both; content:"";}
table.form tr.interest td li{float:left; margin-top:10px; width:130px;}
table.form tr.interest td li label{height:18px; color:#3c3c3c; font-size:12px; line-height:18px;}
table.form tr.interest td li label span{display:inline-block; margin-left:9px;}
table.form tr.certify td input[type="text"]{float:left; width:335px;}
table.form tr.certify td div.select{float:left; margin-left:10px;}
table.form tr.certify td ul:after{display:block; clear:both; content:"";}
table.form tr.certify td li{float:left; margin-left:10px;}
table.form tr.certify td li:first-child{margin-left:0;}
table.form tr.certify td li a{width:120px; height:40px; border:1px solid #3c3c3c; color:#3c3c3c; font-weight:bold; font-size:14px; line-height:40px; text-align:center;}
table.form tr.licensee td input[type="tel"],
table.form tr.licensee td input[type="text"]{float:left; margin-right:10px; width:110px;}
table.form tr.licensee td button{float:left; width:105px; height:40px; border:1px solid #3c3c3c; color:#3c3c3c; font-weight:bold; font-size:14px;}
table.form tr.facebook td span{color:#3c3c3c;}
table.form tr.facebook td .btn_facebook{width:200px; height:40px; background:#3b579d; color:#fff; font-weight:bold; font-size:14px; line-height:42px; text-align:center;}
table.form tr.facebook td .btn_facebook:before{display:inline-block; margin:11px 8px 0 0; width:11px; height:18px; background:url("../images/icon/ico_facebook.png") no-repeat; vertical-align:top; content:"";}

@media (max-width:1200px) {/* ÅÂºí¸´ */
	table.form td p.valid{clear:both; position:static; left:0; margin:0 0 -10px 0; padding-top:4px; font-size:13px; line-height:20px;}

	table.form tr.address td div.postcode a.btn_postcode{letter-spacing:-1px;}
	table.form tr.certify td input[type="text"]{width:307px;}
	table.form tr.certify td li a{letter-spacing:-1px;}
	table.form tr.licensee td button{width:77px; letter-spacing:-1px;}
}

@media (max-width:1200px) and (min-resolution:.001dpcm) {/* ÅÂºí¸´ + Chrome (Android) */
	table.form tr.address td div.postcode a.btn_postcode,
	table.form tr.certify td li a,
	table.form tr.licensee td button{letter-spacing:0;}
}

@media (max-width:760px) {/* ¸ð¹ÙÀÏ */
	table.form col.th{width:80px !important;}
	table.form th{padding-top:17px; padding-left:0; font-size:11px; line-height:16px;}
	table.form th.required:before{margin-left:-7px;}
	table.form th div.tooltip{display:block; position:relative; right:auto; margin:0;}
	table.form td{padding:8px 0; font-size:11px;}
	table.form td input[type="text"],
	table.form td input[type="password"],
	table.form td input[type="email"],
	table.form td input[type="tel"]{padding:0 9px; height:35px; font-size:11px;}
	table.form td textarea{padding:8px 9px; min-height:35px; font-size:11px; line-height:18px;}
	table.form td > span{padding:11px 0 7px;}
	table.form td p.valid{font-size:10px; line-height:14px; white-space:normal;}

	table.form tr.tel td div.select{width:64px;}
	table.form tr.tel td input[type="tel"],
	table.form tr.tel td input[type="text"]{margin-left:5px; width:63px;}
	table.form tr.address td div.postcode input[type="text"]{width:132px;}
	table.form tr.address td div.postcode a.btn_postcode{margin-left:5px; width:63px; height:35px; line-height:33px;}
	table.form tr.address td .placeholder{margin-top:8px;}
	table.form tr.birth td div.select{margin-left:5px; width:60px;}
	table.form tr.birth td div.select:first-child{width:70px}
	table.form tr.radio th{padding-top:10px;}
	table.form tr.radio td ul{padding:3px 0;}
	table.form tr.radio td li{width:100px;}
	table.form tr.radio td li label{height:15px; line-height:15px;}
	table.form tr.radio td li span{margin-left:7px;}
	table.form tr.radio td p{margin-top:5px; font-weight:100; font-size:10px; line-height:15px;}
	table.form tr.radio td p br{display:none;}
	table.form tr.interest th{padding-top:7px;}
	table.form tr.interest td ul{width:auto;}
	table.form tr.interest td li{width:50%;}
	table.form tr.interest td li label{height:15px; font-size:11px; line-height:15px; white-space:nowrap;}
	table.form tr.interest td li label span{margin-left:7px;}
	table.form tr.certify td input[type="text"]{width:120px;}
	table.form tr.certify td div.select{margin-left:5px; width:75px;}
	table.form tr.certify td li{margin-left:5px;}
	table.form tr.certify td li a{width:90px; height:34px; font-size:12px; line-height:32px;}
	table.form tr.licensee td input[type="tel"],
	table.form tr.licensee td input[type="text"]{margin-right:5px; width:48px;}
	table.form tr.licensee td button{width:41px; height:35px; font-size:12px;}
}

/* placeholder */
.placeholder{position:relative; color:#9d9d9d; font-size:14px;}
.placeholder input,
.placeholder textarea{position:relative;}
.placeholder.on input,
.placeholder.on textarea{z-index:1;}
.placeholder span{position:absolute; top:0; left:15px; line-height:40px;}

@media (max-width:760px) {/* ¸ð¹ÙÀÏ */
	.placeholder{font-size:11px;}
	.placeholder span{left:10px; line-height:35px;}
}


/* ==================================================
// ¹öÆ°
================================================== */
/* ¸ÞÀÎ - ´õº¸±â */
a.btn_main-more{box-sizing:content-box; position:absolute; top:0; right:0; padding-left:4px; width:19px; height:19px; background:#fff;}
/* a.btn_main-more:before{display:block; position:absolute; top:8px; width:19px; border-top:3px solid #3c3c3c; content:"";} */
/* a.btn_main-more:after{display:block; position:absolute; right:8px; height:19px; border-left:3px solid #3c3c3c; content:"";} */
a.btn_main-more:before{display:block; position:absolute; top:8px; width:19px; border-top:2px solid #3c3c3c; content:"";}
a.btn_main-more:after{display:block; position:absolute; right:8px; height:19px; border-left:2px solid #3c3c3c; content:"";}

@media (max-width:760px) {/* ¸ð¹ÙÀÏ */
	a.btn_main-more{top:-2px; padding-left:5px; width:15px; height:15px;}
	a.btn_main-more:before{top:6px; width:15px;}
	a.btn_main-more:after{right:6px; height:15px;}
}

/* load more */
.btn_loadmore{display:block; height:42px; padding-top:14px; border:1px solid #ebebeb; background:#f5f5f5; text-align:center;}
.btn_loadmore span{display:inline-block; position:relative; padding-right:20px; color:#616161; font-weight:bold; font-size:14px;}
.btn_loadmore span:before{display:block; position:absolute; top:2px; right:0; border:7px solid transparent; border-top:8px solid #616161; border-bottom:0; vertical-align:top; content:"";}
.btn_loadmore span:after{display:block; position:absolute; top:-1px; right:0; border:7px solid transparent; border-top:8px solid #f5f5f5; border-bottom:0; vertical-align:top; content:"";}

@media (max-width:1200px) {/* ÅÂºí¸´ */
	.btn_loadmore span{letter-spacing:-1px;}
}

@media (max-width:1200px) and (min-resolution:.001dpcm) {/* ÅÂºí¸´ + Chrome (Android) */
	.btn_loadmore span{letter-spacing:0;}
}

@media (max-width:760px) {/* ¸ð¹ÙÀÏ */
	.btn_loadmore{height:40px;}
	.btn_loadmore span{padding-right:13px; font-size:11px;}
	.btn_loadmore span:before{top:3px; border-width:4px 4px 0;}
	.btn_loadmore span:after{top:2px; border-width:4px 4px 0;}
}

/* °øÀ¯ÇÏ±â */
div.shareset button.btn_toggle{color:#000; font-weight:bold; font-size:12px;}
div.shareset button.btn_toggle span:after{display:inline-block; margin-left:5px; vertical-align:top; content:"+";}
div.shareset.on button.btn_toggle{color:#c3996a;}
div.shareset ul{visibility:hidden; position:absolute; top:-7px; left:61px; width:68px; opacity:0; -webkit-transition:0.3s; transition:0.3s;}
div.shareset.on ul{visibility:visible; opacity:1;}
div.shareset li{float:left; margin-right:8px;}
div.shareset li a{width:26px;}

@media (max-width:1200px) {/* ÅÂºí¸´ */
	div.shareset button.btn_toggle{letter-spacing:-1px;}
}

@media (max-width:1200px) and (min-resolution:.001dpcm) {/* ÅÂºí¸´ + Chrome (Android) */
	div.shareset button.btn_toggle{letter-spacing:0;}
}

@media (max-width:760px) {/* ¸ð¹ÙÀÏ */
	div.shareset button.btn_toggle{padding:5px 0; font-size:10px;}
	div.shareset button.btn_toggle span:after{margin-left:3px;}
	div.shareset ul{width:52px; top:-5px; left:47px;}
	div.shareset li{margin-right:6px;}
	div.shareset li a{width:20px;}
}

/* Á¤·Ä */
div.lineup{margin:40px 0; text-align:center;}
div.lineup ul{display:inline-block;}
div.lineup li{float:left; border-left:1px solid #e4e4e4;}
div.lineup li:first-child{border-left:0;}
div.lineup li a{display:block; padding:0 15px; height:16px; color:#7f7f7f; font-size:14px; line-height:18px;}
div.lineup li.on a{color:#c3996a;}

@media (max-width:1200px) {/* ÅÂºí¸´ */
	div.lineup{margin:40px 0 30px;}
}

@media (max-width:760px) {/* ¸ð¹ÙÀÏ */
	div.lineup{margin:25px 0 20px;}
	div.lineup li a{padding:0 12px; height:12px; font-size:12px; line-height:12px;}
}


/* ==================================================
// ÀÌ¹ÌÁö
================================================== */
/* ¸®½ºÆ® ÀÌ¹ÌÁö */
div.img{overflow:hidden; position:relative; height:0;}
div.img img{position:absolute; top:0; left:0; height:100%;}
div.img img.cover{top:0; left:0; width:auto; height:auto;}

.thumbnail-wrappper {
    width: 25%;
}

.thumbnail {
    position: relative;
    padding-top: 100%;  /* 1:1 ratio */
    overflow: hidden;
}

.thumbnail .centered  {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    -webkit-transform: translate(50%,50%);
    -ms-transform: translate(50%,50%);
    transform: translate(50%,50%);
}

.thumbnail .centered img {
    position: absolute;
    top: 0;
    left: 0;
    width:100%;
    height: auto;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}


/* ==================================================
// ÅØ½ºÆ®
================================================== */
/* ¸®½ºÆ® ¾øÀ½ */
p.none{padding:115px 0; color:#3d3d3d; font-size:20px; line-height:30px; text-align:center;}

@media (max-width:1200px) {/* ÅÂºí¸´ */
	p.none{padding:95px 0;}
}

@media (max-width:760px) {/* ¸ð¹ÙÀÏ */
	p.none{padding:48px 0; font-size:15px; line-height:20px;}
}


/* ==================================================
// ¹Ú½º
================================================== */
/* »ó/ÇÏ °ýÈ£ ¹Ú½º */
.box_bracket{position:relative; border:1px solid #3c3c3c; border-width:3px 0 1px;}
.box_bracket:before{display:block; position:absolute; top:0; right:0; left:0; height:9px; border:1px solid #3c3c3c; border-width:0 1px; content:"";}
.box_bracket:after{display:block; ; position:absolute; bottom:0; right:0; left:0; height:9px; border:1px solid #3c3c3c; border-width:0 1px; content:"";}

@media (max-width:1200px) {/* ÅÂºí¸´ */

}

@media (max-width:760px) {/* ¸ð¹ÙÀÏ */
	.box_bracket{border-top-width:2px;}
	.box_bracket:before,
	.box_bracket:after{height:8px;}
}


/* ==================================================
// Å¸ÀÌÆ²
================================================== */
/* ÀÏ¹Ý */
.title_main{padding-bottom:1px; color:#000; font-weight:bold; font-size:30px;}
.title_main span.subtitle{display:inline-block; vertical-align:2px; font-weight:normal; font-size:21px;}
.title_main span.subtitle:before{display:inline-block; margin-right:3px; font-weight:bold; content:"¤ý"}

.martha_title_main{padding-bottom:1px; color:#000; font-weight:bold; font-size:14px;}
/* .martha_title_main span.martha_subtitle{position:relative; top:4px; padding-bottom:1px; font-weight:bold; font-size:12px;} */
.martha_title_main span.subtitle{display:inline-block; vertical-align:2px; font-weight:normal; font-size:21px;}
.martha_title_main span.subtitle:before{display:inline-block; margin-right:3px; font-weight:bold; content:"¤ý"}

@media (max-width:1200px) {/* ÅÂºí¸´ */
	.title_main{letter-spacing:-1px;}
	.martha_title_main{letter-spacing:-1px;}
}

@media (max-width:1200px) and (min-resolution:.001dpcm) {/* ÅÂºí¸´ + Chrome (Android) */
	.title_main{letter-spacing:0;}
	.martha_title_main{letter-spacing:0;}
}

@media (max-width:760px) {/* ¸ð¹ÙÀÏ */
	.title_main{padding-bottom:0; font-size:17px;}
	.title_main span.subtitle{vertical-align:1px; font-size:12px;}
	.title_main span.subtitle:before{margin-right:2px;}

	.martha_title_main{padding-bottom:0; font-size:10px;}
	.martha_title_main span.subtitle{vertical-align:1px; font-size:12px;}
	.martha_title_main span.subtitle:before{margin-right:2px;}
}

/* ¶óÀÎ */
.title_line{position:relative; height:19px; text-align:center;}
.title_line:before{display:block; position:absolute; top:9px; left:0; width:100%; border-top:1px solid #3c3c3c; content:"";}
.title_line span{display:inline-block; position:relative; z-index:1; margin-top:-2px; background:#fff; color:#3c3c3c; font size:24px; line-height: 1;}
.title_line span:before{display:inline-block; margin:2px 20px 0 0; height:19px; /*border-left:1px solid #3c3c3c;*/ vertical-align:top; content:"";}
.title_line span:after{display:inline-block; margin:2px 0 0 20px; height:19px; /*border-left:1px solid #3c3c3c;*/ vertical-align:top; content:"";}
.title_line span.big{margin-top:-9px; font-size:33px; font-weight: 400;}
.title_line span.big:before{margin:9px 30px 0 0;}
.title_line span.big:after{margin:9px 0 0 30px;}
.title_line span.big.kor{margin-top:-6px; font-size:28px;}
.title_line span.big.kor:before,
.title_line span.big.kor:after{margin-top:6px;}

@media (max-width:1200px) {/* ÅÂºí¸´ */
.title_line span.big.kor{font-size:20px;}
}

@media (max-width:760px) {/* ¸ð¹ÙÀÏ */
	.title_line{height:11px;}
	.title_line:before{top:5px;}
	.title_line span{margin-top:-2px; font-size:15px;}
	.title_line span:before{margin:2px 10px 0 0; height:11px;}
	.title_line span:after{margin:2px 0 0 10px; height:11px;}
	.title_line span.big{margin-top:-2px; font-size:15px;}
	.title_line span.big:before{margin:2px 10px 0 0;}
	.title_line span.big:after{margin:2px 0 0 10px;}
	.title_line span.big.kor{margin-top:-2px; font-size:15px;}
	.title_line span.big.kor:before,
	.title_line span.big.kor:after{margin-top:2px;}
}

/* °ýÈ£ */
.title_bracket{position:relative; border:1px solid #fff; border-width:6px 0 1px;}
.title_bracket:before{display:block; position:absolute; top:0; right:0; left:0; height:18px; border:1px solid #fff; border-width:0 1px; content:"";}
.title_bracket:after{display:block; position:absolute; bottom:0; right:0; left:0; height:13px; border:1px solid #fff; border-width:0 1px; content:"";}

@media (max-width:1200px) {/* ÅÂºí¸´ */

}

@media (max-width:760px) {/* ¸ð¹ÙÀÏ */
	.title_bracket{border-top-width:3px;}
	.title_bracket:before{height:9px;}
	.title_bracket:after{height:7px;}
}


/* ==================================================
// ¹è³Ê
================================================== */
/* ½ºÅ©·Ñ¹è³Ê */
.banner_scroll{display:none; overflow:hidden; position:relative; height:0; padding-top:300px;}
.banner_scroll a{display:block; position:absolute; top:0; left:0; width:100%; height:100%; background-repeat:no-repeat; background-position:50% 0; background-attachment:fixed;}
#content .banner_scroll a{background-position:50% 150%;}/* 170125 ¼öÁ¤ */

@media (max-width:1200px) {/* ÅÂºí¸´ */
	.banner_scroll{padding-top:25%;}
	.banner_scroll a{background-size:213.33333% auto; background-attachment:scroll;}
	#content .banner_scroll a{height:213.33333%;}
}

/* Ãß°¡±¤°í */
.banner_add{margin-top:40px;}
.banner_add a{display:block;}

@media (max-width:760px) {/* ¸ð¹ÙÀÏ */
	.banner_add{margin-top:20px;}
}


/* ==================================================
// ÅøÆÁ
================================================== */
div.tooltip{display:inline-block; position:relative; z-index:10; margin-left:6px;}
div.tooltip-content{display:none; position:absolute; top:-25px; left:13px; padding:9px 14px 8px 28px; width:320px; background:url("../images/content/tooltip_bg_top.png") no-repeat; color:#616161; font-size:12px; line-height:16px; text-align:left; white-space:normal;}
div.tooltip-content.on{display:block;}
div.tooltip-content:before{display:block; position:absolute; top:9px; right:0; bottom:0; left:0; background:url("../images/content/tooltip_bg.png") no-repeat 0 100%; content:"";}
div.tooltip-content > *{position:relative; z-index:1;}
div.tooltip-content li{position:relative; margin-top:4px; padding-left:6px;}
div.tooltip-content li:before{position:absolute; top:6px; left:0; width:2px; height:2px; background:#616161; content:"";}
div.tooltip-content li:first-child{margin-top:0;}

@media (max-width:1200px) {/* ÅÂºí¸´ */
	div.tooltip-content,
	div.tooltip-content:before{background-size:100% auto}
}

@media (max-width:760px) {/* ¸ð¹ÙÀÏ */
	div.tooltip{margin-left:2px;}
	a.tooltip-button{width:15px;}
	div.tooltip-content{top:-17px; left:10px; width:280px; background-size:100% auto; font-size:11px; line-height:15px;}
	div.tooltip-content:before{background-size:100% auto;}
}


/* ==================================================
// »ó¼¼ÆäÀÌÁö
================================================== */
/* »ó¼¼ÆäÀÌÁö - Å¸ÀÌÆ² */
article.detail div.detail-title{position:relative; padding:49px 0 41px; text-align:center;}
article.detail div.detail-title:after{display:none;}
article.detail div.detail-title span.category{display:block; color:#3c3c3a; font-weight:bold; font-size:20px;}
/* article.detail div.detail-title h3{margin-top:20px; color:#3c3c3a; font-weight:bold; font-size:42px;} */
article.detail div.detail-title h3{margin-top:20px; color:#3c3c3a; font-weight:bold; font-size:32px;}
article.detail div.detail-title ul.info{position:absolute; top:20px; right:20px;}
article.detail div.detail-title ul.info li{float:left; color:#afafaf; font-size:13px; line-height:18px;}
article.detail div.detail-title ul.info li:before{display:inline-block; margin:2px 10px 0; height:12px; border-left:1px solid #ebebeb; vertical-align:top; content:"";}
article.detail div.detail-title ul.info li:first-child:before{display:none;}
article.detail div.detail-title ul.info li img.hit{margin-right:5px; width:auto; height:16px;}

/* »ó¼¼ÆäÀÌÁö - NEW Å¸ÀÌÆ² */
article.detail div.new-detail-title{width:860px; margin-left:calc((100% - 860px)/2); position:relative; padding:0 0 0 35px; margin-bottom: 30px; font-weight: 500; border-left: 2px solid black; text-align:left; line-height: 60px; letter-spacing: -0.5px;}
article.detail div.new-detail-title-ntv{margin-left:calc((100% - 1200px)/2);}
article.detail div.new-detail-title-rests{margin-left:calc((100% - 1200px)/2); margin-top: 60px;}
article.detail div.new-detail-title:after{display:none;}
article.detail div.new-detail-title span.new-category{display:block; color:#3c3c3a; font-weight:bold; font-size:17px; color:#c9996d; letter-spacing: 0; line-height: 17px; padding-bottom: 10px; float: left; font-weight: 600;}
/* article.detail div.detail-title h3{margin-top:20px; color:#3c3c3a; font-weight:bold; font-size:42px;} */
article.detail div.new-detail-title h3{color:#3c3c3a; font-size:45px; display: block; font-weight: 400; width:100%; word-break: keep-all;}
article.detail div.new-detail-title h3.editors{color:#3c3c3a; font-size:45px; display: block; font-weight: 400; width: 85%; word-break: keep-all;}
article.detail div.new-detail-title ul.new-info{top:20px; right:20px; letter-spacing: 0px; height:38px;}
article.detail div.new-detail-title ul.new-info li{float:left; color:#c9996d; font-size:16px; line-height:16px;}
article.detail div.new-detail-title ul.new-info li:before{display:inline-block; margin:2px 10px 0; height:12px; border-left:1px solid #c9996d; vertical-align:top; content:"";}
article.detail div.new-detail-title ul.new-info li:first-child:before{display:none;}
article.detail div.new-detail-title ul.new-info li img.hit{margin-right:5px; width:auto; height:16px;}

/* »ó¼¼ÆäÀÌÁö - ½½¶óÀÌµå ÀÌ¹ÌÁö */
article.detail div.detail-slide{position:relative; margin:50px 0 -50px;}
article.detail div.detail-slide div.slide-list{overflow:hidden;}
article.detail div.detail-slide div.slide-list > ul{position:relative; padding-top:640px;}
article.detail div.detail-slide div.slide-list > ul > li{overflow:hidden; position:absolute; top:0; left:-100%; width:100%; height:100%; text-align:center;}
article.detail div.detail-slide div.slide-list > ul > li img{width:auto; height:100%;}
article.detail div.detail-slide div.slide-page{margin-top:20px; text-align:center;}
article.detail div.detail-slide div.slide-page ul{display:inline-block;}
/* article.detail div.detail-slide div.slide-page li{float:left; margin:0 5px;} */
article.detail div.detail-slide div.slide-page li{float:left; margin:0 2.5px;}
/* article.detail div.detail-slide div.slide-page li a{display:block; overflow:hidden; width:20px; height:20px; background:url("../images/button/btn_page.png") no-repeat; font-size:0; text-indent:-9999px;} */
article.detail div.detail-slide div.slide-page li a{display:block; overflow:hidden; width:10px; height:10px; background:url("../images/button/btn_page.png") no-repeat; font-size:0; text-indent:-9999px;}
article.detail div.detail-slide div.slide-page li.on a{background-position:0 100%;}
article.detail div.detail-slide button.slide-arrow{position:absolute; top:50%; margin-top:-84px; width:55px;}
article.detail div.detail-slide button.slide-arrow.prev{left:-85px;}
article.detail div.detail-slide button.slide-arrow.next{right:-85px;}

/* »ó¼¼ÆäÀÌÁö - ³»¿ë */
article.detail div.detail-content{padding:50px 170px 20px; border-bottom:1px solid #ebebeb;}
article.detail div.detail-content p{margin-top:25px; color:#3c3c3c; font-size:16px; line-height:28px;}
article.detail div.detail-content p strong, b{font-weight:bold;}
article.detail div.detail-content table.basic{margin:42px auto 0; width:80%; border-top:1px solid #d1d1d1; color:#3c3c3c; font-size:14px; line-height:20px;}
article.detail div.detail-content table.basic tr{border-bottom:1px solid #d1d1d1;}
article.detail div.detail-content table.basic th{padding:7px 12px; width:25%; background:#ebebeb; font-weight:bold; text-align:left;}
article.detail div.detail-content table.basic td{padding:7px 12px; text-align:left;}
article.detail div.detail-content div.info{margin:70px 0 20px; color:#3c3c3c; font-size:12px; line-height:22px;}
article.detail div.detail-content div.info ul.staff:after{display:block; clear:both; content:"";}
article.detail div.detail-content div.info ul.staff li{float:left;}
article.detail div.detail-content div.info ul.staff li:after{display:inline-block; margin:5px 9px 0; width:0; height:11px; border-left:1px solid #ebebeb; vertical-align:top; content:"";}
article.detail div.detail-content div.info ul.staff li:last-child:after{display:none;}
article.detail div.detail-content div.info ul.staff li strong{display:inline-block; margin-right:6px; font-weight:bold;}
article.detail div.detail-content div.buttonset{margin:20px 0 0 0; text-align:left;}
article.detail div.detail-content div.buttonset ul{display:inline-block; margin: 20px 0 30px 0; text-align: center;}
article.detail div.detail-content div.buttonset li{float: left; margin-right:15px;}
article.detail div.detail-content div.buttonset li img{width:auto; width:45px; height:45px;}

/* ¸¶»ç - »ó¼¼ÆäÀÌÁö 20170821 */
article.detail div.magazine-detail-player {position:relative; margin:50px 0 0; padding-top:56.25%}
/* article.detail div.magazine-detail-player iframe{position:absolute !important; top:0; left:0; width:100% !important; height:100% !important;} */

article.detail div.magazine-detail-player > *{position:absolute !important; top:0; left:0; width:100% !important; height:100% !important;}

article.detail div.detail-movie-content{padding:50px 0 20px; border-bottom:1px solid #ebebeb;}
article.detail div.detail-movie-content p{margin-top:25px; color:#3c3c3c; font-size:16px; line-height:28px;}
article.detail div.detail-movie-content p strong,b{font-weight:bold;}
article.detail div.detail-movie-content div.buttonset{margin:20px 0 0 0; text-align:right;}
article.detail div.detail-movie-content div.buttonset ul{display:inline-block;}
article.detail div.detail-movie-content div.buttonset li{float:left; margin-left:15px;}
article.detail div.detail-movie-content div.buttonset li img{width:auto; height:16px;}


/* ¼³¹® »ó¼¼ÆäÀÌÁö 20170711 */
article.poll-detail div.event-poll div.buttonset{margin:20px -150px 0 0; text-align:right;}
article.poll-detail div.event-poll div.buttonset ul{display:inline-block;}
article.poll-detail div.event-poll div.buttonset li{float:left; margin-left:15px;}
article.poll-detail div.event-poll div.buttonset img{width:auto; height:16px;}

/* »ó¼¼ÆäÀÌÁö - ÇØ½ÃÅÂ±× */
article.detail div.detail-hash{text-align:left; padding: 0 170px;}

article.detail div.detail-hash ul{
    display:inline-block; padding-left:30px; margin-top: -20px;
    background:/*  url("../images/icon/ico_hash4.png")*/ no-repeat 0 1px;}

article.detail div.detail-hash li{
    float:left; margin-left:10px; color:#3c3c3c; font-size:15px;
    border: 1px solid #9b9b9b; padding: 5px 8px; margin-bottom: 10px;  z-index:5; }

.tag_title{font-size: 15px; width: auto; font-weight: bold; margin-top: 35px; }

@media (max-width:1200px) {/* ÅÂºí¸´ */
	article.detail{padding:0 40px;}
	article.detail div.detail-title{padding:34px 0 26px;}
	article.detail div.detail-title span.category,
	article.detail div.detail-title h3{letter-spacing:-1px;}
	/* »ó¼¼ÆäÀÌÁö - NEW Å¸ÀÌÆ² */
	article.detail{padding:0 40px;}
	article.detail div.new-detail-title{width:100%; margin-left:0;  padding:0 0 0 33px; margin-bottom: 10px;}
	article.detail div.new-detail-title-rests{margin-top: 40px;}
	article.detail div.new-detail-title span.category{font-size:15px; line-height: 15px; margin-bottom: 0;}
	article.detail div.new-detail-title h3{letter-spacing:-1px; font-size:42px;}
	article.detail div.new-detail-title ul.info{height:30px;}
	article.detail div.new-detail-title ul.info li{font-size: 15px; line-height: 15px;}

	article.detail div.detail-slide{margin:40px 0 -40px;}
	article.detail div.detail-slide div.slide-list > ul{padding-top:505px;}
	article.detail div.detail-slide button.slide-arrow{margin-top:-85px}
	article.detail div.detail-slide button.slide-arrow.prev{left:-40px;}
	article.detail div.detail-slide button.slide-arrow.next{right:-40px;}

	article.detail div.detail-content{padding:40px 0 20px;}
	article.detail div.detail-content p strong,b{letter-spacing:-1px;}
	article.detail div.detail-content table.basic{width:90%;}
	article.detail div.detail-content div.info{margin:50px 0 10px;}
	article.detail div.detail-content div.info ul.staff li strong{letter-spacing:-1px;}
	article.detail div.detail-content div.buttonset{margin-right:0;}

    article.detail div.detail-hash{padding: 0;}
               
    .tag_title{font-size: 15px; width: auto; font-weight: bold; margin-top: 35px; letter-spacing:0;}
}


@media (max-width:1200px) and (min-resolution:.001dpcm) {/* ÅÂºí¸´ + Chrome (Android) */
	article.detail div.detail-title span.category,
	article.detail div.detail-title h3{letter-spacing:0;}

	article.detail div.detail-content p strong,
	article.detail div.detail-content div.info ul.staff li strong{letter-spacing:0;}

	article.detail div.detail-hash li{letter-spacing:0; padding: 5px 8px;}
}

@media (max-width:760px) {/* ¸ð¹ÙÀÏ */
	article.detail{padding:0 20px;}
	article.detail div.detail-title{padding:29px 0 25px;}
	article.detail div.detail-title span.new-category{font-size:13px; line-height: 13px; padding-top: -4px; }
	article.detail div.detail-title h3{margin-top:12px; font-size:24px;}
	article.detail div.detail-title ul.new-info{top:8px; right:8px;}
	article.detail div.detail-title ul.new-info li{font-size:10px; line-height:10px;}
	article.detail div.detail-title ul.new-info li:before{margin:0 6px; height:10px;}
	article.detail div.detail-title ul.new-info li img.hit{margin:1px 3px 0 0; height:8px;}
	/*NEW*/
	article.detail div.new-detail-title{padding:0 20px 0 20px;}
	article.detail div.new-detail-title-rests{margin-top: 20px;}
	article.detail div.new-detail-title span.new-category{font-size:13px; margin-top: 2px; letter-spacing: -0.5px;}
	article.detail div.new-detail-title h3{margin-top:0; font-size:30px; line-height:42px;}
	article.detail div.new-detail-title h3.editors{margin-top:0; font-size:30px; line-height:42px; width: 100%;}
	article.detail div.new-detail-title ul.new-info{top:8px; right:8px; height:29px;}
	article.detail div.new-detail-title ul.new-info li{font-size:13px; line-height:13px; margin-top: 3px;}
	article.detail div.new-detail-title ul.new-info li:before{margin:0 6px; height:13px; margin:0px 10px 0; height:13px;}
	article.detail div.new-detail-title ul.new-info li img.hit{margin:1px 3px 0 0; height:8px;}

	article.detail div.detail-slide{margin:20px 0 -20px;}
	article.detail div.detail-slide div.slide-list > ul{padding-top:74.30232%;}
	article.detail div.detail-slide div.slide-page{margin-top:10px;}
	article.detail div.detail-slide div.slide-page li{margin:0 2px;}
	/* article.detail div.detail-slide div.slide-page li a{width:10px; height:10px; background-size:cover;} */
	article.detail div.detail-slide div.slide-page li a{width:5px; height:5px; background-size:cover;}
	article.detail div.detail-slide button.slide-arrow{margin-top:-33px; width:20px;}
	article.detail div.detail-slide button.slide-arrow.prev{left:-20px;}
	article.detail div.detail-slide button.slide-arrow.next{right:-20px;}

	article.detail div.detail-content{padding:20px 0;}
	article.detail div.detail-content p{margin-top:11px; font-size:15px; line-height:26px;}
	article.detail div.detail-content table.basic{margin-top:22px; width:100%; font-size:13px; line-height:16px;}
	article.detail div.detail-content table.basic th{padding:5px 8px; width:100px;}
	article.detail div.detail-content table.basic td{padding:5px 8px;}
	article.detail div.detail-content div.info{margin:30px 0 0px; font-size:11px;}
	article.detail div.detail-content div.info ul.staff li{line-height:19px;}
	article.detail div.detail-content div.info ul.staff li:after{margin:4px 6px; height:10px;}
	article.detail div.detail-content div.info ul.staff li strong{letter-spacing:0;}
	article.detail div.detail-content div.buttonset{text-align:left;}
	article.detail div.detail-content div.buttonset li{margin-right:10px;}
	article.detail div.detail-content div.buttonset li img{width:38px; height: 38px;}

	article.detail div.detail-hash{margin:18px 0 -2px; padding: 0;}
	article.detail div.detail-hash ul{padding-left:24px; margin-top: -16px;}
	article.detail div.detail-hash li{margin-left: 9px; font-weight:normal; font-size:13px; line-height:12px; padding: 5px 7px;
        letter-spacing: -0.5; margin-bottom: 9px;}
    
    .tag_title{font-size: 13px; width: auto; font-weight: bold; margin-top: 28px; letter-spacing:-1px;}
    
}

/* »ó¼¼ÆäÀÌÁö - °ü·Ã±â»ç */
section.detail-news{margin-top:60px; padding-top:40px; border-top:1px solid #3c3c3a;}
section.detail-news h4{margin-bottom:19px; color:#3c3c3c; font-weight:bold; font-size:20px;}
div.detail-news-list ul.list > li{position:relative; margin-top:40px; border-bottom:1px solid #d1d1d1;}
div.detail-news-list ul.list > li:first-child{margin-top:0;}
div.detail-news-list ul.list > li > a{display:block;}
div.detail-news-list ul.list figure:after{display:block; clear:both; content:"";}
div.detail-news-list ul.list figure div.img{float:left; padding-top:225px; width:400px;}
div.detail-news-list ul.list figure img.magazine{position:absolute; top:0; left:0; width:90px;}
div.detail-news-list ul.list figcaption{padding-left:440px; color:#3d3d3d;}
div.detail-news-list ul.list figcaption strong.title{display:block; overflow:hidden; padding:9px 0 12px; font-weight:600; font-size:30px; text-overflow:ellipsis; white-space:nowrap;}
div.detail-news-list ul.list figcaption span.date{display:block; margin-bottom:19px; font-size:13px;}
div.detail-news-list ul.list figcaption p{font-size:15px; line-height:24px; height:50px; overflow: hidden; word-wrap: break-word; word-break: break-all; -ms-word-break: break-all; -ms-word-wrap: break-word;}/* 161121 ÁÙ¼ö ¼öÁ¤ */
div.detail-news-list ul.list button.btn_scrap{visibility:hidden; position:absolute; top:62px; left:150px; width:100px; opacity:0; -webkit-transition:0.3s; transition:0.3s;}
div.detail-news-list ul.list div.shareset{position:absolute; bottom:18px; left:440px;}

div.detail-news-list ul.list > li.even figure div.img{float:right;}
div.detail-news-list ul.list > li.even figure img.magazine{right:310px; left:auto;}
div.detail-news-list ul.list > li.even figcaption{padding:0 440px 0 0;}
div.detail-news-list ul.list > li.even button.btn_scrap{right:150px; left:auto;}
div.detail-news-list ul.list > li.even div.shareset{left:0;}

div.detail-news-list a.btn_loadmore{margin-top:40px;}/* 161221 Ãß°¡ */

@media (min-width:1201px) {/* PC */
	div.detail-news-list ul.list > li a:hover + button.btn_scrap,
	div.detail-news-list ul.list > li button.btn_scrap:hover{visibility:hidden; opacity:1;}
}

@media (max-width:1200px) {/* ÅÂºí¸´ */
	section.detail-news{margin-top:50px;}
	section.detail-news h4{padding-left:40px; letter-spacing:-1px;}
	div.detail-news-list ul.list figure div.img{padding-top:28.15789%; width:50%;}
	div.detail-news-list ul.list figure img.magazine{display:none;}
	div.detail-news-list ul.list figcaption{margin-left:50%; padding:0 40px 0 30px;}
	div.detail-news-list ul.list figcaption strong.title{letter-spacing:-1px;}
	div.detail-news-list ul.list figcaption p{display:-webkit-box; overflow:hidden; height:48px; text-overflow:ellipsis; word-wrap:break-word; -webkit-line-clamp:2; -webkit-box-orient:vertical;}
	div.detail-news-list ul.list button.btn_scrap{visibility:hidden; top:10px; left:50%; margin-left:-70px; width:60px; opacity:1;}
	div.detail-news-list ul.list div.shareset{left:50%; margin-left:30px;}

	div.detail-news-list ul.list > li.even figure img.magazine{right:auto; left:50%;}
	div.detail-news-list ul.list > li.even figcaption{margin:0 50% 0 0; padding:0 30px 0 40px;}
	div.detail-news-list ul.list > li.even button.btn_scrap{right:10px; left:auto; margin-left:0;}
	div.detail-news-list ul.list > li.even div.shareset{left:40px; margin-left:0;}
}

@media (max-width:1200px) and (min-resolution:.001dpcm) {/* ÅÂºí¸´ + Chrome (Android) */
	section.detail-news h4,
	div.detail-news-list ul.list figcaption strong.title{letter-spacing:0;}
}

@media (max-width:760px) {/* ¸ð¹ÙÀÏ */
	section.detail-news{margin-top:20px; padding-top:25px;}
	section.detail-news h4{margin-bottom:14px; padding-left:20px; font-size:14px;}
	div.detail-news-list ul.list > li{margin-top:20px;}
	div.detail-news-list ul.list figcaption{padding:0 20px 0 10px;}
	div.detail-news-list ul.list figcaption strong.title{padding:1px 0 6px; font-size:17px;}
	div.detail-news-list ul.list figcaption span.date{margin-bottom:0; color:#afafaf; font-size:10px;}
	div.detail-news-list ul.list figcaption p{position:absolute; right:20px; bottom:27px; left:50%; margin-left:10px; height:34px; font-size:12px; line-height:18px;}
	div.detail-news-list ul.list button.btn_scrap{top:5px; margin-left:-35px; width:30px;}
	div.detail-news-list ul.list div.shareset{bottom:0; margin-left:10px;}

	div.detail-news-list ul.list > li.even figcaption{padding:0 10px 0 20px;}
	div.detail-news-list ul.list > li.even p{right:50%; left:20px; margin:0 10px 0 0;}
	div.detail-news-list ul.list > li.even button.btn_scrap{right:5px;}
	div.detail-news-list ul.list > li.even div.shareset{left:20px; margin-left:0;}

	div.detail-news-list a.btn_loadmore{margin-top:20px;}/* 161221 Ãß°¡ */
}


/* ==================================================
// ¾È³»ÆäÀÌÁö
================================================== */
.guidepage{position:relative; height:100%; text-align:center;}
.guidepage:before{display:inline-block; width:0; height:100%; vertical-align:middle; content:"";}
.guidepage .guide-content{display:inline-block; width:850px; vertical-align:middle;}
.guidepage .guide-content h1 img{width:400px;}
.guidepage .guide-content section{margin-top:38px; padding:60px 0; color:#3c3c3c;}
.guidepage .guide-content section h2{font-weight:bold; font-size:30px;}
.guidepage .guide-content section p{margin:32px 0 -5px; font-size:16px; line-height:24px;}
.guidepage .guide-content section a.btn_mail{display:block; margin-top:40px; color:#9d9d9d; font-size:14px;}

@media (max-width:1200px) {/* ÅÂºí¸´ */
	.guidepage .guide-content{width:680px;}
	.guidepage .guide-content section h2{letter-spacing:-1px;}
}

@media (max-width:1200px) and (min-resolution:.001dpcm) {/* ÅÂºí¸´ + Chrome (Android) */
	.guidepage .guide-content section h2{letter-spacing:0;}
}

@media (max-width:760px) {/* ¸ð¹ÙÀÏ */
	.guidepage .guide-content{width:90%;}
	.guidepage .guide-content h1 img{width:205px;}
	.guidepage .guide-content section{margin-top:20px; padding:50px 0;}
	.guidepage .guide-content section h2{font-size:23px;}
	.guidepage .guide-content section p{margin:15px 10px -4px; font-size:12px; line-height:17px; white-space:nowrap;}
	.guidepage .guide-content section a.btn_mail{margin-top:30px; font-size:10px;}
}

/* ====================================================
// ±â»ç »ó¼¼ ÆäÀÌÁö µ¿¿µ»ó Ãß°¡
=====================================================*/
article.detail div.detail-content div.player{position:relative; margin:0 auto; margin-bottom:100px; padding-top:56.25%; width:100%; }
article.detail div.detail-content div.player > *{position:absolute !important; top:0; left:0; width:100% !important; height:100% !important;}
article.detail div.detail-content div.player2{position:relative; margin:0 auto; margin-bottom:100px; padding-top:675px; width:100%; }
article.detail div.detail-content div.player2 > *{position:absolute !important; top:0; left:0; width:100% !important;}
article.detail div.detail-content div.player2 iframe{height:675px;}


@media (min-width:1201px) {/* PC */
	article.detail div.detail-content div.player{position:relative; margin:0 auto; margin-bottom:100px; padding-top:675px; width:100%; }
	article.detail div.detail-content div.player > *{position:absolute !important; top:0; left:0; width:100% !important;}
	article.detail div.detail-content div.player iframe{height:675px;}
}

@media (max-width:1200px) {/* ÅÂºí¸´ */
	article.detail div.detail-content div.player{position:relative; margin:0 auto 40px auto; margin-bottom:0px; padding-top:56.25%; width:100%;}
	article.detail div.detail-content div.player2{margin:0; padding-top:56.25%; width:100%;}
	article.detail div.detail-content div.player2 iframe{height:100% !important;}
}

@media (max-width:760px) {/* ¸ð¹ÙÀÏ */
	article.detail div.detail-content div.player{position:relative; margin:0 auto 20px auto; margin-bottom:0px; padding-top:56.25%; width:100%;}
	article.detail div.detail-content div.player2{margin:0; padding-top:56.25%; width:100%;}
	article.detail div.detail-content div.player2 iframe{height:100% !important;}
}

/* ====================================================
// Å¬·¡½º ½ÅÃ» ÆäÀÌÁö
=====================================================*/

#c_application{width:100%; margin:60px 40px; text-align: left; vertical-align: middle;}
#c_application .apply_section{margin-bottom: 50px;}
#c_application section{padding-bottom: 0; margin-bottom:20px; border-bottom: 1px solid #9d9d9d;}
#c_application h3{color: #3c3c3c; font-weight: bold; font-size: 25px; text-align: left; padding-top:20px; margin-bottom:20px; letter-spacing: -1px;}
#c_application .sub_explanation{margin-top:10px; padding-bottom: 10px; color: #9d9d9d; font-size: 12px; line-height: 25px;}
#c_application table.form th{padding-left: 20px; color: #9d9d9d; font-size: 13px; font-weight: 400;}
#c_application table.form tr{border-bottom: 1px solid #ebebeb;}
#c_application table.form tr.npoint{border-bottom: 0;}
#c_application table.form tr.npoint_m{border-bottom: 0;}
#c_application table.form tr.tel td{padding-bottom: 30px;}
#c_application table.form tbody.receipt-cash tr.tel td{padding-bottom: 10px;}
#c_application table.form .c_bank td{font-size: 15px; line-height: 27px; padding-top: 5px;}
#c_application table.form col.c_th01{width:150px;}
#c_application table.form col.c_th02{width:100%;}
#c_application table.form col.c_th03{width:100px;}
#c_application table.form col.c_th04{width:auto}
#c_application table.form #npoint{color: #9d9d9d; text-align: right; width: 150px; margin-left: 30px;}
#c_application table.form .npoint p{line-height: px;}
#c_application table.form tr td button{background-color: white; float:left; width:105px; height:40px; border:1px solid #3c3c3c; color:#3c3c3c; font-weight:bold; font-size:14px; margin: 0 6px;}
#c_application div.payment_section{width:100%;}
#c_application div.pay_method{width:65%; float: left;}
#c_application ul.radio_pay{list-style: none; padding-top: 10px;}
#c_application ul.radio_pay li:first-child{float: left; margin-right: 30px;}

#c_application .inputfont{font-size: 14px; line-height: 17px; letter-spacing: -0.3px;}
#c_application p.fontred{color:red;}

#c_application table.form th[scope="row"]{padding-left:0; font-size:16px;}
#c_application table.form td{padding:10px 0; color:#3c3c3c; line-height:1;}
/* #c_application table.form td input[type="text"],[type="email"]{max-width:250px; color:#9d9d9d;} */
#c_application table.form td ul.radio-list{list-style: none;}
#c_application table.form td ul.radio-list li{float:left; margin-right:40px;}
#c_application table.form td ul.radio-list li label:before{margin:10px 8px 0 0; vertical-align:top;}
#c_application table.form td ul.radio-list li label span{display:inline-block; padding-top:11px;}
/* #c_application tbody[class*="receipt-"]{display:none;} */
/* #c_application tbody[class*="receipt-"].on{display:table-row-group;} */
#c_application tbody[class*="receipt-"] td{border-top:1px solid #d5d5d5;}
/* #c_application tr[class*="use-"]{display:none;} */
/* #c_application tr[class*="use-"].on{display:table-row;} */
#c_application tbody.receipt-tax tr td{color: #9d9d9d; font-size: 12px; line-height: 25px;}

#c_application div.pay_fin{width:30%; margin-left: 4.999%; float: left;}
#c_application div.pay_fin .pricebox{width:100%; margin: -21px 0 100px 0; height: auto; border: 2px solid black; padding:10px;}
#c_application div.pay_fin .pricebox_sub{width:100%; margin-bottom: 20px; /*border-bottom:1px solid #d5d5d5;*/}
#c_application div.pay_fin .pricebox_sub th{width:auto; font-weight: bold; text-align: left;}
#c_application div.pay_fin .pricebox_sub td{text-align: right; width:64%;}
#c_application div.pay_fin .pricebox_sub th, td{padding:10px 0;}
#c_application div.pay_fin .pay_button{width:100%; line-height: 30px; letter-spacing: -0.5px; font-size: 20px;  padding: 10px; bottom: 0; color: white; background: black; margin-top: 40px;}
#c_application button.awaiter_button{width:250px; line-height: 30px; letter-spacing: -0.5px; font-size: 20px;  padding: 10px; color: white; background: black; margin-bottom: 30px; margin-left: calc(50% - 125px);}

@media (min-width:1201px) {/* PC */
#c_application{width:920px;}
#c_application table.form tr.npoint_m{display: none;}
#c_application table.form tr.npoint{display: block;}
}

@media (max-width:1200px) {/* ÅÂºí¸´ */
#c_application{margin:2.5%; margin-top: 50px; width:95%;}
#c_application table.form td{font-size: 16px;}
#c_application table.form tr.npoint_m{display: none;}
#c_application table.form tr.npoint{display: block;}


#c_application div.pay_method{width:60%; float: left;}
#c_application ul.radio_pay{list-style: none;}
#c_application ul.radio_pay li:first-child{float: left; margin-right: 30px;}

#c_application table.form th[scope="row"]{padding-left:0; font-size:16px;}
#c_application table.form td{padding:10px 0; color:#3c3c3c; line-height:1;}
/* #c_application table.form td input[type="text"],[type="email"]{max-width:250px; color:#9d9d9d;} */
#c_application table.form td ul.radio-list{list-style: none;}
#c_application table.form td ul.radio-list li{float:left; margin-right:40px;}
#c_application table.form td ul.radio-list li label:before{margin:10px 8px 0 0; vertical-align:top;}
#c_application table.form td ul.radio-list li label span{display:inline-block;}

#c_application tbody.receipt-tax tr td{color: #9d9d9d; font-size: 12px; line-height: 25px;}
#c_application table.form tr.tel td input[type="text"]{width:80px;}
#c_application table.form tr.licensee td input[type="text"]{width:80px; margin: 0 0 10px 5px;}
/* #c_application p.sub_title{font-size: 18px; font-weight: bold; line-height: 40px; border-bottom: 1px solid #d8d8d8; margin-bottom: 10px;} */
#c_application div.pay_fin{width:35%; margin-left: 4.999%; float: left;}
#c_application div.pay_fin .pricebox{width:100%; margin: -21px 0 100px 0; height: auto; border: 2px solid black; padding:10px;}
#c_application div.pay_fin .pricebox_sub{width:100%; margin-bottom: 20px;}
#c_application div.pay_fin .pricebox_sub th{width:auto;width:100%;}
#c_application div.pay_fin .pricebox_sub td{text-align: right; width:100%;}

}


@media (max-width:760px) {/* ¸ð¹ÙÀÏ */
#c_application{margin:5% 2.5%; width:95%;}
#c_application .apply_section{margin: 40px 0;}
#c_application h3{font-size: 20px; margin-bottom:10px;}
#c_application .sub_explanation{width:98%; margin-top:10px; padding-bottom: 7px; font-size: 12px; line-height: 20px;}
#c_application section{padding-bottom: 10px; margin-bottom:10px; border-bottom: 1px solid #bdbdbd;}
#c_application section table.form td{font-size: 15px;}
#c_application section table.form th{font-size: 15px; padding-left: 10px; color: #9d9d9d;}
#c_application table.form tr.tel td{padding-bottom: 10px;}
#c_application table.form tr.tel{border-bottom: 0;}
#c_application div.select select{font-size:12px;}
#c_application table.form col.c_th01{width:33%;}
#c_application table.form col.c_th02{width:65%;}
#c_application table.form tr.npoint th{padding-top: 0;}
#c_application table.form tr.npoint_m #npoint{margin-left: 0px;}
#c_application table.form tr.npoint_m th{padding-top: 10px;}
#c_application table.form tr.npoint_m td{padding-bottom: 0px;}
#c_application table.form tr.npoint_m p{margin-left: 5px;}
#c_application table.form tr.npoint_m{display:block;}
#c_application table.form tr.npoint{display: none;}
#c_application table.form tr td button{width:70px; height:35px; font-size: 13px;}
#c_application table.form tr.c_bank td{font-size: 14px; line-height: 24px; padding-top: 0px;}


#c_application table.form th[scope="row"]{padding-left:0; font-size:14px;}
#c_application table.form td ul.radio-list li label span{display:inline-block; padding-top:11px; font-size: 14px;}
#c_application table.form tbody.receipt-tax tr td{font-size: 12px; line-height: 20px;}
#c_application table.form tbody.receipt-cash tr.tel td input[type="text"]{width: 70px;}
#c_application table.form tbody.receipt-cash tr.licensee td input[type="text"]{width:70px; margin: 0 0 10px 5px;}
#c_application table.form td input[type="text"], table.form td input[type="password"], table.form td input[type="email"], table.form td input[type="tel"]{font-size: 12px; color: #9d9d9d;}
#c_application .inputfont{font-size: 14px; line-height: 12px; letter-spacing: -0.3px;}

#c_application div.pay_method{width:100%; border-bottom: 1px solid #bdbdbd; margin-bottom: 40px;}
#c_application div.pay_fin{width:100%; margin-left: 0; float: left;}
#c_application div.pay_fin .pricebox{width:100%; margin: -12px 0 30px 0;}
#c_application div.pay_fin .pricebox table{width:100%;}
#c_application div.pay_fin .pricebox_sub th, td{font-size: 14px; padding:10px 0;}
#c_application div.pay_fin .pricebox_sub th{width:48%;}
#c_application div.pay_fin .pricebox_sub td{width:52%;}
#c_application div.pay_fin .pay_button{font-size: 18px; margin-top: 25px;}
#c_application button.awaiter_button{width:230px; font-size: 18px; padding:8px; margin-bottom: 20px;}



}
