@charset "UTF-8";
/*css공통*/

h1,h2,h3,h4,h5,h6,a,b,em{font-style:normal; font-weight:100;}
strong{font-family:'noto5'; font-weight:100; }

.link_delete {
	pointer-events: none;
	cursor: default !important;
}
.table {
	display:table;
	width:100%;
	position:relative;
}
.table-cell {
	display:table-cell;
	vertical-align:middle;
}
.table-cell.w20 {
	width:20%;
}
.color-red{
	color:#df1922
}
.color-lightblue{
	color:#46afff
}
.strong{
	font-weight:900;
}
.tl {	text-align:left;}
.tr {text-align:right;}
.tc{text-align:center;}
/*margin*/
.mgt5 {margin-top:5px;}
.mgt10 {margin-top:10px;}
.mgt15 {margin-top:15px;}
.mgt20 {margin-top:20px;}
.mgt25 {margin-top:25px;}
.mgt30 {margin-top:30px;}
.mgt35 {margin-top:35px;}
.mgt40 {margin-top:40px;}
.mgt45 {margin-top:45px;}
.mgt50 {margin-top:50px;}
.mgt55 {margin-top:55px;}
.mgt60 {margin-top:60px;}
.mgt65 {margin-top:65px;}
.mgt70 {margin-top:70px;}
.mgt75 {margin-top:75px;}

.mgb5 {margin-bottom:5px;}
.mgb10 {margin-bottom:10px;}
.mgb15 {margin-bottom:15px;}
.mgb20 {margin-bottom:20px;}
.mgb25 {margin-bottom:25px;}
.mgb30 {margin-bottom:30px;}
.mgb35 {margin-bottom:35px;}
.mgb40 {margin-bottom:40px;}
.mgb45 {margin-bottom:45px;}
.mgb50 {margin-bottom:50px;}
.mgb55 {margin-bottom:55px;}
.mgb60 {margin-bottom:60px;}
.mgb65 {margin-bottom:65px;}
.mgb70 {margin-bottom:70px;}
.mgb75 {margin-bottom:75px;}
.mgb121 {margin-bottom:121px !important;}

/*padding*/
.pdt5 {padding-top:5px}
.pdt10 {padding-top:10px}
.pdt15 {padding-top:15px}
.pdt20 {padding-top:20px}
.pdt25 {padding-top:25px}
.pdt30 {padding-top:30px}
.pdt35 {padding-top:35px}
.pdt40 {padding-top:45px}
.pdt45 {padding-top:40px}
.pdt50 {padding-top:50px}

.pdb5 {padding-bottom:5px}
.pdb10 {padding-bottom:10px}
.pdb15 {padding-bottom:15px}
.pdb20 {padding-bottom:20px}
.pdb25 {padding-bottom:25px}
.pdb30 {padding-bottom:30px}
.pdb35 {padding-bottom:35px}
.pdb40 {padding-bottom:45px}
.pdb45 {padding-bottom:40px}
.pdb50 {padding-bottom:50px}

ul.list-dot  li{
	position:relative;
	padding-left:13px;
	float:none;
}

ul.list-dot  li:after{
	position:absolute;
	left:0;
	top:0;
	content:"ㆍ";
}

.inner {
	position:relative;
	margin-bottom:24px;
}

.inner > img {
	text-align:center;
}

.top_category .sub_category {
width:100%;
max-width:1000px;
margin:50px auto 50px;
}


/*사용자가이드:S*/
.guide_wrap {
	font-family:'noto3';
	font-weight:100;
	color:#000;
	margin:0 auto;
}
.guide_wrap .icon-playOpteion{
	width:42px;
	height:14px;
	display:inline-block;
	vertical-align:middle;
	background:url('/_skin/sidae/images/cscenter_new/common/l_play.png') left center no-repeat,
	url('/_skin/sidae/images/cscenter_new/common/r_play.png') right center no-repeat;
}
.guide_wrap .tab-menu{
	width:1000px;
	padding:40px 0 50px 0;
	border-bottom:1px solid #d1d1d1;
}
.guide_wrap .tab-menu li{
    border:1px #d1d1d1 solid;
    display: inline-block;
    *display: inline;
    zoom:1;
    float:none;
    margin:0 0 0 15px;
    box-sizing: border-box;
}
.guide_wrap .tab-menu li:nth-child(7){
	margin:15px 0 0 0;
}
.guide_wrap .tab-menu li:first-child{
    margin:0;
}
.guide_wrap .tab-menu li.selected{
    border:1px #3a3f4d solid;
    background:#000; /*3a3f4d*/
    color:#fff;
    font-family:'noto5';
}
.guide_wrap .tab-menu li a{
    display: block;
    line-height:45px;
    padding:0 35px;
    font-size:15px;
    color:#818181;
}
.guide_wrap .tab-menu li.selected a{
    text-decoration: none;
    color:#fff;
}
.guide_wrap .tab-menu li:hover {
    border:1px #3a3f4d solid;
}
.guide_wrap .tab-menu li:not(.selected):hover a {
    color:#000;
    text-decoration:none;
}
.guide_wrap .tab_list {
	width:1000px;
	margin: 0 auto;
}

