@charset "utf-8";
/*************************************************************************
* @ 서비스명   : commonui
* @ 파일명     : /css/commonui.css
* @ 페이지설명  : commonui.css
* @ 작성자     : 한주현 (pointweb)
* @ 작성일     :

**************************************************************************/

/* basic style */
* {box-sizing: border-box;}
html {width: 100%;height: 100%;}
body {overflow: inherit;width: 100%;height: 100%;}
body.on {overflow: hidden;}
#wrap {width: 100%;height: 100%;}
.layout{position:relative;margin: 0 auto;max-width: 1400px;}
.no-data {display: block !important;font-size: 16px !important;width: 100% !important;padding: 100px 0 !important;text-align: center;margin: 0 !important;}
.page-title{font-size: 40px;font-weight: bold;color: #202020;margin-bottom: 30px;}
.blind{position: absolute;top:-9999999px;left:-999999px;}
.required{color:#e32a2a;}
.overlay {display: none;position: fixed;top: 0;left: 0;width: 100%;height: 100%;background: rgba(0,0,0,0.7);z-index: 1000;line-height: normal;}

#pagination{margin: 30px 0 10px;text-align:center;font-size:0;width:auto;display: block;position: relative;}
#pagination a{display:inline-block;margin:4px;color:#777;font-size:16px;font-weight:400;line-height:40px;width:40px;height:40px;vertical-align:top;border-radius:100%;}
#pagination a.active{background:#333;color:#fff;vertical-align:top;}
#pagination .end-prev,
#pagination .prev,
#pagination .next,
#pagination .end-next{text-indent: -99px;overflow: hidden;width:40px;height:40px;}
#pagination .end-prev{background:url(/_public/images2/common/first-prev.svg) no-repeat;background-size:100%;}
#pagination .prev{background:url(/_public/images2/common/prev.svg) no-repeat;margin-right:20px;background-size:100%;}
#pagination .next{background:url(/_public/images2/common/next.svg) no-repeat;margin-left:20px;background-size:100%;}
#pagination .end-next{background: url(/_public/images2/common/end-next.svg) no-repeat;background-size:100%;}

.tab{display: flex;justify-content: center;}
.tab a{display: inline-block;position: relative;font-size: 24px;font-weight: 600;color: #787878;padding:0 10px 15px;}
.tab a:after{content: "";position:absolute;left:0;bottom:0;display:block;width:100%;height:2px;background: #ccc;}
.tab a + a{margin-left:20px;}
.tab a:hover,
.tab a.active{ font-weight: 800;color: #202020;}
.tab a.active:after{background: #202020;}



/* dl style */
.dl-type1{}
.dl-type1 dt{position:relative;clear:left;float:left;}
.dl-type1 dd{position:relative;width:100%;}
.dl-type1 dd:after {content: "";display: table;clear: both;}
/* text style */
.t-align-left {text-align: left !important;}
.t-align-center {text-align: center !important;}
.t-align-right {text-align: right !important;}

.ios-chk {display:inline-block;position: relative;cursor: pointer;}
.ios-chk input[type="checkbox"]{position: absolute;display: inline-block;opacity: 0;}
.ios-chk label {position:relative !important;top:inherit !important; left:inherit !important;cursor: pointer;display: inline-block;padding-left:60px;color: #555;font-size: 15px;line-height: 27px;vertical-align: middle;font-weight: 400;}
.apple-switch::before {content:"";-moz-transition: all 0.5s;-webkit-transition: all 0.5s;-ms-transition: all 0.5s;-o-transition: all 0.5s;transition: all 0.5s;position: absolute;left:0;vertical-align: middle;-webkit-appearance: none;outline: none;width: 50px;height: 25px;background-color: #fff;border: 1px solid #D9DADC;border-radius: 50px;box-shadow: inset -20px 0 0 0 #fff;cursor: pointer;}
.apple-switch:after {content: "";-moz-transition: all 0.5s;-webkit-transition: all 0.5s;-ms-transition: all 0.5s;-o-transition: all 0.5s;transition: all 0.5s;position: absolute;top: 3px;left: 1px;background: transparent;width: 22px;height: 22px;border-radius: 50%;box-shadow: 2px 4px 6px rgba(0, 0, 0, 0.2);}
.ios-chk input[type="checkbox"]:checked + .apple-switch:before {box-shadow: inset 26px 0 0 0 #222;border-color: #222;}
.ios-chk input[type="checkbox"]:checked + .apple-switch:after {left: 20px;box-shadow: -2px 4px 3px rgba(0, 0, 0, 0.05);}

.filebox{position:relative;font-size:0;}
.filebox input[type="file"] {position: absolute;width: 0;height: 0;padding: 0;overflow: hidden;border: 0;}
.filebox label {position:relative ;display: inline-block;margin-right:5px;width:127px;color: #fff;font-size:14px;vertical-align: middle;cursor: pointer;border: 1px solid #383838;border-radius: 5px;line-height: 48px;text-align: center; font-size: 18px;background: #383838; color: #fff; margin-left: 10px;}
.filebox label:hover { background: #000; color: #fff; }
.filebox .upload-name {display: inline-block;width: calc(100% - 260px);height: 50px;font-size: 16px;color: #595757;padding: 0 40px;vertical-align: middle;background: #fafafa url(/_public/images2/icon/link_icon.svg) no-repeat;background-size: 30px 30px;border: 1px solid #bebebe;border-radius: 5px;background-position: 10px 50%;}


.checkbox-type1 input[type=checkbox] {position: absolute;display: inline-block;opacity: 0;}
.checkbox-type1 label {position: relative !important;top: inherit !important;left: inherit !important;display: inline-block;padding-left: 22px;font-size: 14px;text-align: left;box-sizing: border-box;cursor: pointer;}
.checkbox-type1 label:before {content: "";position: absolute;top: 3px;left: 0;display: inline-block;width: 15px;height: 15px;box-sizing: border-box;border: 1px solid #c3c3c3;border-radius: 3px;}
.checkbox-type1 label:after {content: "";display: none;position: absolute;top: 3px;left: 5px;width: 4px;height: 9px;border-right: 2px solid #fff;border-bottom: 2px solid #fff;transform: rotate(45deg);}
.checkbox-type1 input[type=checkbox]:checked + label:before {border-color: #333;background-color:#333 }
.checkbox-type1 input[type=checkbox]:checked + label:after {display: inline-block;}

.checkbox-type2{display:inline-block;vertical-align:top;width:33.333%;margin:10px 0;}
.checkbox-type2 input[type="checkbox"]{position:absolute;opacity:0;}
.checkbox-type2 label{display:block;font-size:18px;padding-left:40px;position:relative;cursor:pointer;}
.checkbox-type2 label::before{content:'';width:30px;height:30px;border:1px solid #fff;border-radius:50%;position:absolute;left:0;top:-3px;}
.checkbox-type2 label::after{display:none;content:'';width:7px;height:13px;border-right:2px solid #fff;border-bottom:2px solid #fff;transform:rotate(45deg);position:absolute;left:11px;top:3px;}
.checkbox-type2 input[type="checkbox"]:checked + label::before{background:#222;border-color:#222;}
.checkbox-type2 input[type="checkbox"]:checked + label::after{display:block;}

.radio-type1 { margin: -0.5px;}
.radio-type1 input[type="radio"] {display: inline-block;position: absolute;opacity: 0;}
.radio-type1 label {position: relative !important;top: inherit !important;left: inherit !important;cursor: pointer;display: block;text-align: center;font-size: 14px;line-height: 50px;border: 1px solid #e5e5e5;}
.radio-type1 input[type="radio"]:checked + label {background-color: #222;color: #fff;}


.radio-type2{display:inline-block;vertical-align:middle;}
.radio-type2 input[type="radio"]{position:absolute;opacity:0;}
.radio-type2 label{display:block;font-size:18px;padding-left:35px;position:relative;cursor:pointer;}
.radio-type2 label::before{content: '';width: 25px;height: 25px;border: 1px solid #bebebe;border-radius: 50%;position: absolute;left: 0;top: 1px;box-sizing: border-box;}
.radio-type2 label::after{display:none;content:'';width:11px;height:11px;border-radius:50%;background:#202020;position:absolute;left:6.5px;top:8px;}
.radio-type2 input[type="radio"]:checked + label::before{border-color:#202020}
.radio-type2 input[type="radio"]:checked + label::after{display:block;}

.button-wrap{position:relative;display: inline-block;width:150px;border:1px solid #e04726;border-radius: 0 38px 38px 38px;}
.button-wrap button,
.button-wrap a {position:relative;top:-4px;left:-4px;display:block;width:100%;line-height:55px;height:55px;background: #e04726;border-radius: 0 38px 38px 38px;color:#fff;text-align: center;font-size: 18px;font-weight: 600;-moz-transition: all 0.2s;-webkit-transition: all 0.2s;-ms-transition: all 0.2s;-o-transition: all 0.2s;transition: all 0.2s;}
.button-wrap button:after,
.button-wrap a:after{content: "";position:relative;top:-2px;display: inline-block;vertical-align:middle;margin-left:10px;width:20px;height:20px;background: url(/_public/images2/icon/btn_arrow1.svg) no-repeat;background-size: cover;}
.button-wrap button:hover,
.button-wrap a:hover{top:0;left:0;}

.goTop{position: fixed;right:5%;bottom:5%;z-index: 10;display: none;}

header{position: fixed;top:0;left:0;width:100%;z-index: 100;border-bottom:1px solid rgba(255,255,255,0.2);background: rgba(0,0,0,0.2);height:90px;}
header .layout{max-width:1600px;display: flex;align-items: center;}
header .logo{position:relative;top:24px;display: inline-block;width:204px;height:45px;background: url(/_public/images2/common/logo-w.png) no-repeat;background-size: cover;z-index: 20;}
header .logo img{display:block;}
header .util{position:absolute;right:0;width:107px;}
header .util .language{position:absolute;width:107px;height: 45px;  border-radius:0 22px 22px 22px;background:#e04726;z-index: 10;-moz-transition: all 0.3s;-webkit-transition: all 0.3s;-ms-transition: all 0.3s;-o-transition: all 0.3s;transition: all 0.3s;}
header .util .language button{position:relative;display: block;width:100%;text-align: left; font-size: 15px;font-weight:normal;color:#fff;height: 45px;padding:0 10px;}
header .util .language button:before{content: "";vertical-align:middle;display: inline-block;width:25px;height: 25px;background: url(/_public/images2/icon/global.svg) no-repeat;background-size:cover;margin-right:10px;position:relative;top:-2px;}
header .util .language button:after{content: "";position:absolute;top:14px;right:10px;display: inline-block;width:13px;height:13px;background: url(/_public/images2/icon/select_icon2.svg) no-repeat;background-size: cover;}
header .util .language .list{position:relative;padding:10px 0;display: none;opacity: 0;}
header .util .language .list a{display: block;text-align: center;font-size:15px;color:#fff;font-weight:500;}
header .util .language .list a + a{margin-top:10px;}
header .util .language.on{height: auto;}
header .util .language.on button:after{transform: rotate(-180deg);}
header .util .language.on .list{opacity: 1;}
header .util .toggle-menu{width:24px;height:20px;background: url(/_public/images2/icon/allmenu.svg) no-repeat;background-size: cover;font-size:0;}
header .gnb{position:absolute;top:0;left:50%;transform:translateX(-50%);width:100%;max-width:675px;z-index: 10;}
header .gnb .gnb-close{position: absolute;top:20px;right:20px;display: none;}
header .gnb ul{display: flex;align-items: center;}
header .gnb ul li{position:relative;flex:1;z-index: 1;}
header .gnb ul li > a{line-height: 90px;padding:0 80px;text-align: center;display: block; font-size: 19px;font-weight: 600;color: #fff;}
header .gnb ul li:hover> a{color:#e04726;}
header .gnb ul li .dropdown{display:none;position: absolute;height:195px;padding:20px 0;width:100%;z-index: 100;}
header .gnb ul li .dropdown a{display:block;font-size: 17px;font-weight: 500;line-height: 2.24;text-align: center;color: #202020;}
header .gnb ul li .dropdown a:hover{color: #e04726;}
header .navi-icon{position: absolute;top: 0;right: 0px;display: none;width:30px;height:30px;background: url(/_public/images2/icon/hamburger.svg) no-repeat;background-size: cover;font-size:0;}
header .gnb-bg{display:none;position: absolute;left:0;top:90px;width:100%;height:195px;z-index: 1;background: #f5f5f5;}
header.active{background: #fff;}
header.active .logo{background: url(/_public/images2/common/logo-b.png) no-repeat;background-size: cover;}
header.active .gnb ul li > a{color:#202020;}
header.active .gnb ul li:hover > a{color:#e04726;}
header.scroll{background: #fff;}
header.scroll .logo{background: url(/_public/images2/common/logo-b.png) no-repeat;background-size: cover;}
header.scroll .gnb ul li > a{color:#202020;}
header.scroll .navi-icon{background: url(/_public/images2/icon/hamburger_b.svg) no-repeat;background-size: cover;}


/* s::footer */
footer{background: #3a3b3b;padding:40px 0;}
footer .layout{display: flex;max-width:1600px;}
footer .f-logo{}
footer .f-logo img{display: block;}
footer .f-info{margin-left: 100px;}
footer .f-info address{}
footer .f-info address p{display: flex;}
footer .f-info address p + p{margin-top:15px;}
footer .f-info address p span{position:relative;display: inline-block; font-size: 14px;font-weight: 500;color: #aaa;}
footer .f-info address p span + span{margin-left:30px;}
footer .f-info address p span em{display:inline-block;margin-right:10px;color: #787878;left:0;}
footer .f-info address .addr1 span:before{content: "";position:absolute;top:4px;left:-15px;display: inline-block;width:1px;height:10px;background: #aaa;}
footer .f-info address .addr1 span:first-child:before{display: none;}
footer .f-info copyright{margin-top:15px;display: block; font-size: 12px;font-weight: 500;color: #787878;}

/* e::footer */


/* 서브상단 */
.page-top{}
.page-top .visual{position: relative;padding-top:16%;background:url(/_public/images2/contents/sub_v1.png) top center no-repeat;background-size: cover;}

.page-top .visual .group{text-align: center;position: absolute;width:100%;top:64%;transform: translateY(-50%);}
.page-top .visual h1{margin-top:10px;position:relative;transform:none;text-align: center;color:#fff;font-size: 45px;font-weight:600;}
.page-top .visual h1:after{content: "";position:absolute;bottom: 14px;margin-left: 10px;display: inline-block;width:15px;height:15px;border-radius: 0 7px 7px 7px;background: #ff512c;}
.page-top .visual .breadcrumbs{display: flex;justify-content: center;}
.page-top .visual .breadcrumbs span{position:relative;display: inline-block;font-size:15px;font-weight:normal;color:#fff;}
.page-top .visual .breadcrumbs span:before{content: "";position:absolute;top:3px;left:-23px;display: inline-block;width:7px;height:13px;background: url(/_public/images2/icon/nv.svg) no-repeat;background-size: cover;}
.page-top .visual .breadcrumbs span:first-child:before{display: none;}
.page-top .visual .breadcrumbs span + span{margin-left: 40px;}
.page-top .navi-menu{background: #f5f5f5;border-bottom:1px solid #ddd;}
.page-top .navi-menu .layout{display: flex;}
.page-top .navi-menu .layout a{display:inline-block;flex:1;text-align: center;padding:20px 0;font-size: 18px;font-weight: 600;color: #202020;}
.page-top .navi-menu .layout a.on{background:#ff512c;color: #fff;}




/* tablet */
@media all and (max-width:1280px) {
    .page-title{font-size:28px;margin-bottom: 25px;}
    .button-wrap{width:140px;}
    .button-wrap button,
    .button-wrap a{line-height:47px;height:47px;font-size:16px;}
    .button-wrap button:after,
    .button-wrap a:after{width:15px;height:15px;}
    .tab a{font-size:16px;}

    #pagination {padding: 15px 0 50px;}
    #pagination a{width: 25px;height: 25px;line-height: 25px;font-size: 13px;}
    #pagination .end-prev,
    #pagination .prev,
    #pagination .next,
    #pagination .end-next {width: 25px;height: 25px;}

    header{padding:15px 20px;height:60px;}
    header .logo{width:125px;height:28px;top:0;}
    header .util{width:89px;top:0;right:50px;}
    header .util .language{width:89px;height:32px;}
    header .util .language button{height:32px;font-size: 14px;}
    header .util .language button:before{width:15px;height:15px;margin-right:5px;}
    header .util .language button:after{top:10px;}
    header .util .language .list a{font-size: 14px;}
    header .gnb{position: fixed;top:0;left:initial;right:-85%;width:100%;max-width:85%;height:100%;transform: none;background:#fff;-moz-transition: all 0.3s;-webkit-transition: all 0.3s;-ms-transition: all 0.3s;-o-transition: all 0.3s;transition: all 0.3s;z-index: 99999;padding-top:60px;}
    header .gnb.active{right:0;}
    header .gnb .gnb-close{display: block;}
    header .gnb ul{display: block}
    header .gnb ul li > a{line-height: 64px;padding:0 20px;position: relative; font-size: 20px;color:#202020;text-align: left;}
    header .gnb ul li.level1 > a:after{content: "";display: inline-block;width:15px;height:15px;background: url(/_public/images2/icon/plus.svg) no-repeat;background-size: cover;position: absolute;right:20px;top:25px;}
    header .gnb ul li.level1 > a.on:after{background: url(/_public/images2/icon/minus.svg) no-repeat;background-size: cover;}
    header .gnb ul li .dropdown{position: relative;background: #f5f5f5;padding:10px 20px;height:auto;}
    header .gnb ul li .dropdown a{text-align:left;font-size: 16px;font-weight: 500;line-height: 2.63;padding:0 20px;}
    header .navi-icon{display: block;}


    footer{padding:40px 20px;}


    .page-top .visual{padding-top:50%;background:url(/_public/images2/contents/m_sub_v1.png) top center no-repeat;background-size: cover;}
    .page-top .visual .group{top:55%;}
    .page-top .visual .breadcrumbs span{font-size:13px;}
    .page-top .visual .breadcrumbs span:before{top: 5px;left: -16px; width: 5px;height: 10px;}
    .page-top .visual .breadcrumbs span + span{margin-left: 25px;}
    .page-top .visual h1{font-size:32px;}
    .page-top .visual h1:after{width:12px;height:12px;bottom:10px;}

    .page-top .navi-menu .layout a{ font-size: 15px;padding:15px;}
}


/* mobile */
@media all and (max-width:768px) {
    footer .layout{display: block;}
    footer .f-logo{display: inline-block;width:125px;}
    footer .f-info{margin:30px 0 0;}
    footer .f-info address p{display: block;}
    footer .f-info address p span{display:block;}
    footer .f-info address p span + span{margin-left:0;margin-top:5px;}
    footer .f-info address .addr1 span:before{display:none;}

    .goTop { width: 45px}


    .tab{flex-wrap: wrap;margin:0 -1%;}
    .tab a{width:48%;margin:1%;border:1px solid #ccc;border-radius: 0 20px 20px 20px;text-align: center;padding:10px 0;}
    .tab a + a{margin:1%;}
    .tab a:after{display: none;}
    .tab a:hover, .tab a.active{border-color:#ff512c;background: #ff512c;color:#fff;}

    .filebox .upload-name{width:100%;height:40px;font-size:12px;background-size: 20px 20px;padding: 0 10px 0 20px;background-position: 0 50%;}
    .filebox label{line-height: 38px;font-size:14px;margin-left:0;margin-top:10px;width:100%;}
    .radio-type2 label{padding-left:25px;font-size:14px;}
    .radio-type2 label::before{width:20px;height:20px;top:0;}
    .radio-type2 label::after{left:5px;top:5px;}
    .page-top .navi-menu{border:0;}
    .page-top .navi-menu .layout{flex-wrap: wrap;}
    .page-top .navi-menu .layout a{width:50%;flex:initial;border:1px solid #ccc;margin:-0.5px;}
    .page-top .navi-menu .layout a.on{border-color:#ff512c}
    .page-top .navi-menu.item3 .layout a{width:33.3333%;}
}
