@charset "utf-8";

/* common */
/* font */
@font-face {
    font-family: 'Spoqa Han Sans';
    font-weight: 500;
    font-display: swap;
    src: local('Spoqa Han Sans Bold'),
    url('font/SpoqaHanSansNeo/SpoqaHanSansNeo-Bold.woff2') format('woff2'),
    url('font/SpoqaHanSansNeo/SpoqaHanSansNeo-Bold.woff') format('woff'),
    url('font/SpoqaHanSansNeo/SpoqaHanSansNeo-Bold.ttf') format('truetype');
  }
  
  @font-face {
    font-family: 'Spoqa Han Sans';
    font-weight: 400;
    font-display: swap;
    src: local('Spoqa Han Sans Medium'),
    url('font/SpoqaHanSansNeo/SpoqaHanSansNeo-Medium.woff2') format('woff2'),
    url('font/SpoqaHanSansNeo/SpoqaHanSansNeo-Medium.woff') format('woff'),
    url('font/SpoqaHanSansNeo/SpoqaHanSansNeo-Medium.ttf') format('truetype');
  }
  /*
  @font-face {
    font-family: 'Spoqa Han Sans';
    font-weight: 300;
    font-display: swap;
    src: local('Spoqa Han Sans Regular'),
    url('font/SpoqaHanSansNeo/SpoqaHanSansNeo-Regular.woff2') format('woff2'),
    url('font/SpoqaHanSansNeo/SpoqaHanSansNeo-Regular.woff') format('woff'),
    url('font/SpoqaHanSansNeo/SpoqaHanSansNeo-Regular.ttf') format('truetype');
  }
  
  @font-face {
    font-family: 'Spoqa Han Sans';
    font-weight: 200;
    font-display: swap;
    src: local('Spoqa Han Sans Light'),
    url('font/SpoqaHanSansNeo/SpoqaHanSansNeo-Light.woff2') format('woff2'),
    url('font/SpoqaHanSansNeo/SpoqaHanSansNeo-Light.woff') format('woff'),
    url('font/SpoqaHanSansNeo/SpoqaHanSansNeo-Light.ttf') format('truetype');
  }
  
  @font-face {
    font-family: 'Spoqa Han Sans';
    font-weight: 100;
    font-display: swap;
    src: local('Spoqa Han Sans Thin'),
    url('font/SpoqaHanSansNeo/SpoqaHanSansNeo-Thin.woff2') format('woff2'),
    url('font/SpoqaHanSansNeo/SpoqaHanSansNeo-Thin.woff') format('woff'),
    url('font/SpoqaHanSansNeo/SpoqaHanSansNeo-Thin.ttf') format('truetype');
  }
    */
input[type=checkbox],  input[type=radio]{ 
    position:absolute;
    width:0;
    height:0;
    overflow:hidden; 
}
input[type=checkbox] + label { 
    display: inline-block; 
    cursor: pointer; 
    line-height: 22px; 
    padding-left: 27px; 
    background: url('/login/assets/app/img/ico_checkbox_off.png') left/22px no-repeat;
}
input[type=checkbox]:checked + label { 
    background-image: url('/login/assets/app/img/ico_checkbox_on.png');
}

a{
    text-decoration: none;
}
.red{
    border:1px solid #fe7c20 !important;
    border-radius: 6px;
    background:  #fff !important;
}
/* layout */
body{
    background: url(/login/assets/app/img/bg_pc.png);
    background-size: 100%;
}
.wrap_login{
    width:100%;
    max-width:548px;
    margin: 70px auto;
}
header{
    overflow: hidden;
}
header h1{
    float: left;
    width: 183px;
    padding-right: 25px;
    background: url(/login/assets/app/img/logo-line.png) no-repeat right center;
}
header .right_word{
    float: left;
    margin-left:25px;
}
header .slogan{
    font-size: 22px;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0.48px;
    text-align: left;
    color: #fff;
}
header .word{
    font-family: 'Spoqa Han Sans';
    font-size: 15px;
    font-style: normal;
    line-height: 1.9;
    letter-spacing: -0.45px;
    text-align: left;
    color: #fff;
}

#tab-top{
    width:100%;
    margin-top:50px;
    border-radius: 10px;
    background: #fff;
}
#tab-top ul{
    display: flex;
    justify-content: space-between;
    align-content: center;
    height: 64px;
}
#tab-top ul li{
    flex: 1;
}
#tab-top ul li a{
    display: block;
    height: 64px;
    padding: 21px 0;
    font-size: 18px;
    line-height: 1.22;
    letter-spacing: -0.54px;
    text-align: center;
    color: #686f72;
    border-right: 1px solid #d9e0e3;
    background: #e7eef1;
}
#tab-top ul li.round a{
    border:none;
    border-radius: 0 10px 0 0;
}
#tab-top ul li:first-child a{
    border-radius: 10px 0 0 0;
}
#tab-top ul li a.on{
    color:#1b2529;
    background: #fff;
}