.guide_wrap .tab_cont {
	width:1000px;
	margin:30px auto;
	display:none;
	position:relative;
}

.guide_wrap .tab_cont.selected{display:block;}

.guide_wrap h1.tab_title {
	font-size:19px;
	font-family:'noto5';
	margin-bottom:28px;
}

.guide_wrap h3.step {
	font-size:16px;
	font-family:'noto5';
	margin-bottom:25px;
} 

.guide_wrap h3.step > span {
	padding-left:40px; 
	display:inline-block;
}

.guide_wrap .text_area{
}
.guide_wrap .text_area div{
	display:table;
	margin-bottom:25px;
}
.guide_wrap .text_area div h3{
	display:table-cell;
	vertical-align:top;	
}
.guide_wrap .text_area div p{
	display:table-cell;
	vertical-align:top;
	padding-left:30px;
	text-align:left;
	font-size:15px;
}
.guide_wrap p.guide_explan {
	font-size:15px;
	color:#000;
}

.guide_wrap .inner ul{
	margin-bottom:25px;
}

.guide_wrap .inner ul li {
	color:#605f5f;
	font-size:14.5px;
	margin-bottom:3px;
}
.guide_wrap .ta4 {
	width:100%;
	padding:0 !important;
	margin :0 auto;
}

.guide_wrap .ta5 img ,
.guide_wrap .ta3 img{
	border:3px solid #eaeaea;
}
.icon{
	display:inline-block;
}
.icon-fullsrceenBtn,
.icon-settingBtn{
	width:20px;
	margin:3px 0 0;
	vertical-align:middle;
}

/*모바일 안내 :S*/
.guide_wrap .ta6{
	width:100%;
	padding:0 !important;
	margin :0 auto
}
.guide_wrap .ta6 .con {
	width:100%;
	text-align:center;
	box-sizing:border-box;
}

.guide_wrap .ta6 .con1 {
	background:#ffffff;
	position: relative;
}

.guide_wrap .ta6 .con1 .mobile_guide_btn{
	display: table;
	position: absolute;
	left:calc(50% - 27px);
	top:210px;
	width:415px;
}

.guide_wrap .ta6 .con1 .mobile_guide_btn li{
	float:none;
	display: table-cell;
	width:33.33%;
	height:33px;
	box-sizing:border-box;
	padding-right:4px;
}

.guide_wrap .ta6 .con1 .mobile_guide_btn li a{
	display: inline-block;
	vertical-align: top;
	width:100%;
	height:33px;
	font-size: 0;
	
}

.guide_wrap .ta6  .sub_content{
	display:none;
}

.guide_wrap .ta6  .sub_content.selected{
	display:block;
}

.guide_wrap .ta6 .sub_tab {
	margin:20px auto 80px;
	position: relative;
	display: table;
	text-align: center;
}

.guide_wrap .ta6 .sub_tab li {
	float:none;
	display:table-cell;
}


.guide_wrap .ta6 .sub_tab li  a{
	display: inline-block;
	font-size: 16px;
	height: 32px;
	padding: 0 20px;
	border: 1px solid #8a8a8a;
	border-radius: 16px;
	margin: 0 5px;
	letter-spacing: -0.8px;
	color: #000000;
	font-family: 'noto3';
	font-weight: 100;
	line-height: 30px;
	text-decoration: none;
}

.guide_wrap .ta6 .sub_tab li.selected  a,
.guide_wrap .ta6 .sub_tab li:hover  a{
	border: 1px solid #df1a23;
	background: #df1a23;
	color: #ffffff;
}

