@charset "utf-8";

/*스킵*/
.skip_nav {position:relative;}
.skip_nav a {position: absolute; top: -40px; left: 0; width: 138px; border: 1px solid #fff; background: #fff; text-align: center; text-indent:-999px;}

/*레이아웃*/
.inner{width:1200px;margin:0 auto;}/*인너 두개에서 한개 삭제*/
.posR{position:relative;}

/*정렬*/
.alignL{text-align:left !important;}
.alignC{text-align:center !important;}
.alignR{text-align:right !important;}
.vAlignM {vertical-align:middle !important}/* 2017-11-30 추가 */

/*마진*/
.mgZ{margin:0 !important;}
.mgT5{margin-top:5px !important;}
.mgT10{margin-top:10px !important;}
.mgT15{margin-top:15px !important;}
.mgT20{margin-top:20px !important;}
.mgT25{margin-top:25px !important;}
.mgT30{margin-top:30px !important;}
.mgT35{margin-top:35px !important;}
.mgT40{margin-top:40px !important;}
.mgT45{margin-top:45px !important;}
.mgT50{margin-top:50px !important;}
.mgT60{margin-top:60px !important;}
.mgT65{margin-top:65px !important;}
.mgT80{margin-top:80px !important;}
.mgT85{margin-top:85px !important;}
.mgT90{margin-top:90px !important;}
.mgT100{margin-top:100px !important;}

/*패딩*/
.pdT5{padding-top:5px !important;}
.pdT10{padding-top:10px !important;}
.pdT15{padding-top:15px !important;}
.pdT20{padding-top:20px !important;}
.pdT25{padding-top:25px !important;}
.pdT30{padding-top:30px !important;}
.pdT35{padding-top:35px !important;}
.pdT40{padding-top:40px !important;}
.pdT45{padding-top:45px !important;}
.pdT50{padding-top:50px !important;}

/*보더*/
.bdTe4{border-top:1px solid #e4e4e4;}
.bdRe4{border-right:1px solid #e4e4e4;}

input[type=text]::-ms-clear {display:none;} /* 17.11.27 추가 */

/* PC - TV편성표 UI 개선2 - s */
/* layerPop */
.layerPop {display:none; position:fixed; top:50%; left:50%; z-index:1000; padding-top:40px;}
.layerPop .popInner {background-color:#fff;}
.layerPop .closePop {position:absolute; right:0; top:0; z-index:1;}
.dim {display:block; position:fixed; top:0; left:0; z-index:999; width:100%; min-height:100%; background:rgba(0,0,0,0.45);}

/* layerPop : commonEmailPop */
.commonEmailPop {width:720px;}
.commonEmailPop .titleBox {padding:40px 30px 30px; border-bottom:1px solid #e4e4e4; text-align:center; font-size:34px; line-height:38px; color:#444;}
.commonEmailPop .conBox {padding:30px 30px 45px;}
.commonEmailPop .conBox .txt01 {text-align:center; font-size:18px; line-height:1.5em; color:#666;}
.commonEmailPop .conBox .txt01 > span {display:block;}
.commonEmailPop .conBox dl {overflow:hidden; padding-top:40px; text-align:center; font-size:0;}
.commonEmailPop .conBox dl dt {display:inline-block; font-size:24px; font-weight:bold;}
.commonEmailPop .conBox dl dd {display:inline-block; padding-left:5px; font-size:24px;}
.commonEmailPop .conBox dl.urlTxt {padding-bottom:35px;}
.commonEmailPop .conBox dl.urlTxt dt {visibility:hidden; text-indent:-9999px; font-size:0;}
.commonEmailPop .conBox dl.urlTxt dd {padding-left:0;}
.commonEmailPop .conBox .btnWrap {padding-bottom:35px; margin-top:55px; text-align:center;}
.commonEmailPop .conBox .btnWrap .btnSendMail {display:inline-block; height:61px; padding-left:100px; vertical-align:top; font-size:24px; line-height:61px; color:#444; background:url(//image.skstoa.com/webMain/ico_mail.png) no-repeat left center;}
.commonEmailPop .conBox .mobileForm {position:relative; padding-top:45px; margin-top:40px; text-align:center; font-size:0;}
.commonEmailPop .conBox .mobileForm label {display:block; position:absolute; top:0; left:0; z-index:1; width:100%; text-align:center; font-size:24px; color:#444;}
.commonEmailPop .conBox .mobileForm input[type=text] {display:inline-block; width:330px; height:56px; vertical-align:top; text-align:center; font-size:30px; color:#444;}
.commonEmailPop .conBox .mobileForm input[type=text]::-webkit-input-placeholder {font-size:30px; color:#ccc;}
.commonEmailPop .conBox .mobileForm a {vertical-align:top; text-align:center;}
.commonEmailPop .bottomBox {padding:30px; background:#fafafa;}
.commonEmailPop .bottomBox dl dt {padding-bottom:15px; font-size:18px; color:#444;}
.commonEmailPop .bottomBox dl dd {font-size:16px; color:#888;}
/* PC - TV편성표 UI 개선2 - e */