#tab-ie{
    width:100%;
    margin-top:50px;
    border-radius: 10px;
    background: #fff;
}

#tab{
    width:100%;
    margin-top:50px;
    border-radius: 10px;
    background: #fff;
}
#tab ul{
    display: flex;
    justify-content: space-between;
    align-content: center;
    height: 64px;
}
#tab ul li{
    flex: 1;
}
#tab ul li a{
    display: block;
    height: 64px;
    padding: 21px 0;
    font-size: 18px;
    line-height: 1.22;
    letter-spacing: -0.54px;
    text-align: center;
    color: #686f72;
    border-right: 1px solid #d9e0e3;
    background: #e7eef1;
}
#tab ul li.round a{
    border:none;
    border-radius: 0 10px 0 0;
}
#tab ul li:first-child a{
    border-radius: 10px 0 0 0;
}
#tab ul li a.on{
    color:#1b2529;
    background: #fff;
}
.panel{
    padding: 40px 50px 50px;
}
.panel input[type=text], .panel input[type=password]{
    width:100%;
    height: 60px;
    padding: 0 20px;
    margin-bottom: 10px;
    line-height: 60px;
    font-size: 16px;
    font-family: 'Spoqa Han Sans';
    background: #f2f4f5;
    border-radius: 6px;
    border:none;
    box-sizing: border-box;
}
.panel input::placeholder{
    font-family: 'Spoqa Han Sans';
    font-size: 16px;
    line-height: 1.69;
    letter-spacing: -0.48px;
    text-align: left;
    color: #90a0a6;
}
.panel-login{
    padding: 40px 50px 15px;
    border: none;
}
.panel-login input[type=text], .panel-login input[type=password]{
    width:100%;
    height: 60px;
    padding: 0 20px;
    margin-bottom: 10px;
    line-height: 60px;
    font-size: 16px;
    font-family: 'Spoqa Han Sans';
    background: #f2f4f5;
    border-radius: 6px;
    border:none;
    box-sizing: border-box;
}
.panel-login input::placeholder{
    font-family: 'Spoqa Han Sans';
    font-size: 16px;
    line-height: 1.69;
    letter-spacing: -0.48px;
    text-align: left;
    color: #90a0a6;
}
.panel-login-bottom{
    padding: 40px 50px 35px;
    min-height: 195px;
}
.panel-login-bottom input[type=text], .panel-login-bottom input[type=password]{
    width:100%;
    height: 60px;
    padding: 0 20px;
    margin-bottom: 10px;
    line-height: 60px;
    font-size: 16px;
    font-family: 'Spoqa Han Sans';
    background: #f2f4f5;
    border-radius: 6px;
    border:none;
    box-sizing: border-box;
}
.panel-login-bottom input::placeholder{
    font-family: 'Spoqa Han Sans';
    font-size: 16px;
    line-height: 1.69;
    letter-spacing: -0.48px;
    text-align: left;
    color: #90a0a6;
}
.mb_10{
    margin-bottom: 10px;
}
.coway_sel{
    position: relative;
}
.ab{
    position: absolute;
    right:20px;
    top:20px;
    letter-spacing: -0.48px;
    text-align: right;
    color: #90a0a6;
}
.c_both{
    clear: both;
}
.f_right{
    float: right;
}
.f_right span a, .f_right span{
    font-size: 14px;
    line-height: 1.71;
    letter-spacing: -0.28px;
    text-align: left;
    color: #90a0a6;
}
.f_left{
    float: left;
}
.f_left label{
    font-family: 'Spoqa Han Sans';
    font-size: 14px;
    line-height: 1.71;
    letter-spacing: -0.28px;
    text-align: left;
    color: #90a0a6;
}
.warning{
    float: left;
    width:100%;
    margin: 14px 0 0;
    padding-left: 20px;
    font-size: 14px;
    line-height: 1.3;
    letter-spacing: -0.42px;
    text-align: left;
    color: #fe7c20;
    background: url(/login/assets/app/img/ico-error.png)no-repeat left 1px;
}
button{
    /*width:100%;*/
    /*height: 66px;*/
    margin:14px 0 30px;
    font-size: 18px;
    font-weight: bold;
    line-height: 1.67;
    letter-spacing: -0.54px;
    text-align: center;
    color: #fff;
    border-radius: 6px;
    background-color: #00a8e3;
    border:none;
}
.go_inside{
    display: flex;
    justify-content:start;
    width: 100%;
    border-radius: 6px;
    border: solid 1px #dde3e6;
}
.go_inner{
    float: left;
    width:50%;
    padding:19px;
    border-right: 1px solid #dde3e6;
}
.go_inner:last-child{
    border-right: none;
}
.go_guide{
    width: 100%;
    padding:19px;
    border-radius: 6px;
    border: solid 1px #dde3e6;
}
.go a{
    display: block;
    font-size: 15px;
    font-weight: 500;
    line-height: 1.33;
    letter-spacing: -0.3px;
    text-align: left !important;
    color: #3d4447;
}
.arrow{
    background: url(/login/assets/app/img/ico-arrow.png)no-repeat right 25px top 50%;
}
.double_top{
   border-radius: 6px 6px 0 0 !important;
   border-bottom: none !important;
}
.double_bottom{
    border-radius: 0 0 6px 6px !important;
 }