.guide_wrap .ta6 .sub_content{
	width:1000px;
	margin:0 auto;
}
.guide_wrap .ta6 .inner{
	clear:both;
	overflow:hidden;
}
.guide_wrap .ta6 .sub_inner{
	float:left;
	width:45%;
	vertical-align:top;
	text-align:left;
}

.guide_wrap .ta6 .sub_inner p{
	border:3px solid #eaeaea;
	text-align:center;
	vertical-align: middle;
	display:table-cell;
}

.guide_wrap .ta6  .sub_content1  .sub_inner p{
	width:464px;
	height:590px;
}

.guide_wrap .ta6  .sub_content2  .sub_inner p {
	width:464px;
	height:590px;
}

.guide_wrap .ta6  .sub_content3  .sub_inner p{
	width:464px;
	height:660px;
}

.guide_wrap .ta6  .sub_content4  .sub_inner p {
	width: 464px;
	height: 670px;
}

.guide_wrap .ta6  .sub_content4 .sub_txt {
	display:none;
}

.guide_wrap .ta6  .sub_content4 .sub_txt.selected{
	display:block;
}

.guide_wrap .ta6  .sub_content4 .icon_tab{
	overflow:hidden;
	display:table;
	width:100%;
	margin:0 auto 50px;
	text-align:center;
}

.guide_wrap .ta6  .sub_content4 .icon_tab li {
  width:50%;
	float:none;
	display: table-cell;
	text-align:center;
	font-size:18px;
}

.guide_wrap .ta6  .sub_content4 .icon_tab li:first-child {
	border-right:2px solid #000;
}

.guide_wrap .ta6  .sub_content4 .icon_tab li.selected a,
.guide_wrap .ta6  .sub_content4 .icon_tab li:hover a{
	color:#000;
	font-family:'noto5';
	text-decoration:none;
}

/*모바일 안내 :E*/
/*수강연장신청:S*/
.extend-wrap .con {
	width:100%;
	text-align:center;
	padding:50px 0;
	box-sizing:border-box;
	margin: 0 auto;
}

.extend-wrap .con .inner{
	position:relative;
	width:1000px;
	margin: 0 auto
}

.extend-wrap .con .line {
	padding:30px 0 ;
	text-align:center;
}
.extend-wrap  .extend_type {
	overflow:hidden;
	margin-bottom:70px !important;
}
.extend-wrap .extend_type li {
	background:#102b54;
	width:49.5%;
	padding:30px 0;	
}

.extend-wrap .extend_type li:first-child{
	margin-right:1%
}

.extend-wrap .extend_type li > p {
  color:#cacaca;
	margin-bottom:20px;
}

.extend-wrap .extend_type li > a {
	width:105px;
	height:30px;
	border:1px solid #fff;
	color:#fff;
	line-height:27px;
	display:inline-block;
	margin-right:10px;
	box-sizing:border-box;
	font-size:14px;
}

.extend-wrap .extend_type li > a:hover{
	border:1px solid #f98e1a;
	background:#f98e1a;
	color:#000;
	text-decoration:none
}

.extend-wrap .extend_type li > a:last-child{
	margin-right:0
}

.extend-wrap .con1 {
	background:#f98e1a;
}

.extend-wrap .line1 {
	background:#f98e1a;
	color:#ffffff;
	font-size:20px;
	padding:30px 0 ;
	text-align:center;
	font-size: 30px;
}
.notice_wrap li{
	float:none;
	overflow:hidden;
	display:table;
	padding:22px 0;
}
.notice_wrap li p {
	display:table-cell;
	vertical-align: text-top;
	text-align:left;
	color:#000;
	min-height:48px;
}

.notice_wrap li p:first-of-type{
	width: 215px;
	padding-left: 75px;
	box-sizing: border-box;
	font-size: 21px;
	font-family: 'noto5';
	line-height: 30px;
}

.notice_wrap li:first-of-type{background:url('/_skin/sidae/images/cscenter_new/user_guide/guide_icon1.png') left 22px  no-repeat;}
.notice_wrap li:nth-of-type(2) {background:url('/_skin/sidae/images/cscenter_new/user_guide/guide_icon2.png') left 22px  no-repeat;}
.notice_wrap li:nth-of-type(3){background:url('/_skin/sidae/images/cscenter_new/user_guide/guide_icon3.png') left 22px  no-repeat;}
.notice_wrap li:nth-of-type(4) {background:url('/_skin/sidae/images/cscenter_new/user_guide/guide_icon4.png') left 22px  no-repeat;}
.notice_wrap li:nth-of-type(5) {background:url('/_skin/sidae/images/cscenter_new/user_guide/guide_icon5.png') left 10px   no-repeat; vertical-align:middle;}

