@charset "utf-8";
/**************************************************

	Respond.css ( ver 1.0.2 )

**************************************************/
/**************************************************
	Setting Device Width
**************************************************/
#_device_pc{display: block;} #_device_ta{display: none;} #_device_mo{display: none;} .__pc{display: block !important;} .__ta{display: none !important;} .__mo{display: none;}
@media screen and (min-width: 750px) and (max-width: 1200px){#_device_pc{display: none;} #_device_ta{display: block;} #_device_mo{display: none;} .__pc{display: none !important;} .__ta{display: block !important;} .__mo{display: none;}}
@media screen and (max-width: 750px){#_device_pc{display: none;} #_device_ta{display: none;} #_device_mo{display: block;} .__pc{display: none !important;} .__ta{display: none;} .__mo{display: block !important;} }

/**************************************************
	아이폰 하이브리드앱에서 노치 겹침현상 방지
    ( 노치 높이 만큼 html에 자동으로 padding 부여 )
**************************************************/
html{
    padding-top: constant(safe-area-inset-top);
    padding-top: env(safe-area-inset-top);
}
#header{
    padding-top: constant(safe-area-inset-top);
    padding-top: env(safe-area-inset-top);
}

/**************************************************
	Layout
**************************************************/
@media screen and (max-width: 1200px){

	html{min-width: 320px;padding-top: 50px;overflow-x: hidden;}
    img{max-width:100%;}

    #header{position: fixed;top: 0;left: 0;right: 0;box-shadow: 0 3px 3px rgba(0,0,0,0.1);height: 50px;}
    #header .logo{position: absolute;top: 0;left: 20px;height: 100%;line-height: 50px;}
    #header .logo img{width: auto;height: 35px;}

    #tnb{top: 10px;right: 20px;}
    #tnb > li a{font-size: 14px;line-height: 30px;}

    #footer .ftWrap{width: auto;margin: 0 20px;padding: 30px 0;}
    #footer h2 {position: static;display: block;text-align: center;margin-bottom: 15px;}
    #footer h2 img {height: 50px;}
    #footer address{margin-left: 0;font-size: 10px;line-height: 13px;color: #b3b3b3;font-style: normal;text-align: center;}
    #footer address hr{display: block;border: none;margin: 0;}
    #footer address .copyright{display: block;margin-top: 10px;font-size: 10px;color: #777777;}

    #sns-ico{margin-top: 15px;text-align: center;}
    #sns-ico li{margin: 2px;}
    #sns-ico li img{width: 25px;height: auto;}

    #gotop{display: none;}

    #ft-fam{display: none;}

    /* Table */
    .table1 colgroup {display: none;}
    .table1 tr > *{padding: 10px 5px;font-size: 11px;line-height: 15px;}
    .table1 tr > *:first-child {padding-left: 5px;}
    .table1 tr > *:last-child {padding-right: 5px;}
    .table1 tr > th{padding: 10px 5px;font-size: 11px;line-height: 15px;}
    .table1 tr > td.sbj {padding-left: 30px;}
    .table1 tr > td.sbj .ico {left: 5px;width: 20px;height: 20px;}
    .table1 tr > td.sbj strong {font-size: 11px;line-height: 15px;}
    .table1 tr > td.open img,
    .table1 tr > td.down img {height: 30px;}
    .table1 tr > .num {display: none;}
    .table1 tr > .open {width: 40px;}
    .table1 tr > .down {width: 50px;}
    .table1 .opt > li {font-size: 11px;line-height: 15px;}
    .table1 .opt > li:not(:first-child):before {height: 8px;margin: 0 5px;}

    /* Button */
    .btnWrap{ margin-top: 20px; }
    .btnWrap > *{margin: 0 1px;}
    .btn1.big, .btn2.big, .btn3.big{ height: 40px;line-height: 38px;padding: 0 10px;font-size: 14px; }
    .btn1.radius, .btn2.radius, .btn3.radius{ border-radius: 5px; }

}

/**************************************************
	Ajax Popup
**************************************************/
@media screen and (max-width: 1200px){

    #popup{top: 5%;left: 5%;width: 90%;height: 90%;margin-top: 0;margin-left: 0;padding-top: 41px;}
    #popup .pop-tit{height: 40px;padding: 0 10px;}
    #popup .pop-tit h3{font-size: 13px;line-height: 40px;}
    #popup .pop-tit .close{width: 39px;height: 39px;line-height: 39px;font-size: 13px;}
    #popup .pop-wrap{height: 100%;overflow-y: auto;padding: 15px;box-sizing: border-box;}
    #popup.on{opacity: 1;}
    #popupBG{position: fixed;top: 0;left: 0;width: 100%;height: 100%;z-index: 300;background: rgba(0,0,0,0.5);opacity: 0;transition: all 0.3s;}
    #popupBG.on{opacity: 1;}

    /* sitemap */
    #popup .sitemap > li{width: 49%;}
    #popup .sitemap > li > a{font-size: 12px;line-height: 35px;}
    #popup .sitemap > li ul li a{font-size: 12px;padding: 7px 0;}

}


/**************************************************
	Main
**************************************************/
@media screen and (max-width: 1200px){

    #main .uni3-sch{height: calc(100vh - 50px);}
    #sub .uni3-sch{height: 200px;}
    .uni3-sch dl {max-width: calc(100% - 40px);}
    .uni3-sch dl > dt {font-size: 24px;}
    .uni3-sch fieldset {width: auto;padding-right: 50px;}
    .uni3-sch fieldset .inp {height: 50px;padding-left: 20px;font-size: 18px;font-weight: normal;}
    .uni3-sch fieldset .btn {width: 50px;height: 50px;font-size: 22px;}

    .uni3-sch2 {margin-bottom: 20px;}
    .uni3-sch2 fieldset {width: auto;padding-left: 0;padding-right: 0;border-radius: 0;border: 0;background: rgba(0,0,0,0);}
    .uni3-sch2 fieldset .sel {border: 2px solid #ddd;background: #fff;margin-top: 5px;width: 100%;position: static;height: 40px;font-size: 14px;padding: 0 20px;}
    .uni3-sch2 fieldset .inp {border: 2px solid #ddd;background: #fff;margin-top: 5px;width: 100%;padding-right: 50px;height: 40px;padding-left: 20px;font-size: 14px;font-weight: normal;color: #333;}
    .uni3-sch2 fieldset .btn {border: 2px solid #ddd;border-left: 0;width: 50px;height: 40px;font-size: 18px;bottom: 0;top: auto;}

}

/**************************************************
	Sub
**************************************************/
@media screen and (max-width: 1200px){

    #sub #content{ width: auto;padding: 40px 20px; }

    /* #sub .sub-vis{height: 120px;}
    #sub .sub-vis h2{font-size: 20px;}
    #sub .sub-vis h2 em{margin-top: 5px;font-size: 11px;}

    #sub .sub-tit{margin-bottom: 20px;}
    #sub .sub-tit h3{font-size: 14px;margin-top: 0;}

    .lnbWrap{display: none;}

    #status{display: none;}

    #navigator{border-width: 0 0 1px 0;}
    #navigator > ul{width: auto;border-left: none;padding-left: 40px;}
    #navigator > ul > li{width: 50%;box-sizing: border-box;}
    #navigator > ul > li > a{min-width: 0;font-size: 13px;padding: 0 20px 0 10px;line-height: 40px;background-size: 8px auto;}
    #navigator > ul > li:first-child{position: absolute;top: 0;left: 0;width: 40px;}
    #navigator > ul > li:first-child a{width: 40px;background: none;}
    #navigator > ul > li.d2{border: none;}
    #navigator > ul > li > ul{top: 40px;left: -1px;}
    #navigator > ul > li.d2 > ul{border-right: none;}
    #navigator > ul > li > ul li a{padding: 10px;font-size: 13px;} */


    .stit {margin-bottom: 20px;}
    .stit > u {font-size: 14px;}
    .stit > h4 {font-size: 24px;}
    .stit > p {font-size: 14px;word-break: break-all !important;}


    .prjt-list > li {padding: 20px;}
    .prjt-list > li > * {display: block;}
    .prjt-list > li .num {display: block;width: 30px;height: 30px;line-height: 30px;font-size: 14px;background: #ddd;position: absolute;top: 0;right: 0;}
    .prjt-list > li .num:after {display: none;}
    .prjt-list > li .sbj {width: 100%;padding: 0;}
    .prjt-list > li .sbj strong {font-size: 18px;color: #000;font-weight: 600;}
    .prjt-list > li .opt > li {font-size: 14px;font-weight: normal;}
    .prjt-list > li .ver {width: auto;text-align: left;font-size: 14px;margin-top: 10px;}
    .prjt-list > li .more {display: none;}
    .prjt-list > li:hover .link {opacity: 0;}


}