.check{
    margin-bottom: 20px;
    font-size: 15px;
    font-weight: 500;
    line-height: 1.47;
    letter-spacing: -0.3px;
    text-align: center;
    color: #1b2529;
}
.mHide{display: block;}
.mShow{display: none;}
.mmShow{display: none;}
.mmHide{display: block;}

.box-header {
    display: block;
    height: 64px;
    padding: 21px 0;
    font-size: 18px;
    line-height: 1.22;
    letter-spacing: -0.54px;
    text-align: center;
    color: #686f72;
    border-right: 1px solid #d9e0e3;
    background: #e7eef1;
    border-radius: 10px 10px 0 0;
}

.restrict {
    width: 100%;
    margin: 0px 0 25px;
    padding: 0 5px 0 5px;
    font-size: 14px;
    line-height: 2;
    letter-spacing: -0.42px;
    text-align: left;
    color: #027da8;
}

.wrap_center {
    /*position: absolute;*/
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-wrap: wrap;
}

.restrict-item {
    padding-left: 20px;
    text-indent: -20px;
}

.btn-lg {
    width: 100%;
    height: 66px;
}

select {
    appearance: none;
    width: 100%;
    height: 60px;
    padding: 0 20px;
    margin-bottom: 10px;
    line-height: 60px;
    font-size: 16px;
    font-family: 'Spoqa Han Sans';
    background: #f2f4f5 url('/login/assets/app/img/down.png') no-repeat 95% 50%;
    border-radius: 6px;
    border: none;
    box-sizing: border-box;
}

@media screen and (max-width:1920px) {
body{
    background: url(/login/assets/app/img/bg_pc.png);
    background-size: auto;
}
}
@media screen and (max-width:528px) {
   .mHide{display: none;}
   .mShow{display: block;}
   .mShow a{
       padding: 13px 0 !important;
   }
   .panel input[type=text], .panel input[type=password]{
       height: 50px;
       line-height: 50px;
   }
   .panel-login input[type=text], .panel-login input[type=password]{
        height: 50px;
        line-height: 50px;
    }
    .panel-login-bottom input[type=text], .panel-login-bottom input[type=password]{
        height: 50px;
        line-height: 50px;
    }
   select {
        height: 50px;
        line-height: 50px;
    }
   .wrap_login{
       width: 90%;
       margin:30px auto 50px;
    } 
   header h1{
       width: 100%;
       margin-bottom: 7px;
       padding-right: 0;
       text-align: center;
       background: none;
   }
   header h1 img{
       width:106px;
   }
   header .right_word{
        float: none;
       margin-left: 0 ;
   }
   .right_word p{
       margin-left: 0;
       text-align: center !important;
   }
   .slogan{
       font-size: 18px;
   }
   header .word{
       margin-top:10px;
       font-size: 13px;
       line-height: 1.3;
   }
   #tab{
       margin-top: 24px;
   }
   #tab ul li a{
       font-size: 16px;
   }
   .panel{
       padding: 24px;
   }
   .panel input::placeholder{
    font-size: 14px;
   }
   .panel-login {
        padding: 24px 24px 0px;
    }
    .panel-login input::placeholder{
        font-size: 14px;
    }
    .panel-login-bottom {
        padding: 24px;
        min-height: 0px;
    }
    .panel-login-bottom input::placeholder{
        font-size: 14px;
    }
   .ab{
       font-size: 14px;
   }
   .go a{
       font-size: 13px;
       font-weight: 400;
   }
   .arrow {
    background: url(/login/assets/app/img/ico-arrow.png)no-repeat right 15px top 50%;
    }
    button{
        height: 52px;
        font-size: 16px;
    }
    .check{
        font-size: 13px;
    }
    
}
@media screen and (max-width:420px) {
.ab{
    top: 55px;
    right:0;
}
.panel input[type=text]{
    margin-bottom: 25px;
}
.panel-login input[type=text]{
    margin-bottom: 25px;
}
.panel-login-bottom input[type=text]{
    margin-bottom: 25px;
}
select {
    margin-bottom: 25px;
}
}


@media screen and (max-width:280px) {
header .word{
    margin-top:15px;
}
.panel {
    padding: 15px;
}
.panel-login {
    padding: 15px;
}
.panel-login-bottom {
    padding: 15px;
}
.mmShow{display: block;}
.mmHide{display: none;}
.mmShow a{
    padding: 13px 0 !important;
}
}