.notice_wrap li p:last-of-type{
	font-size:15px;
}

.extend-wrap .line2 {
	background:#102b54;
	color:#ffffff;
	font-size:18px;
	padding:30px 0 ;
	text-align:center;
}

.extend-wrap .line2 p:last-child{
	color:#5ae2ff;
	font-family:'noto5';
}

/*수강연장신천:E*/
/*사용자가이드:E*/

/*팝업 :S*/
.pop_bg{
	display:none;
	width:100%;
	height:100%;
	background:rgba(0,0,0,0.7);
	position:fixed;
	top:0;
}
.extantion_pop_wrap {
	width: 1000px;
	position: fixed;
	left: calc(50% - 500px);
	top: calc(50% - 375px);
	display:none;
}
.extantion_pop_wrap .pop_top {
	background:#0a1f45;
	color:#c8ff93;
	height:50px;
	padding:10px;
	box-sizing:border-box;
	width:100%;
}
.extantion_pop_wrap .pop_top > h2{
	font-size:19px
}
.extantion_pop_wrap .pop_top > span {
	position: absolute;
	right:10px;
	top:-7px;
	font-size:40px;
	text-align: right;
	transform:rotate(45deg);
	 width: 20px;
	font-family:'spoqs2';
	font-weight:100;
	cursor:pointer;
}

.extantion_pop_wrap .pop_img {
	text-align:center;
	background:#fff;
	max-height: 700px;
	overflow: auto;
	overflow-x: hidden;
}
/*팝업:E*/
/*ì‚¬ìš©ìž ê°€ì´ë“œ:E*/


/*검색*/
.search-group {
	position:relative;
	border: 2px solid #df1a23;
	width:587px;
	height: 62px;
	margin:35px  auto 43px;
	text-align: center;
	box-sizing:border-box;
}
.search-group > * {
	float:left;
}

.search-group .search-box{
	width:97px;

}
.search-group .search-box p {
    width: 100%;
    height: 57px;
    text-indent: 0;
    background: url('/_skin/sidae/images/board_new/select_arrow.png') right center no-repeat;
    line-height: 100%;
    font-size: 100%;
    overflow: visible;
    cursor: pointer;
}
.search-group .search-box p a {
	display: block;
	width:100%;
	color:#df1a23;
	text-align:left;
	line-height: 58px;
	font-size:16px;
	text-decoration: none;
	height: 100%;
	font-family:'noto5';
	font-weight:100;
	width: 82px;
	text-align: center;
	padding-right: 14px;
}
.search-group .search-box ul {
	display: none;
	width: 86px;
	clear: both;
	position:absolute;
	left:0;
	background:#fff;
	border: 1px solid #000;
}
.search-group .search-box ul li {
    font-size: 14px;
    width: 100%;
	background:#fff !important;

}
.search-group .search-box ul li a {
	display:block;
	color: #000;
	text-decoration: none;
	background:#fff !important;
	height:30px;
	line-height:30px;
	text-align:center;
}

.search-group .search-box ul li a:hover{
	background:#cccccc !important;
}
.search-group .search-txt input[type="text"]{
	display: inline-block;
	width: 437px;
	height: 56px;
	padding: 10px 12px;
	border: 0;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	font-size: 16px;
}

.search-group .search-txt input[type="text"]::-ms-clear {
  display:none;
}

.search-group .search_del {
	display:none;
	right: 55px;
	position: absolute;
	width:18px;
	height:57px;
	background: url('/_skin/sidae/images/board_new/delete.png') no-repeat center;
	font-size:0;
	cursor: pointer;
}
.search-group button{
    width: 41px;
    height: 57px;
    border: 0;
    background: #fff;
    background: url('/_skin/sidae/images/board_new/icon_search.png') no-repeat center;
	background-size:20px;
    text-indent: -9999em;
    cursor: pointer;
}

/*자주묻는 질문*/


#faq{
	width:100%;
	margin:0 auto 60px;
}

#faq .att .sub_menu{
	float:none;
	display:table;
	width:auto;
	margin:0 auto;
}
#faq .att .sub_menu li{
	margin-right:15px;
	margin-bottom:10px;
}

