@charset "UTF-8";
@font-face {
    font-family:'NotoSansKR';
    font-style: normal;
    font-weight: 300;
    src: url('../fonts/NotoSansCJKkr-DemiLight.eot');
    src: local("?"),
         url('../fonts/NotoSansCJKkr-DemiLight.woff') format('woff'),
         url('../fonts/NotoSansCJKkr-DemiLight.otf') format('opentype');
}

@font-face {
    font-family:'NotoSansKR';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/NotoSansCJKkr-Regular.eot');
    src: local("?"),
         url('../fonts/NotoSansCJKkr-Regular.woff') format('woff'),
         url('../fonts/NotoSansCJKkr-Regular.otf') format('opentype');
}

@font-face {
    font-family:'NotoSansKR';
    font-style: normal;
    font-weight: 500;
    src: url('../fonts/NotoSansCJKkr-Medium.eot');
    src: local("?"),
         url('../fonts/NotoSansCJKkr-Medium.woff') format('woff'),
         url('../fonts/NotoSansCJKkr-Medium.ttf') format('truetype');
}

@font-face {
  font-family:'NotoSansKR';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/NotoSansCJKkr-Bold.eot');
  src: local("?"),
       url('../fonts/NotoSansCJKkr-Bold.woff') format('woff'),
       url('../fonts/NotoSansCJKkr-Bold.ttf') format('truetype');
}
input[type="file"]{
    padding: 1px 2px;
}
/* .pc{
    display: block !important;
} */
.mobile{
    display: none;
}
div.type-unfairness-form .table-unfairness input{
    width: 330px;
    height: 19px;
}
div.type-unfairness-form .table-unfairness textarea{
    width: 330px;
    resize: none;
}
div.terms-type{
    word-break: keep-all;
}
div.terms-type strong{
    display: inline-block;
    text-indent: -18px;
    padding-left: 18px;
}
div.terms-type .depth01{
    padding-left: 18px;
}
div.terms-type .depth02{
    text-indent: -10px;
    padding-left: 10px;
}

