@charset "utf-8";
/**************************************************

	Respond.css

**************************************************/
/**************************************************

	Setting Device Width

**************************************************/
@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;}.__pcta{display: none !important;}}
@media screen and (min-width: 750px){.__ta{display: none;} .__mo{display: none !important;} .__pcta{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);
}

/**************************************************

     Public

**************************************************/
@media screen and (max-width: 1200px) {

    /* Table */
    .table_scroll_wrap{position: relative;overflow-x: auto;}
    .table_scroll_wrap > table{min-width: 800px;}
    .table_scroll_wrap .scroll_alert{position: absolute;bottom: 0;right: 0;z-index: 2;background: rgba(0,0,0,0.7);line-height: 40px;padding: 0 20px;font-size: 12px;letter-spacing: -1px;color: #fff;text-align: center;white-space: nowrap;}
    .table_scroll_wrap .scroll_alert i{font-size: 20px;margin-left: 10px;display: inline-block;vertical-align: middle;}
    .table1 colgroup{display: none;}
    .table1 tr > *{padding: 10px 5px;font-size: 12px;line-height: 16px;}
    .table1 tbody th{width: 80px;}
    .table1 .inp{width: 40%;font-size: 13px;padding: 0 10px;letter-spacing: -1px;}
    .table1 .w100p{width: 100% !important;}	
    .table1 .w50p{width: calc(50% - 8px);}	
    .table1 .w33p{width: calc(33% - 8px);}	
    .table1 select{padding: 0 5px;font-size: 13px;letter-spacing: -1px;}
    .table1 textarea{height: 150px;font-size: 13px;line-height: 16px;padding: 10px;letter-spacing: -1px;}
    .table1 label{font-size: 13px;}
    .table1 em.tbl_sment{font-size: 13px;}
    .table1 .fileWrap .addFile{display: block;margin-top: 5px;margin-left: 0;}
    .table1 .fileWrap input[type=file]{width: 100%;}
    .table1 .many-inputs{display: flex;justify-content: space-between;flex-wrap: wrap;}
    .table1 .many-inputs > *{display: inline-block;}
    .table1 .many-inputs .hipen{font-size: 12px;width: 10px;line-height: 35px;}

    /* Tab */
    .tab1{margin-bottom: 20px;}
    .tab1 li a{font-size: 14px;line-height: 50px;}

    /* Button */
    .btnWrap{ margin-top: 20px; }
    .btn1{padding: 0 20px;height: 45px;line-height: 45px;font-size: 15px;}
    .btn2{padding: 0 20px;height: 45px;line-height: 45px;font-size: 15px;}
    .btn3{padding: 0 20px;height: 45px;line-height: 45px;font-size: 15px;}
    .btn1.small,
    .btn2.small,
    .btn3.small{padding: 0 20px;height: 40px;line-height: 40px;font-size: 14px;}

    .sb-btn.type11{height: 30px;line-height: 30px;padding: 0 8px !important;background: #545c73;border: 1px solid #3b4151;color: #ffffff !important;font-size: 14px;color: #ffffff !important;min-width: 80px;}
    .sb-btn.type22{height: 30px;line-height: 30px;padding: 0 8px !important;background: #f7f7f7;border: 1px solid #ddd;color: #000000 !important;font-size: 14px;color: #2e2e2e !important;min-width: 80px;}

    /* Site Layer Popup */
    .sp-pop{top: 65px !important;left: 5% !important;width: 90% !important;height: auto !important;}
    .sp-pop .img{position: relative;min-height: 100px;padding-bottom: 30px;}
    .sp-pop .img img{max-width:100%;vertical-align: top;}
    .sp-pop .btns li{height: 30px;}
    .sp-pop .btns li a,
    .sp-pop .btns li label{line-height: 28px;}

    /* Etc */
    
}

/**************************************************

	Layout

**************************************************/
@media screen and (max-width: 1200px) {

    /* for body */
	html{min-width: 320px;overflow-x: hidden;}
    body{padding: 0;}
    img{max-width:100%;}
    /* #smooth-content{padding-top: 55px;} */

    /* for header */
	#header{position: fixed;top: 0;left: 0;width: 100%;box-shadow: 0 3px 3px rgba(0,0,0,0.05);}
	#header .inner{width: auto;height: 55px;}
    #header .logo{position: absolute;left: 20px;height: 100%;line-height: 55px;}
    #header .logo img{width: auto;max-width: 120px;max-height: 40px;}
    #header:after{content: '';display: block;position: absolute;bottom: -1px;width: 100%;height: 1px;background: rgba(0,0,0,0.05);}

    /* layout */
	#gnb{display: none;}
    #tnb{display: none;}

    #hd-lan{display: none;}
    #hd-sch{display: none;}

    #slide-btn{top: 50%;transform: translate(0, -50%);right: 20px;display: block;width: 25px;height: 16px;}

    #slide-bg{position: fixed;z-index: 200;top: 0;left: 0;width: 100%;height: 100%;background: rgba(0,0,0,0.3);}
    #slide-bg.on{display: block;}
    #slide-close{position: absolute;top: 0;right: 0;width: 60px;height: 55px;background: rgba(0,0,0,0.2) url('/images/layout/slide-close.png') no-repeat center center;background-size: 20px auto;}

    #slide-menu{position: fixed;top: 0;right: 0;width: calc(100% - 55px);height: 100%;display: none;background: #fff;z-index: 201;overflow-y: auto;transition: all 0.3s cubic-bezier(0.930, 0.635, 0.650, 0.970);}
    #slide-menu .tit{height: 55px;position: relative;background: var(--slidebar-bg-color);}
    #slide-menu.on{display: block;}

    #asd{bottom: 0;transform: none;}
    #asd .aside_gotop{width: 40px;height: 40px;}
    .inquiry_wrap .open {box-shadow: -3px 3px 5px rgba(0,0,0,0.1);}
    .inquiry_wrap .open img {width: 40px;}
    .inquiry_wrap dl {width: 300px;bottom: 0;top: auto;}
    .inquiry_wrap dl > dt {height: 40px;line-height: 40px;}
    .inquiry_wrap dl > dt > strong {font-size: 16px;}
    .inquiry_wrap dl > dt .close {width: 40px;font-size: 20px;padding-top: 0;}
    .inquiry_wrap dl > dd {padding: 5px;}
    .inquiry_wrap fieldset > input {margin: 2px;padding: 0 5px;height: 35px;width: calc(100% - 4px);}
    .inquiry_wrap fieldset > input.w50 {width: calc(50% - 4px);}
    .inquiry_wrap fieldset > textarea {margin: 2px;padding: 5px;height: 80px;width: calc(100% - 4px);}
    .inquiry_wrap .sbm {margin-top: 10px;font-size: 14px;}
    .inquiry_wrap .agree {margin: 5px 0;}

    /* for header of mobile */
    #tnb-mo{padding: 0 20px;line-height: 50px;border-bottom: 1px solid #ddd;background: #f7f7f7;}
    #tnb-mo > li{display: inline-block;margin-right: 15px;vertical-align: middle;}
    #tnb-mo > li a{font-size: 14px;color: #666;letter-spacing: -1px;}

    #gnb-mo > li{border-bottom: 1px solid #eee;}
    #gnb-mo > li > a{position: relative;display: block;line-height: 45px;padding: 0 20px 0 37px;font-size: 14px;letter-spacing: -1px;color: #333;text-decoration: none;}
    #gnb-mo > li > a:before{content: '\f12f';display: block;font-family: axicon;position: absolute;top: calc(50% - 1px);left: 20px;font-size: 13px;color: #999;line-height: 0;}
    #gnb-mo > li.active{border-top: 1px solid #ccc;margin-top: -1px;background: #f7f7f7;}
    #gnb-mo > li.active > a:before{transform: rotate(180deg);}
    #gnb-mo > li > ul{padding: 8px 20px;border-top: 1px solid #e1e1e1;border-bottom: 1px solid #ccc;margin-bottom: -1px;background: #f7f7f7;display: none;}
    #gnb-mo > li > ul li a{line-height: 30px;font-size: 14px;color: #666;text-decoration: none;padding-left: 15px;}
    #gnb-mo > li.hidden-gnb{display: none;}

    #hd-lan-mo{position: absolute;top: 0;left: 20px;z-index: 92;}
    #hd-lan-mo > a{display: block;line-height: 55px;padding: 0 10px 0 20px;font-size: 12px;color: #fff;text-decoration: none;text-transform: uppercase;background: url('/images/layout/hd-lan-ico-mo.png') no-repeat 0 center / 15px auto, url('/images/layout/hd-lan-spr-mo.png') no-repeat right center / 6px auto;}
    #hd-lan-mo > ul{position: absolute;top: 40px;left: 50%;display: none;width: 80px;margin-left: -40px;padding: 10px 0;border: 1px solid #b8b8b8;background: #fff;}
    #hd-lan-mo > ul:before{position: absolute;top: -7px;left: 50%;content: '';display: block;width: 6px;height: 7px;margin-left: -3px;background: url('/images/layout/hd-lanbox-spr-mo.png');}
    #hd-lan-mo > ul li a{display: block;font-size: 12px;line-height: 20px;color: #666666;text-decoration: none;text-align: center;text-transform: uppercase;}
    #hd-lan-mo.on > ul{display: block;}

    #hd-sch-mo{position: absolute;top: 50%;transform: translate(0, -50%);left: 90px;z-index: 91;}
    #hd-sch-mo .btn{display: block;width: 21px;height: 21px;background: url('/images/layout/hd-sch-btn-mo.png') no-repeat center center;background-size: 16px auto;text-indent: -999em;border: none;}
    #hd-sch-mo form{position: fixed;display: none;top: 55px;right: 0;width: 80%;padding-right: 50px;border: 1px solid #333;border-width: 1px 0 1px 0;overflow: hidden;background: #fff;box-sizing: border-box;}
    #hd-sch-mo legend{display: none;}
    #hd-sch-mo .inp{width: 100%;height: 38px;line-height: 38px;text-indent: 10px;background: none;border: none;font-size: 12px;}
    #hd-sch-mo .sbm{position: absolute;top: 0;right: 0;width: 40px;height: 40px;background: #333 url('/images/layout/hd-sch-btn-mo.png') no-repeat center center;background-size: 18px auto;border: none;text-indent: -999em;}
    #hd-sch-mo.on form{display: block;}
    
    #hd-sch-pop{position: fixed;top: 0;left: 0;width: 100%;z-index: 202;box-shadow: 3px 10px 30px rgba(0,0,0,0.1);padding: 0;border: none;}
    #hd-sch-pop form{width: auto;}
    #hd-sch-pop .inp{width: calc(100% - 80px);text-indent: 10px;font-size: 14px;}
    #hd-sch-pop .sbm{width: 40px;}
    #hd-sch-pop .sbm:after{font-size: 16px;}
    #hd-sch-pop .close{width: 40px;}
    #hd-sch-pop .close:after{font-size: 16px;}

    /* for footer */
    #footer {padding: 25px 0;}
    #footer .ftWrap{width: auto;}
    #footer h2 {display: none;}
    #footer address{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;}

    #ft-fam{display: none;}

    #gotop{display: none;}

    #fnb{margin-bottom: 12px;text-align: center;justify-content: center;}
    #fnb > li{margin: 0 8px;}
    #fnb > li a{font-size: 11px;color: #b3b3b3;letter-spacing: -1px;}

}

/**************************************************

	Multi ajax popup

**************************************************/
@media screen and (max-width: 1200px) {

    .layer-ajaxpopBG{z-index: 300;}
    .layer-ajaxpop{top: 50%;left: 20px;transform: translate(0, -50%);padding-top: 50px;width: calc(100% - 40px) !important;height: auto !important;}
    .layer-ajaxpop .pop-tit{height: 50px;}
    .layer-ajaxpop .pop-tit h3{font-size: 14px;line-height: 50px;}
    .layer-ajaxpop .pop-tit .close{width: 50px;height: 50px;line-height: 50px;}
    .layer-ajaxpop .pop-tit .close:after{line-height: 50px;font-size: 14px;}

    .layer-ajaxpop .pop-wrap{height: auto;max-height: calc(100vh - 90px);}

    /* sitemap */
    .layer-ajaxpop .sitemap > li{width: 49%;}
    .layer-ajaxpop .sitemap > li > a{font-size: 14px;}
    .layer-ajaxpop .sitemap > li ul{padding: 10px 0;}
    .layer-ajaxpop .sitemap > li ul li a{font-size: 13px;line-height: 16px;}

} 

/**************************************************

	Iniit progress bar

**************************************************/
@media screen and (max-width: 1200px) {
    #loading-screen .in{width: 200px;}
}

/**************************************************

	Main

**************************************************/
@media screen and (max-width: 1200px) {

    #main .visual .roll .item img{position: static;margin-left: 0;width: 100%;height: auto;transform: none;min-width: 0;}
    #main .visual .slick-dots{bottom: 20px;}
    #main .visual .slick-dots li{margin: 0 2px;}
    #main .visual .slick-dots li button{width: 12px;height: 12px;}

    .m1 {padding: 50px 20px;}
    .m1 .inr {width: auto;}
    .m1 .info {margin-bottom: 20px;flex-direction: column;}
    .m1 .info > dd {min-width: auto;padding: 15px;border-width: 3px;font-size: 16px;line-height: 1.4em;}
    .m1 .info > dd strong {font-size: inherit;font-weight: 700;}
    .m1 .info > dt {padding-bottom: 15px;margin-left: 0;}
    .m1 .info > dt > h3 {font-size: 26px;}
    .m1 .info > dt > p {font-size: 14px;line-height: 1.6em;}
    .m1 .boxs {margin: -5px;}
    .m1 .boxs > li {margin: 5px;width: calc(50% - 10px);border-radius: 5px;box-shadow: 3px 3px 10px rgba(0,0,0,0.1);}
    .m1 .boxs > li .inf {padding: 15px 15px 0;}
    .m1 .boxs > li .inf > strong {font-size: 16px;line-height: 22px;}
    .m1 .boxs > li .inf > p {margin-top: 5px;font-size: 14px;line-height: 20px;}
    .m1 .boxs > li .img {height: 150px;}

    .m2 {padding: 50px 20px;}
    .m2 .inr {width: auto;}
    .m2 h3 {margin-bottom: 10px;font-size: 26px;}
    .ul_dot > li {padding-left: 8px;font-size: 14px;line-height: 22px;}
    .ul_dot > li:after {top: 9px;width: 3px;height: 3px;}

    .m3 {padding: 50px 20px;}
    .m3 .inr {width: auto;display: block;}
    .m3 dl {width: auto;}
    .m3 dl + dl {margin-top: 50px;}
    .m3 dl > dt h3 {font-size: 20px;}
    .m3 dl > dt .more i {font-size: 20px;}
    .m3 dl > dd {margin-top: 20px;}
    .m3 .list {border-top: 1px solid #222;}
    .m3 .list > li .date {width: 70px;}
    .m3 .list > li .date > strong {font-size: 18px;}
    .m3 .list > li .date > p {margin-top: 5px;}
    .m3 .list > li > strong {width: calc(100% - 80px);font-size: 14px;line-height: 1.6em;}

    .m4 .inr {width: auto;}
    .m4 .inr > li {height: 150px;}
    .m4 .inr > li > strong {font-size: 18px;line-height: 30px;margin-bottom: 10px;}
    .m4 .inr > li > a img {height: 30px;}
    
}

/**************************************************

	Subpage layout

**************************************************/
@media screen and (max-width: 1200px) {

    #sub{  }
    #sub #content{ width: auto;padding: 50px 20px; }

    #sub .visual{height: 200px;}
    #sub .visual .inner {width: calc(100% - 40px);}
    #sub .visual .inner h2{font-size: 13px;}
    #sub .visual .inner strong{font-size: 30px;margin-top: 10px;}

    .logo_inf {margin-bottom: 20px;}
    .logo_inf img {max-height: 35px;}
    .logo_inf p {margin-top: 10px;font-size: 13px;}

    .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;}

    /* 통합검색 */
    #total_search dl{margin-bottom: 30px;}
    #total_search dl dt{padding-bottom: 15px;}
    #total_search dl dt h4{margin-bottom: 0;font-size: 16px;}
    #total_search dl dt .more{bottom: 10px;font-size: 13px;}
    #total_search dl dd{padding: 20px 0;}
    #total_search dl dd .sbj{margin-bottom: 10px;font-size: 16px;}
    #total_search dl dd .txt{font-size: 14px;line-height: 20px;}
    #total_search dl dd ul.inf{position: static;transform: none;margin-top: 10px;}
    #total_search dl dd ul.inf li{margin-left: 0;margin-right: 5px;line-height: 25px;padding: 0 10px;font-size: 13px;}
    #total_search dl dd.gallery > ul{margin: -15px -5px;}
    #total_search dl dd.gallery > ul > li{margin: 10px 5px;width: calc(50% - 10px);}
    #total_search dl dd.gallery .g-sbj{font-size: 14px;line-height: 18px;margin-top: 10px;}
    #total_search dl dd.gallery .g-txt{font-size: 13px;line-height: 16px;margin-top: 5px;}
    #total_search dl dd.gallery .g-inf{margin-top: 10px;}
    #total_search dl dd.gallery .g-inf li{font-size: 13px;}
    #total_search_no_data{margin: 15px 0;padding: 60px 10px;font-size: 13px;}

    /* shop */
    #shopCart{display: block;}
    #shopCart .lef{width: auto;}
    #shopCart .rig{width: auto;}
    #shopCart .rig .btnWrap{margin-top: 10px;}
    #shopCart .rig .btnWrap > *{width: calc(50% - 2px);}
    #shopCart .cartbox dt{width: 60px;}
    #shopCart .cartbox dt img{width: 60px;height: 60px;}
    #shopCart .cartbox dd{width: calc(100% - 75px);margin-left: 15px;padding-top: 0;}
    #shopCart .cartbox dd .tit{margin-bottom: 8px;}
    #shopCart .cartbox dd .tit label{font-size: 14px;line-height: 18px;}
    #shopCart .cartbox dd .opt{margin-bottom: 5px;}
    #shopCart .cartbox dd .opt-modify-btn{font-size: 13px;}
    #shopCart .cartinfo li{padding-left: 50px;font-size: 13px;line-height: 20px;}
    #shopCart .cartinfo li > *{font-size: 13px;}
    #shopCart .carttotal ul li{padding-left: 70px;font-size: 14px;line-height: 20px;}
    #shopCart .carttotal ul li > p{font-size: 14px;}
    #shopCart .carttotal ul li > p strong{font-size: 16px;}
    #shopCart legend{margin-bottom: 10px;font-size: 16px;}
    
    #shopCart.cart .lef .table1 tr > *:last-child{width: 120px;}
    #shopCart.order .lef .table1 tr > *:last-child{width: auto;}
    #shopCart.order .carttotal{margin-top: 0;}

}

/**************************************************

	Subpage utility
    (모든 서브페이지에서 공통으로 사용되는 utility 스타일)

**************************************************/
@media screen and (max-width: 1200px) {

    /* fullsizing wrapper */
    .full_wrapper{width: auto;left: auto;transform: none;box-sizing: border-box;margin: 0 -20px;}
    .full_wrapper.bg_gray{padding: 40px 20px;}
    .full_wrapper .inner{width: auto;}

    /* get css animation */
    ._ani_child{transform: translate(0, 10px);}

    /* etc */
    .sub_title{margin-bottom: 30px;}
    .sub_title h3{font-size: 20px;}
    .sub_title p{margin-top: 5px;font-size: 14px;}

    .imgc {flex-direction: column;}

}

/**************************************************

	Subpage styling
    (각 서브페이지별 스타일. 식별을 위해 경로 주석 표기)

	- class명은 snake style로 선언 ( greetings_box1 (ㅇ) / greetingsBox1 (x) )

**************************************************/
@media screen and (max-width: 1200px) {

    /* company/greeting */
    #greeting {margin-bottom: -50px;}
    #greeting .full_wrapper {margin-top: 50px;padding: 50px 20px;}
    #greeting .full_wrapper h3 {font-size: 30px;}
    #greeting .full_wrapper p {margin-top: 20px;font-size: 16px;line-height: 1.4em;}
    #greeting .zigzag > dl {display: block;}
    #greeting .zigzag > dl + dl {margin-top: 40px;}
    #greeting .zigzag > dl > dt {margin-bottom: 10px;}
    #greeting .zigzag > dl > dt img {margin-left: auto;margin-right: auto;}
    #greeting .zigzag > dl > dd > p {font-size: 16px;line-height: 1.4em;text-align: center;}
    #greeting .zigzag > dl > dd > p + p {margin-top: 10px;}
    #greeting .logo_inf {margin-bottom: 20px;display: flex;}
    #greeting .logo_inf img {max-height: 50px;}
    #greeting .logo_inf p {font-size: 15px;}

}