#faq .att .sub_menu li:first-child{
	margin-left:0;
}
#faq .att .sub_menu li a {
	display:block;
	padding:0 18.5px;
	line-height:45px;
	border:1px solid #d1d1d1;
	color:#818181;
	font-size:15px;
	letter-spacing:-0.5px;

}


#faq .att .sub_menu li a.selected{
	background:#000;
	border:1px solid #000;
	color:#ffffff;
	font-weight: 100;
	text-decoration:none;
}

#faq .att .sub_menu li a:not(.selected):hover {
	border:1px solid #000;
	text-decoration:none;
	color:#000;
}

#faq_list > div{
	margin-top:55px;
}
#faq_list .total-title {
	border-bottom:2px solid #000;
	padding:13px 0 ;
	overflow:hidden
}
#faq_list .list-total {
	position:relative;
	font-family:'noto5';
	cursor: pointer;
	display: inline-block;
	*display: inline;
	zoom:1;
	vertical-align: top;
		float: left;
	font-size:16px;
	color:#000;
	font-family: 'noto5';
	font-weight:100;
	margin-top:4px;
}

.faqcontents {
	width:100%;
	max-width:1000px;
	font-family:'noto3';
	font-weight:100;
	margin:0 auto;
}
.faq{
	font-size:12px
}
.faq .hgroup{
	position:relative;
	margin:0 0 10px 0;
	*zoom:1
}
.faq .hgroup .trigger{
	overflow:visible;
	position:absolute;
	top:50%;
	right:0;
	margin:-7px 0 0 0;
	padding:0;
	border:0;
	background:none;
	font-size:12px;
	cursor:pointer;
}
.faq ul{
	margin:0;
	padding:0;
	list-style:none
}

.faq .faq_list_cate1,
.faq .faq_list_cate2{
	float:left;
	text-align:center;
	height:50px;
	line-height:50px;
	font-size:16px;
	font-family:'noto5';
	color:#000;
}

.faq .faq_list_cate{
	border-bottom:1px solid #ddd;
}

.faq .faq_list_cate1 {width:15%;}
.faq .faq_list_cate2 {width:85%;}

h2 {
	font-size:15px;
}

.faq .q,
.faq .faq_cate{
	margin:0;
	padding:20px 0;
	font-size:15px;
	position: relative;
	width:85%;
	min-height:60px;
	box-sizing:border-box;
}
.faq .q:after{
	position:absolute;
	content:"";
	right:20px;
	top:calc(50% - 6px);
	background:url('/_skin/sidae/images/board_new/arrow_down.png') no-repeat center;
	display:block;
	width:21px;
	height:15px;
	z-index:-1;
}
.faq .q.selected h2{
	font-family:'noto5';
}
.faq .q.selected:after{
	background:url('/_skin/sidae/images/board_new/arrow_up.png') no-repeat center;
}

.faq h2 {
	margin: 0; 
	padding: 0;
}
.faq {
	line-height: 1em;
}
.faq .first{
	margin:0;
	border-top:1px solid #6D9BCA;
}
.faq .q h2{
	display:block;
	/* width:100%; */	
	padding-right:85px;
	width:85%;
	height:100%;
	text-align:left;
	position:relative;
	color:#000 ;
	padding-left:20px;
	line-height:36px;
}
.faq .hide .q h2.trigger{
	font-weight:normal;
	background:none;
}

.faq .q h2:after{
	position:absolute;
	left:0;
	top:0;
	content:"Q";
	font-family:'noto5';
}

.faq .q h2.trigger:hover,
.faq .q h2.trigger:active,
.faq .q h2.trigger:focus{
	color:#000 ; 
	background:#f8f8f8 url('/_skin/sidae/images/board/question.png') no-repeat 10px 9px; 
	padding-left:40px;
}


.faq .a{
	clear:both;
	width:100%;
	height:0;
	margin:0;
	padding:20px ;
	line-height:1.5;
	padding-left:40px;
	box-sizing:border-box;
	background:#f6f6f6;
	font-size:14px;
	color:#000;
	transition:all 3s;
}

.faq .a.selected{
	height:auto;
	display:block !important;
}

.faq .a > div {
	display:block;
	max-width: 940px;
}
.faq > ul > li { 
	width:100%;
	overflow:hidden;
	border-bottom:1px solid #ddd;
}

.faq li .faq_cate,
.faq li .q{
	float:left;
}