@media only screen and (max-width:910px){

    .pc{
        display: none !important;
    }
    .mobile{
        display: block;
    }
    *,*:before,*:after{
        box-sizing:border-box;
    }
    html{
        width: 100%;
        min-width: unset;
        background: 0 none;
    }
    body{
        width: 100%;
        border-top: 0;
        font-family: 'NotoSansKR', sans-serif;
        font-size: 15px;
        line-height: 1.5;
        color: #333;
        word-break: keep-all;
    }
    #wrap{
        width: 100%;
    }
    #header{
        width: 100%;
        height: auto;
        top: 0;
        padding: 10px 17px 24px;
        background: 0 none;
        background: url(../../assets/images/visual_m.png) #fff no-repeat bottom 15px right;
        background-size: 50%;
    }
    #header h1{
        width: auto;
        margin: 0;
        padding: 4px 0 0 0;
        font-size: 18px;
        font-weight: 700;
        color: #3a5c83;
    }
    #header h1 > a{
        display: block;
        margin-bottom: 6px;
    }
    #header h1 > a > img{
        width: 182px;
    }
    #header h2{
        width: 60%;
        padding-left: 0;
        font-size: 12px;
        font-weight: 400;
        color: #666;
    }
    #header .btn_gnb{
        z-index: 20;
        position: absolute;
        top: 10px;
        right: 17px;
        display: inline-block;
        width: 24px;
        height: 30px;
        background: transparent;
        border: transparent;
    }
    #header .btn_gnb span{
        display: inline-block;
        position: absolute;
        width: 24px;
        height: 2px;
        border-radius: 2px;
        background: #3a5c83;
        -webkit-transition: all .3s ease;
        -moz-transition: all .3s ease;
        -o-transition: all .3s ease;
        transition: all .3s ease;
    }
    #header .btn_gnb span:nth-of-type(1) {
        top: 6px;
    }
    #header .btn_gnb span:nth-of-type(2) {
        top: 50%;
        -webkit-transform: translate(0, -50%);
        transform: translate(0, -50%);
    }
    #header .btn_gnb span:nth-of-type(3) {
        bottom: 6px;
    }
    #header .btn_gnb.active{
        position: fixed;
        top: 10px;
        right: 17px;
    }
    #header .btn_gnb.active span{
        background: #fff;
    }
    #header .btn_gnb.active span:nth-of-type(1){
        top: 50%;
        opacity: 0;
        -webkit-transform: translate(0, -50%);
        transform: translate(0, -50%);
    }
    #header .btn_gnb.active span:nth-of-type(2){
        top: 50%;
        -webkit-transform: translate(0, -50%) rotate(-45deg);
        transform: translate(0, -50%) rotate(-45deg);
    }
    #header .btn_gnb.active span:nth-of-type(3){
        top: 50%;
        -webkit-transform: translate(0, -50%) rotate(45deg);
        transform: translate(0, -50%) rotate(45deg);
    }

    #gnb{
        display: none;
        z-index: 0;
        opacity: 0;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100vh;
        background: #3a5c83;
        -webkit-transition: all .3s ease;
        -moz-transition: all .3s ease;
        -o-transition: all .3s ease;
        transition: all .3s ease;
    }
    #gnb.active{
        display: block;
        z-index: 10;
        opacity: 1;
    }
    #gnb ul{
        padding-top: 80px;
        margin: 0;
        min-height: unset;
        width: 100%;
    }
    #gnb li{
        padding-bottom: 30px;
        height: auto;
        text-align: center;
        border: 0 none;
    }
    #gnb li a{
        padding: 0;
        width: 100%;
        font-size: 36px;
        color: #fff;
    }
    #gnb p.copyright{
        position: absolute;
        bottom: 24px;
        left:50%;
        transform: translateX(-50%);
        white-space: nowrap;
        font-size: 12px;
        font-weight: 700;
        color: rgba(255,255,255,.5);
    }

    #content{
        width: 100%;
        padding: 24px;
        border: 1px solid #e6e9ee;
        border-radius: 14px;
        background: #fff;
        box-shadow: 3px 2px 3px 0px rgba(0,0,0,0.04);
        -webkit-box-shadow: 3px 2px 3px 0px rgba(0,0,0,0.04);
        -moz-box-shadow: 3px 2px 3px 0px rgba(0,0,0,0.04);
    }
    #content div.h1-title{
        margin-bottom: 0;
        padding-bottom:5px;
        background: 0;
    }
    #content div.h1-title h1{
        position: relative;
        padding-left: 22px;
        margin-bottom: 12px;
        font-size: 18px;
        color: #318bcb;
        letter-spacing: -.5px;
    }
    #content div.h1-title h1::before{
        content: '';
        display: inline-block;
        position: absolute;
        top: 6px;
        left: 0;
        width: 15px;
        height: 15px;
        margin-right: 6px;
        border: 3px solid #318bcb;
        border-radius: 3px;
    }
    #content div.h1-title p.text{
        margin: 0 0 20px;
        color: #3a5c83;
    }

    #footer{
        margin: 0;
        padding: 32px 0 28px;
        width: 100%;
        height: auto;
        text-align: center;
        border-top: 1px solid #e4e4e4;
    }
    #footer p.logo{
        float: none;
    }
    #footer p.logo > img{
        width: 230px;
    }
    #footer p.copyright{
        float: none;
        padding: 10px 0 6px;
    }
    #footer p.copyright > img{
        width: 270px;
    }
    #footer p.policy{
        float: none;
        padding: 0;
        font-size: 12px;
        color: #333;
    }

    div.box-area{
        display: inline-block;
        margin: 0;
        padding: 18px;
        width: 100%;
        background: #f5f7f9;
    }
    div.box-area div.box-top{
        display: none;
    }
    div.box-area div.gnb-text{
        display: none;
    }
    div.box-area div.box-bot{
        display: none;
    }


    div.type-summary{
        border-top: 1px solid #e6e9ee;
    }
    div.type-summary .num li{
        padding: 12px 0 18px 0;
        margin-bottom: 0;
        border-bottom: 1px solid #e6e9ee;
        background: 0 none;
        letter-spacing: -0.5px;
    }
    div.type-summary .num li:last-child{
        padding-bottom: 0;
        border-bottom: 0 none;
    }
    div.type-summary .num strong{
        padding-bottom: 2px;
        font-size: 19px;
        font-weight: 700;
        color: #89919c;
    }
    div.type-summary .num em{
        font-weight: 400;
        color: inherit;
    }

    div.type-ethics-charter{
        border-top: 1px solid #e6e9ee;
    }
    div.type-ethics-charter > div{
        padding: 18px 0;
        border-bottom: 1px solid #e6e9ee;
    }
    div.type-ethics-charter > div:last-child{
        padding-bottom: 0;
        border-bottom: 0;
    }
    div.type-ethics-charter h2{
        font-size: 16px;
        font-weight: 700;
        color:#3a5c83;
    }
    div.type-ethics-charter h3{
        margin-top: 24px;
        font-size: 16px;
        color: #333;
    }
    div.type-ethics-charter li{
        margin-top: 8px;
        padding-left: 10px;
        background: url(../../assets/images/bul_m.gif) no-repeat 0px 10px;
        background-size: 3px;
    }
    div.type-ethics-charter li:first-child{
        margin-top: 16px;
    }
    div.type-ethics-charter > div a[href="#content"]{
        font-weight: 400;
        color: #666;
        padding-left: 8px;
    }

    div.type-unfairness{
        padding-top: 18px;
        border-top: 1px solid #e6e9ee;
    }
    div.type-unfairness h2{
        font-size: 16px;
        font-weight: 700;
        color:#3a5c83;
    }
    div.type-unfairness li{
        padding-left: 10px;
        background: url(../../assets/images/bul_m.gif) no-repeat 0px 10px;
        background-size: 3px;
    }
    div.type-unfairness div.area{
        margin-top: 24px;
    }
    div.type-unfairness div.first-child{
        margin-top: 0;
    }
    div.type-unfairness div.type-left{
        width: 100%;
        float: none;
    }
    div.type-unfairness div.type-right{
        width: 100%;
        padding-left: 0;
        float: none;
    }
    div.type-unfairness div.h2-btn p.btn{
        float: none;
        margin-top: 32px;
        margin-left: 0;
    }
    div.type-unfairness div.h2-btn p.btn a{
        display: inline-block;
        width: 100%;
        height: 65px;
        line-height: 65px;
        text-align: center;
        font-size: 18px;
        font-weight: 500;
        color: #fff;
        border-radius: 3px;
        background: #597da1; /* Old browsers */
        background: -moz-linear-gradient(top,  #597da1 0%, #3a5c83 100%); /* FF3.6-15 */
        background: -webkit-linear-gradient(top,  #597da1 0%,#3a5c83 100%); /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(to bottom,  #597da1 0%,#3a5c83 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#597da1', endColorstr='#3a5c83',GradientType=0 );/* IE6-9 */
    }

    div.type-unfairness-form h2{
        margin: 14px 0 4px;
        font-size: 16px;
        font-weight: 700;
        color:#3a5c83;
    }
    div.type-unfairness-form table.table-unfairness,
    div.type-unfairness-form table.table-unfairness tbody,
    div.type-unfairness-form table.table-unfairness tr,
    div.type-unfairness-form table.table-unfairness th,
    div.type-unfairness-form table.table-unfairness td{
        display: block;
        width: 100%;
    }
    div.type-unfairness-form .table-unfairness{
        border-top: 0 none;
    }
    div.type-unfairness-form .table-unfairness th{
        padding: 4px 0;
        border-bottom: 0;
        font-size: 14px;
        font-weight: 400;
        color: #333;
    }
    div.type-unfairness-form .table-unfairness td{
        padding: 4px 0 12px;
        border-bottom: 0 none;
    }
    div.type-unfairness-form .table-unfairness label{
        margin: 0;
        padding: 0;
        background: 0 none;
    }
    div.type-unfairness-form .table-unfairness input{
        font-family: 'NotoSansKR', sans-serif;
        width: 100%;
        height: 50px;
        text-indent: 12px;
        border: 1px solid #d4d4d4;
        border-radius: 3px;
        background: 0 none;
    }
    div.type-unfairness-form .table-unfairness textarea{
        font-family: 'NotoSansKR', sans-serif;
        padding: 10px 12px;
        width: 100%;
        border: 1px solid #d4d4d4;
        border-radius: 3px;
    }
    div.type-unfairness-form em.txt{
        margin: 0;
        text-align: left;
        font-size: 14px;
        color: #999;
    }
    div.type-unfairness-form p.btn2{
        border-top: 0;
    }
    div.type-unfairness-form p.btn2 a{
        display: inline-block;
        width: 100%;
        height: 65px;
        line-height: 65px;
        text-align: center;
        font-size: 18px;
        font-weight: 500;
        color: #fff;
        border-radius: 3px;
        background: #597da1; /* Old browsers */
        background: -moz-linear-gradient(top,  #597da1 0%, #3a5c83 100%); /* FF3.6-15 */
        background: -webkit-linear-gradient(top,  #597da1 0%,#3a5c83 100%); /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(to bottom,  #597da1 0%,#3a5c83 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#597da1', endColorstr='#3a5c83',GradientType=0 );/* IE6-9 */
    }

    div.type-unfairness-form .filebox{
        clear: both;
    }
    div.type-unfairness-form .filebox input[type="file"].upload-hidden {
        position: absolute;
        width: 1px;
        height: 1px;
        padding: 0;
        margin: -1px;
        overflow: hidden;
        clip: rect(0, 0, 0, 0);
        border: 0;
    }
    div.type-unfairness-form .filebox label {
        display: inline-block;
        float: right;
        width: 90px;
        height: 50px;
        line-height: 48px;
        padding: 0 16px;
        color: #6185a8;
        font-size: 16px;
        vertical-align: middle;
        background-color: #fdfdfd;
        cursor: pointer;
        border: 1px solid #6185a8;
        border-radius: 3px;
    }
    /* named upload */
    div.type-unfairness-form .filebox .upload-name {
        display: inline-block;
        width: calc(100% - 98px);
        vertical-align: middle;
        border: 1px solid #d4d4d4;
        border-radius: 3px;
        -webkit-appearance: none; /* 네이티브 외형 감추기 */
        -moz-appearance: none;
        appearance: none;
    }
    div.type-unfairness-form div.confirm-layer p.txt{
        margin: 0;
        padding-bottom: 10px;
        border-bottom: 1px solid #f0f0f1;
    }
    div.type-unfairness-form div.confirm-layer p.btn{
        margin: 0;
        padding-top: 10px;
    }
    div.type-unfairness-form div.confirm-layer{
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translateX(-50%);
        margin: 0 auto;
        padding: 20px 20px;
        width: 80%;
        height: auto;
        background: #fff;
        border: 3px solid #6e92b4;
        box-shadow: 5px 5px 20px rgba(0, 0, 0, 0.5)  ;
    	-webkit-box-shadow: 5px 5px 20px rgba(0, 0, 0, 0.5)  ;
    	-moz-box-shadow: 5px 5px 20px rgba(0, 0, 0, 0.5)  ;
    }

    div.terms-type{
        padding-top: 18px;
    }
    .table-list{
        width: 100%;
    }
    div.terms-type h2{
        width: 100%;
        height: auto;
        padding: 0;
        background: 0 none;
    }
    div.terms-type a[href="#content"]{
        padding-top: 10px;
        font-weight: 400;
        color: #999;
        padding-left: 8px;
    }

    /* table_labelling css */
    div.terms-type .table_labelling tbody tr td table tr:first-child td{padding:0; height: 40px; vertical-align: middle; line-height: 1.3; word-break: keep-all; letter-spacing: 0em;}

}