.faq li .a img{
	height:100%;
	max-width:100%;
	border:none;
}
.faq li .faq_cate {
    width: 15%;
    font-size: 15px;
    color: #000;
    text-align: center;
    line-height: 36px;
	box-sizing:border-box;
	cursor: pointer;
}
.faq_list_cate .q:after{
	display:none;
}
.faq li .faq_cate + .q {
	cursor: pointer;
}

/*필수 프로그램 다운로드˜:S*/
.program_dw {
/* 	padding-top:42px; */
}

.program_dw ul {
	overflow: hidden;
}

.program_dw ul li {
	width:calc(50% - 10px);
	height:222px;
	border:1px solid #dddddd;
	box-sizing:border-box;
	/*! padding:86px 39px; */
	margin-bottom:20px;
	color:#000;
	padding-top:48px
}

.program_dw ul li:nth-of-type(2),
.program_dw ul li:nth-of-type(4),
.program_dw ul li:nth-of-type(6)
{/*.program_dw ul li:last-of-type*/
	margin-left:20px;
}

.download_info {
	padding-top:0;
	overflow: hidden;
	margin : 0 auto;
	width:333px;
	height:158px;
	clear:both;
}

.download_info > h2{
	font-size:22px;
	font-family:'noto5';
	margin-bottom:5px;
}

.download_info > img {
	width:72px;
	height:69px;
	float:left;
	margin:5px 19px 0 0;
}

.download_info > p {
	font-size:14px;
	color:#605f5f;
}

.program_dw ul li a {
	width:331px;
	height:36px;
	display:block;
	border:1px solid #000;
	color:#000;
	margin-top:23px;
	text-align:center;
	box-sizing:border-box;
	line-height:33px;
	font-size:14px;
}
.program_dw ul li .btnArea{
	width:100%;
	display:table;
}
.program_dw ul li .btnArea > div{
	display:table-cell;
	vertical-align:middle;
	width:50%;
	padding:0 3%;
}
.program_dw ul li .btnArea > div a{
	display:inline-block;
	width:100%;
	height:36px;
	padding:0;
	text-align:center;
	letter-spacing:-0.7px;
}
.program_dw ul li .icon-download{
	display:inline-block;
	vertical-align:top;
	width:14px;
	height:14px;
	margin-top:10px;
	margin-right:3px;
	background: url('/_skin/sidae/images/cscenter_new/common/download_icon_black.png') no-repeat 6.5% center;
}
.program_dw ul li a:hover {
	background:#000;
	color:#ffffff;
	text-decoration:none;
	font-family:'noto5';
}
.program_dw ul li a:hover .icon-download{
	background: url('/_skin/sidae/images/cscenter_new/common/download_icon.png') no-repeat 6.5% center;
}
.program_dw ul li .btnArea > div a:hover i{
	
}
/*필수 프로그램 다운로드˜:E*/

/*자유결제 :S*/
div.freeform{
	margin-top:50px;
}

.event_list, .new_event_wrap {
	display: none;
}
 .select_event{
	display: block;
}

.inquery-info-status{
	margin-top:25px;
	border:6px solid #525f78;
	position:relative;
}

.inquery-info-status ul{
	position:relative;
}

.inquery-info-status ul li{
	position:relative;
	width:411px;
	height:35px;	
	margin:30px auto;
	text-align:center;
	float:left;
	border-right:1px solid #d7d7d7; 
}
#freepayment .inquery-info-status ul li{
	width:530px !important;
	height:50px !important;
	text-align:left !important;
}

#freepayment .inquery-info-status ul li p{
	width:440px;
	margin:0 auto;
	height:25px;
	line-height:25px;
	font-size:13px;
	font-family:'noto3';
	font-weight:100;
}

#freepayment .inquery-info-status ul li p.warning{
	font-size:16px;
	font-family:'noto5';
	font-weight:100;
	color:#ff3500;
}

#freepayment .inquery-info-status ul li span{
	position:relative;
	height:50px;
	line-height:50px;
	font-size:18px;
	display:inline-block;
}

#freepayment .inquery-info-status ul li span.first-span{
	margin-left:40px;
}

#freepayment .inquery-info-status ul li span.phone-number{
	top:5px;
	margin-left:20px;
	font-size:30px;		
}

.freepay_table{	
	border-collapse:collapse;
	width:100%;
	color:#000;
	border-top:2px solid #000;
	border-bottom:2px solid #7f7f7f;
}

.freepay_table th,
.freepay_table td{
	font-size:14px;
	border:1px solid #bbbbbb;
	border-right:none;
	box-sizing:border-box;
}

.freepay_table th{
	font-family:'noto5';
	text-align:center;
	border-left:none;
	padding:15px 14px;
}

.freepay_table td {
	padding:15px 37px;
}

.freepay_table td.number_wrap > *{
	display: inline-block;
	width: 77px;
	vertical-align: middle;
}
.freepay_table td.number_wrap .search-box{
	display: table;
	width:100%;
	max-width:300px;
}
.freepay_table td.number_wrap .search-box > div {
	display: table-cell;
	vertical-align: middle;
	width:33.33%;
	text-align: left;
}

.freepay_table td.number_wrap .search-box > div:first-child{
	width:30%;
}
.freepay_table td.number_wrap .search-box > div > p{
	display: inline-block;
	vertical-align: middle;
	width:8%;
}

.freepay_table td.number_wrap .search-box > div input{
	border:1px solid #c4c3c3;
	height:34px;
	width:83%;
	text-align:center;
	display: inline-block;
	vertical-align: middle;
	box-sizing:border-box;
}

.freepay_table td.number_wrap .ph-box {
	position:relative;
	background:#fff;
	width:90% !important;
	height:35px;
	border:1px solid #bbb;
	text-align:center;
	line-height:35px;
	z-index:9;
}

.freepay_table td.number_wrap .ph-box a:after{
	position: absolute;
	right:10px;
	top:calc(50% - 16px);
	content:'▼';
	font-size: 10px;
	z-index:0;
	color:#000;
}

.freepay_table td.number_wrap .search-box p a {
	position:relative;
	display: block;
	width:100%;
	font-size:14px;
	text-decoration: none;
	text-align:left;
  padding-left: 20px;
	box-sizing:border-box;
}
.freepay_table td.number_wrap .search-box ul {
	display: none;
	width: 50px;
	background-color: #b9b8be;
	z-index: 1;
	clear:both;
	content: '';
}
.freepay_table td.number_wrap .search-box ul li {
	width:50px;
    font-size:13px;
}
.freepay_table td.number_wrap .search-box ul li a {
	display:block;
	height:20px;
	line-height:20px;
	color: #fff;
	text-decoration: none;
}

.freepay_table td.number_wrap #selectCon{
	position: absolute;	
	z-index:99;
	border:1px solid #000;
	width:79px;
	box-sizing:border-box;
}
.freepay_table td.number_wrap #selectCon li{
	width:100%;
}
.freepay_table td.number_wrap #selectCon li a{
	background:#fff;
	color:#000;
	width:100%;
	padding-left:20px;
	box-sizing:border-box;
	height:30px;
  line-height:30px;	
}

.freepay_table td.number_wrap #selectCon li a:hover{
	background:#000;
	color:#fff
}

.freepay_table td .txt_f_meno {
	width:100%;
	word-break:break-all;
}

.freepay_table .readonly{
	position:relative;
}
.freepay_table .readonly:after{
    background: rgba(204, 204, 204, 0.2);
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: '';
    display: block;
	
}

.freepay_table input[type='text']{
	height: 34px;
	border:1px solid #c4c3c3;
	background:#FFF;		
}

.freepay_table .blinput::-ms-clear {
  display:none;
}

.freepay_table input[type='text'].sinput{
	width:77px;
}

.freepay_table input[type='text'].linput{
	width:100%;	
}

.freepay_table .blinput{
	width:100%;
	min-height:100px;
	box-sizing:border-box;
}

.freepay_table input[name='f_settle_use'] {
	margin-top:0;	
}

.freepay_table a.show-zip{
	width:80px;
	height:34px;
	line-height:34px;
	background: #4b4b5b;
	color:#FFF;
	text-align:center;
	text-indent:0;
	display:inline-block;
	margin:0 0 0 5px;
	vertical-align:middle;
}
.freepay_table div.select-box {
	position: relative;
	display: inline-block;
	width: 265px;
	height: 34px;    
	border: 1px solid #CCC;    
	line-height:17px;
	box-sizing:border-box;
}

.freepay_table div.select-box label{
	position: absolute;
	cursor: pointer;
	font-size: 14px;
	color:#333;
	top: 8px;
	left: 0;
	width: 100%;
	text-align: left;
	display: inline-block;
	letter-spacing: 1px;
	box-sizing: border-box;
	padding-left: 13px;
}

.freepay_table div.select-box label:after{
	position:absolute;
	content:"▼";	
	right:10px;
	font-size:10px;	
}

.freepay_table div.select-box select {
	width: 100%;
	height: 34px;
	min-height: 34px;
	line-height: 34px;
	padding: 0 10px;
	margin-left:1px;
	opacity: 0;
	z-index:1;
	filter: alpha(opacity=0); /* IE 8 */ 	  
}

.freepay_table div.select-box select option{
	height:30px;
	line-height:30px;
}

.freepay_table div.select-box select option:hover{
	background:#000;
	color:#fff;
}

#freepayment .confirm-btx-section{
	position:relative;
	margin:30px 0 40px 0;
	text-align:center;
}

#freepayment .confirm-btx-section .pay_go_btn,
#freepayment .confirm-btx-section .fake_btn,
#freepayment .confirm-btx-section input[type='submit']{
	position:relative;
	display:inline-block;
	width:110px;
	height:45px;
	line-height:45px;
	font-size:14px;	
	font-family:'noto5';
	color:#FFF;
	text-align:center;
	border:none;
	cursor:pointer;
	background: #df1a23;
	padding:0;
	vertical-align: top;
}

#freepayment .confirm-btx-section .pay_go_btn {
	width:240px;
}

#freepayment .confirm-btx-section .cancel-btn{
	border: 1px solid #595959;
	color:#595959;
	background:#fff;
	box-sizing:border-box;
}
.before_ck{
	display:none;

}
.cencel-btn{
	cursor: pointer;
	width:110px;
	height:45px;
	font-size: 14px;
	border:1px solid #000;
	text-align:center;
	line-height:45px;
}
.show_me{
	display:block;
}
.noshow_me{
	display:none;
}	
/*자유결제 :E*/

/*자유결제 완료 팝업:S*/
.freepay_popuup_wrap{
	position:fixed;
	width:100%;
	height:100%;
	 top:0;
	left:0;
	z-index: 999;
}

.freepay_popuup_wrap .bg{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background:rgba(0,0,0,0.7);
}

.freepay_popuup_wrap .settle-finish {
	width:800px;
	height:330px;
	position:absolute;
	left:calc(50% - 400px);
	top:calc(50% - 165px);
	background:#fff;
}

.freepay_popuup_wrap .settle-finish > h1 {
	background:#000;
	text-align:center;
	padding:10px;
	color:#fff;
	font-family:'noto3';
}
.freepay_popuup_wrap .settle-finish > p{
	text-align:center;
	font-size:15px;
	margin:20px auto;
	color:#000;
	
}
.freepay_popuup_wrap .settle-finish > table{
	margin:0 auto;
	border-collapse: collapse;
	width:540px
}

.freepay_popuup_wrap .settle-finish > table th,
.freepay_popuup_wrap .settle-finish > table td{
	border:1px solid #ddd;
	text-align:center;	
	color:#000;
	font-size:14px
}

.freepay_popuup_wrap .settle-finish > table th {
	font-family:'noto5';
	background:#eee;
}

.freepay_popuup_wrap .settle-finish > table td {
	padding:10px 0;
	box-sizing:border-box;
}

.freepay_popuup_wrap .settle-finish > a {
	width:300px;
	height:43px;
	display:block;
	margin:19px auto 0;
  background:#df1a23;
	text-align: center;
	line-height:43px;
	color:#fff;
	font-size:16px;
}

.freepay_popuup_wrap .settle-finish > a:hover{
	font-family:'noto5';
	text-decoration:none;
}
/*자유결제 완료 팝업:E*/


/*동영상보기*/

.video-popup{
	display: none
}
.video-popup.reveal {
  display: flex;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  justify-content: center;
  align-items: center;
  z-index:99999
}

.video-popup .video-wrapper {
  position: relative;
  width: 100%;
  z-index: 10
}

.video-popup .video-content {
  position: absolute;
  border:1px solid #fff;
  background:#fff;
  color:#fff;
  left:50%;
  top:50%;
  margin:-157.5px 0  0 -280px;
}

.video-popup.reveal .video-bg{
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, .7);
  z-index: 9
}

.video-popup.reveal  .video-popup-closer{
	width: 40px;
	height: 40px;
	position: absolute;
	right: 0;
	top: -46px;
	z-index: 99;
	cursor:pointer;
}

