@charset "utf-8";

@import url('./customDatepicker.css');



/* 색상 */
:root {
    --main: #02346B;
    --main2: #1776E1;
    --line: #D4D9E4;
    --line2: #E7EAF1;
  }

/* *:focus {outline: 2px solid #000;} */

/* 스킵네비게이션 */
.skip_nav a{position:absolute; top:-30px; left:0; background:#000; height:30px; line-height:30px; color:#fff; font-size:12px; padding:0 6px; z-index: 99    ;}
.skip_nav a:focus,
.skip_nav a:active{top:0; outline: 2px solid #fff;}

/* 공통 */
/* section, header, footer {
    min-width: 1400px;
} */
p{
    font-weight: 400;
    font-size: 1rem;
    line-height: 26px;
    letter-spacing: -0.03em;
    color: #333333;
}
button {
    background: none;
}
.row {
    max-width: 1600px;
    width: 100%;
    margin: 0 auto;
    padding: 0 16px;
    position: relative;
}
select {
    -webkit-appearance:none; /* for chrome */
    -moz-appearance:none; /*for firefox*/
    appearance:none;
 }
 select::-ms-expand{
    display:none;/*for IE10,11*/
 }
#contents {
    padding-top: 170px;
}
section.mgTop150,
#contents.mgTop150 {
    margin-top: 150px;
}
.sr-only{
    position: absolute;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0,0,0,0) !important;
    border: 0 !important;
}
.font_FF0000 {
    color: #FF0000 !important;
}
.btn-wrap {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
}
.btn-wrap > button, .btn-wrap > a {
 margin-right: 30px;
}
.btn-wrap > button:last-child, .btn-wrap > a:last-child {
    margin-right: 0px;
   }

.btn-wh {
    background: #FFFFFF;
    border: 1px solid #1776E1;
    color: #1776E1;
    font-weight: 500;
    font-size: 1rem;
    line-height: 24px;
    min-width: 180px;
    width: 180px;
    padding: 13px;
}
.btn-bl{
    background: #1776E1;
    border: 1px solid #1776E1;
    color: #fff;
    font-weight: 500;
    font-size: 1rem;
    line-height: 24px;
    width: 180px;
    padding: 13px;
}
.btn-close {
    background: #E8F1FC;
    border: 1px solid #E8F1FC;
    border-radius: 70px;
    color: #6C7784;
    font-weight: 500;
    font-size: 1rem;
    line-height: 24px;
    width: 180px;
    padding: 13px;
}
.btn-red {
	background: #FFFFFF;
    border: 1px solid #ff2b2b;
    color: #ff2b2b;
    font-weight: 500;
    font-size: 1rem;
    line-height: 24px;
    min-width: 180px;
    width: 180px;
    padding: 13px;
}

.btn-left {
    position: absolute;
    left: 0;
    bottom: 0;
}
.btn-nomal{
    border-radius: 6px;
}
.btn-round{
    border-radius: 70px;
}
.btn-full {
    width: 100%;
}
#inputId {
    display: none;
    margin-right: 10px;
}
#email2 {
    margin-right: 10px;
}
.input-nomal {
    padding: 10px 15px;
    background: #FFFFFF;
    border: 1px solid #D4D9E4;
    border-radius: 6px;
    font-size: 1rem;
}
.input-nomal::placeholder {
    font-weight: 400;
    font-size: 1rem;
    line-height: 26px;
    letter-spacing: -0.03em;
    color: #6C7784;
}
.input-nomal:-ms-input-placeholder {
    font-weight: 400;
    font-size: 1rem;
    line-height: 26px;
    letter-spacing: -0.03em;
    color: #6C7784;
}

.input-nomal[readonly="readonly"]{
    background: #F9FCFF;
    border: 1px solid #D4D9E4;
    color: #8191A5;
}
.top-nab-btn {
    text-align: center;
    margin-bottom: 22px;
    transform: translateY(-20px);
    flex-wrap: wrap;
}
.top-nab-btn > a{
    font-size: 1.15rem;
    width: 300px;
    height: 60px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 10px;
    margin-bottom: 8px;
}
.top-nab-btn > a:last-child{
    margin-right: 10px;
}
.w200 {
    width: 200px;
}
.w300 {
    width: 300px;
}
.w310 {
    width: 310px;
}
.w460{
    width: 460px;
}
.w1000{
    width: 1000px;
}
.w100p {
    width: 100%;
}
.w100 {
    width: 100px;
}
/* input[type='radio'],input[type='checkbox']{
    display: none;
} */
.radio-nomal {
    background: #FFFFFF;
    border: 1px solid #D4D9E4;
    border-radius: 6px;
    padding: 10px 35px;
    margin-right: 8px;
    cursor: pointer;
    display: inline-block;
    box-sizing: border-box;
    white-space: nowrap;
    font-size: 1rem;
    color: #979BA4;
}
input[type='radio']:checked + .radio-nomal {
    border: 3px solid #1776E1;
    color: #1776E1;
}
input[type='radio']:focus + .radio-nomal,
input[type='checkbox']:focus + .check-nomal {
    outline: 2px solid #000;
    outline-offset: .2rem;
}
.radio-small{
    display: flex;
    cursor: pointer;
    font-size: 1.15rem;
    line-height: 27px;
    letter-spacing: -0.03em;
    color: #333333;
}
.radio-small::before{
    content: '';
    display: inline-block;
    background: url(/images/common/radio_btn.png) no-repeat;
    width: 20px;
    height: 20px;
    margin-top: 4px;
    margin-right: 4px;
}
input:checked + .radio-small:before{
    background: url(/images/common/radio_btn_check.png) no-repeat;
}
.select-nomal {
    border: 1px solid #D4D9E4;
    border-radius: 6px;
    padding: 10px 15px;
    font-size: 1rem;
    background:url('/images/common/ep_arrow-right-bold.png') no-repeat 93% 50%/15px auto;
    background-color: #FFFFFF;
    cursor: pointer;
}
.check-nomal {
    background: #FFFFFF;
    border: 2px solid rgba(70, 138, 245, 0.2);
    border-radius: 100px;
    padding: 10px 30px;
    cursor: pointer;
    margin: 0;
    margin-right: 8px;
    display: inline-block;
    margin-bottom: 10px;
    color: #979BA4;
}
input[type="checkbox"]:checked + .check-nomal{
    border: 2px solid #468AF5;
    background-color: #468AF5;
    color: #fff;
}
input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
.container {
	position: relative;
    padding: 40px;
    background: #FFFFFF;
    box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.15);
    border-radius: 14px;
    overflow: hidden;
    margin-bottom: 80px;
}
.monthpicker,
.date-nomal {
    padding: 10px 35px 10px 15px;
    border: 1px solid #D4D9E4;
    border-radius: 6px;
    font-size: 1rem;
    position: relative;
    /* background: url('/images/common/input-date-icon.png') no-repeat 94% 50%/15px auto; */
    background-color: #fff;
}
.monthpicker:disabled,
.date-nomal:disabled {
    /* background: url('/images/common/input-date-icon-disabled.png') no-repeat 94% 50%/15px auto; */
    background-color: #e8ebef;
    border: 1px solid #D4D9E4;
    color: #8191A5;
}
.textarea-nomal {
    padding: 10px 15px;
    background: #FFFFFF;
    border: 1px solid #D4D9E4;
    border-radius: 6px;
    font-size: 1rem;
    position: relative;
    resize: none;
    display: block;
}   
.position{
    padding: 40px 60px;
    background: #F1F7FB;
    border-radius: 14px;
    margin-top: 20px;
    position: relative;
}
.position p {
    color: #555555;
    margin-bottom: 20px;
}


.position p::before{
    content: '';
    background: url(/images/common/ckeck-blue.png) no-repeat;
    width: 18px;
    height: 18px;
    display: inline-block;
    margin-right: 10px;
    transform: translateY(3px);
}
.position__list {
    display: flex;
    width: 90%;
    flex-wrap: wrap;
}
.position3 p {
    width: 33%;
}
.position4 p {
    width: 100%;
    margin-bottom: 20px !important;
}
.position4 p:last-child {margin-bottom: 0 !important;}


.line1{
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp:1 ;
    -webkit-box-orient: vertical;
}
.line2{
    white-space: inherit;
    display: block;
    -webkit-line-clamp:2 ;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.user-photo {
    width: 100px;
    height: 100px;
    background: url(/images/common/photo-none.png) no-repeat 50% 50%;
    background-size: contain;
    border-radius: 100px;
}
.container__title {
    font-weight: 500;
    font-size: 1.25rem;
    line-height: 30px;
    position: relative;
    margin-bottom: 10px;
}
.container__title::before{
    content: '';
    display: block;
    position: absolute;
    left: -10px;
    top: 0px;
    width: 18px;
    height: 18px;
    background: rgba(23, 118, 225, 0.1);
    border-radius: 18px;
}
.container__title .required {
    font-size: 1.3rem;
    font-weight: 500;
    display: inline-block;
}
.container__title .required::after {
    display: inline-block;
    vertical-align: top;
}
.container__title span {
    font-weight: 400;
    font-size: 0.95rem;
    line-height: 22px;
    color: #666666;
    margin-left: 10px;
}
.container__list li {
    list-style:disc;
    margin-left: 20px;
    line-height: 34px;
    color: #555555;
}
.container__list li span {
    display: block;
    color: #777777;
    line-height: 28px;
}
.container__title .sub-block{
    display: block;
    margin-left: 0;
    margin-top: 8px;
}
.container__vod {
    width: 60%;
	position: relative;
    left: 20%;
    border: 1px solid;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}
.bottom-line{
    height: 1px;
    width: 100%;
    background-color: #E7EAF1;
    margin: 40px 0;
}


.more-btn {
    background: #FFFFFF;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 70px;
    padding: 1rem;
    width: 180px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-around;
    box-sizing: border-box;
}
.more-btn-youth {
    background: #fcb85a;
    border-radius: 70px;
    padding: 1rem;
    width: 180px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-around;
    box-sizing: border-box;
}
.more-btn-bl{
    border: 1px solid #1776E1;
    color: #1776E1;
}
.more-btn-bl::after{
    content: '';
    display: block;
    width: 20px;
    height: 20px;
    background: url(/images/common/bi_arrow-right-bl.png);
}
.more-btn-wh{
    border: 1px solid #fff;
    color: #fff;
}
.more-btn-wh::after{
    content: '';
    display: block;
    width: 20px;
    height: 20px;
    background: url(/images/common/bi_arrow-right-wh.png);
}

.print-btn {
    border-radius: 70px;
    padding: 10px 26px;
    width: 180px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-around;
    box-sizing: border-box;
    margin-right: 24px;
}
.print-btn::before{
    content: '';
    display: block;
    width: 20px;
    height: 18px;
    margin-right: 10px;
    background: url(/images/common/print2.png) no-repeat;

}
.print-btn2 {
    position: absolute;
    right: 0;
    top: -10px;
    border-radius: 70px;
    padding: 10px 26px;
    min-width: 160px;
    width: 160px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    margin-right: 16px;
    height: 50px;
    cursor: pointer;
}
.print-btn2::before{
    content: '';
    display: block;
    width: 20px;
    height: 18px;
    margin-right: 10px;
    background: url(/images/common/print.png) no-repeat;
    background-size: cover;

}
.print-btn3{
    position: relative !important;
    float: right !important;
    z-index: 1;
    top: -10px;
    left: 0;
    margin-right: 0;
    cursor: pointer;
}
.box-blue{
    background: #F1F7FB;
    border-radius: 14px;
}
.box-wh{
    background: #FFFFFF;
    border: 1px solid #E2E9EE;
    border-radius: 14px;
}
.check-small{
    display: inline-block;
    min-width: 26px;
    min-height: 24px;
    background: url(/images/common/check-small.png) no-repeat;
    background-size: 24px;
    cursor: pointer;
    margin-right: 6px;
}
input[type="checkbox"]:checked + .check-small {
    background: url(/images/common/check-small-on.png) no-repeat;
    background-size: 24px;

}
.check-small+label{
    cursor: pointer;
    font-size: 0.95rem;
    display: inline-block; 
}
.checkbox-wrap {
    display: flex;
    align-items: center;
}
/* 230308 추가 */
.check-small.b-item-chk {
    margin-left: 2rem;
    padding-left: 1.8rem;
    font-size: 1rem;
}
.table-nomal-td .check-small.b-item-chk {
    margin: 0 1.5rem 0 0;
}


.table-nomal {
    border-top: 3px solid #ECF0F8;
    border-bottom: 3px solid #ECF0F8;
}
.table-nomal-tr {
    display: flex;
    flex-wrap: nowrap;
    border-bottom: 1px solid #ECF0F8;
}
.table-nomal-th {
    min-width: 300px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.table-nomal .table-nomal-th, .table-nomal .table-nomal-td {
    padding: 1rem 2rem;
    word-break: keep-all;

}
.table-nomal .table-nomal-tr:last-child {
    border-bottom: none;
}
.table-nomal .table-nomal-th {
    font-weight: 500;
    font-size: 1rem;
    line-height: 24px;
    color: #333333;
    background: #F9FCFF;
}
.table-nomal .table-nomal-td{
    font-weight: 400;
    font-size: 1rem;
    line-height: 26px;
    color: #333333;
}
.table-nomal-footnote {
    font-size: 0.95rem;
    line-height: 22px;
    letter-spacing: -0.03em;
    margin-top: 10px;
    color: #555555;
}
.underline {
    text-decoration: underline;
}
.color-blue{
    color: #1776E1;
}
/* 공통 끝 */


/* 그리드 */

.grid {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    justify-content: space-between;
    margin-left: auto;
    margin-right: auto;
    }
    .grid .col-1 {
        width: calc(100% / 12 * 1 - 15px);
    }
    .grid .col-2 {
        width: calc(100% / 12 * 2 - 15px);
    }
    .grid .col-3 {
        width: calc(100% / 12 * 3 - 15px);
    }
    .grid .col-4 {
        width: calc(100% / 12 * 4 - 15px);
    }
    .grid .col-5 {
        width: calc(100% / 12 * 5 - 15px);
    }
    .grid .col-6 {
        width: calc(100% / 12 * 6 - 15px);
    }
    .grid .col-7 {
        width: calc(100% / 12 * 7 - 15px);
    }
    .grid .col-8 {
        width: calc(100% / 12 * 8 - 15px);
    }
    .grid .col-9 {
        width: calc(100% / 12 * 8 - 15px);
    }
    .grid .col-10 {
        width: calc(100% / 12 * 10 - 15px);
    }
    .grid .col-11 {
        width: calc(100% / 12 * 11 - 15px);
    }
    .grid .col-12 {
        width: calc(100%);
    }
  
  .item {
    background-color: #fff;
  }

.grid2 {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    justify-content:space-around;
    margin-left: auto;
    margin-right: auto;
}
.grid2 .col-1 {
    width: calc(100% / 12 * 1 - 15px);
}
.grid2 .col-2 {
    width: calc(100% / 12 * 2 - 15px);
}
.grid2 .col-3 {
    width: calc(100% / 12 * 3 - 15px);
}
.grid2 .col-4 {
    width: calc(100% / 12 * 4 - 15px);
}
.grid2 .col-5 {
    width: calc(100% / 12 * 5 - 15px);
}
.grid2 .col-6 {
    width: calc(100% / 12 * 6 - 15px);
}
.grid2 .col-7 {
    width: calc(100% / 12 * 7 - 15px);
}
.grid2 .col-8 {
    width: calc(100% / 12 * 8 - 15px);
}
.grid2 .col-9 {
    width: calc(100% / 12 * 8 - 15px);
}
.grid2 .col-10 {
    width: calc(100% / 12 * 10 - 15px);
}
.grid2 .col-11 {
    width: calc(100% / 12 * 11 - 15px);
}
.grid2 .col-12 {
    width: calc(100%);
}

/* 그리드 끝 */


/* 헤더 */
header{
    position: fixed;
    width: 100%;
    border-bottom: 1px solid #E7EAF1;
    background-color: #fff;
    z-index: 10;
    margin: 0 auto;
    top: 0;
}

header .row {
    display: flex;
}
.header__left-btn {
    display: flex;
    align-items: center;
}
.header__menu{
    display: flex;
    align-items: center;
}

/* 헤더 위에 로고 시작*/
.header-div {
    display: flex;
    height: 32px;
    align-items: center;
    justify-content: center;
    background-color: #eef2f7;
}
.header-div .view-div {
    display: flex;
    max-width: 1200px;
    align-items: center;
    flex: 1;
    flex-grow: 1;
}
.header-div .icon-flag {
    width: 24px;
    height: 24px;
    padding-left: 16px;
    padding-right: 16px;
}
.header-div .text-wrapper {
    position: relative;
    width: fit-content;
    margin-top: -0.50px;
    font-weight: 400;
    color: #1e2124;
    font-size: 13px;
    letter-spacing: 0px;
    line-height: 150%;
    white-space: nowrap;
    font-style: normal;
}
@media(max-width: 360px) {
    .header-div .icon-flag {
        padding-right: 10px;
    }
    .header-div .text-wrapper {
        font-size: 12px;
    }
}
/* 헤더 위에 로고 끝*/

.header__top {
    height: 50px;
    background-color: #02346B;
    display: flex;
    align-items: center;
}
.header__top .row {
    display: flex;
    justify-content: flex-end;
}
.header__top button,
.header__top a {
    font-size: 1rem;
    line-height: 24px;
    opacity: 0.8;
    display: flex;
    align-items: center;
    margin-right: 20px;
    color: #fff;
}
.header__top button::after,
.header__top a::after{
    content: '';
    width: 3px;
    height: 3px;
    border-radius: 3px;
    background-color: #fff;
    opacity: 0.8;
    display: inline-block;
    margin-left: 20px;
}
.header__top .row > *:last-child{
    margin-right: 0;
}
.header__top .row > *:last-child::after{
    display: none;
    margin-left: 0;
}
.header__top button:focus,
.header__top a:focus {outline: 2px solid #fff;} 

.header__bottom .row {
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.header__logo {
    width: 245px;
    display: flex;
    align-items: center;
    height: 46px;
}
.header__menu .header__step1 {
    padding: 0;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    margin-right: 50px;
}
.header__menu .header__step1:nth-last-child(2){
    margin-right: 60px;
}
.header__menu .header__step1 > a {
    font-size: 1.2rem;
    font-family: 'GmarketSansMedium';
}
.header__menu .header__step1 ul {
    position: absolute;
    top: 100px;
    text-align: center;
    display: none;
    z-index: 1;
    width: 220px;
    box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.15);
    border-radius: 6px;
    /* overflow: hidden; */

}
.header__menu .header__step1 .header__step2 {
    /* background-color: #fff; */
    border: 1px solid #ECECEC;
    box-sizing: border-box;
    border-bottom: none;
    border-top: none;
}
.header__menu .header__step1 .header__step2:first-child {
    border-top: 1px solid #ECECEC;

}
.header__menu .header__step1 .header__step2:last-child {
    border-bottom: 1px solid #ECECEC;
    transform: translateY(-1px);
}
.header__menu .header__step1 > ul {
    cursor:auto;
    background-color: #fff;
}
.header__menu .header__step1 .header__step2 a{
    padding: 16px;
    cursor: pointer;
    display: block;
    font-weight: 400;
    font-size: 1rem;
}
.header__menu .header__step1 .header__step2:hover a {
    font-weight: 500;
}
.header__menu .header__step1 .header__step2:last-child a {
    border-bottom: none;
}
.menu_on a, .menu_on label {
    font-weight: bold;
}
.header__menu .header__step1:hover > a, .header__menu .header__step1 > a:focus , .header__menu >li.header-active > a, .header__menu .header__step1.menu_on, .menu-on > a{
    color: #1776E1;
}
.header__menu li:hover ul, .header__menu li ul:hover, .header__menu li.header-active ul {
    display: flex;
    flex-direction: column;
}
.header__submenu {
    position: fixed;
    width: 100vw;
    height: 50px;
    top: 80px;
    left: 0;
    background-color: rgba(0,0,0,0.6);
    display: none;
}
.header__menu > .sub-menu-ok {
    padding: 0;
}
.header__step1 a {
    padding: 36px 0;
    cursor: pointer;
    font-size: 1rem;
}
.sub-menu-ok:hover ~ .header__submenu{
    display: block;
}
.header__top-menu {
    width: 52px;
    height: 52px;
    background: url(/images/common/top-menu.png) no-repeat 50% 50%;
    border-radius: 52px;
}


/* 헤더 끝 */


/* 배너타이틀 */
.title-banner {
    position: relative;
    display: flex;
    height: 295px;
    background-image: url(/images/common/img_main_bn.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.title-banner h1{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-family: 'GmarketSansBold';
    font-style: normal;
    font-weight: 600;
    font-size: 2.5rem;
    line-height: 40px;
    color: #fff;
}

.go-home{
    background: url(/images/common/mi_home.png) no-repeat 50% 50%;
    background-size: contain;
    min-width: 60px;
    height: 60px;
    border-left: 1px solid #E7EAF1;

}
#title-banner {
    border: 1px solid #E7EAF1;
    margin-bottom: -80px;
    padding-top: 150px;
}
.title-banner-menu .header__step1 {
    height: 60px;
    border-left: 1px solid #E7EAF1;
}
.title-banner-menu .header__step1 > a{
    padding: 14px 18px;
    width: 300px;
    box-sizing: border-box;
    margin-right: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-family: "Noto Sans KR", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 1rem;
}
.title-banner-menu .header__step1 > a::after{
    content: '';
    display: block;
    background: url(/images/common/ep_arrow-right-bold.png) no-repeat;
    background-size: contain;
    width: 14px;
    height: 14px;
}
.title-banner-menu .header__step1:last-child {
    border-right: 1px solid #E7EAF1;

}
.title-banner-menu.header__menu .header__step1:nth-last-child(2){
    margin-right: 0;
}
.title-banner-menu.header__menu .header__step1 ul {
    width: 100%;
    top: 60px;
    box-shadow: none;
}
.title-banner-menu.header__menu .header__step1 .header__step2 a {
    text-align: left;
}
.contents-title {
    font-family: 'GmarketSansBold';
    font-style: normal;
    font-weight: 600;
    font-size: 1.8rem;
    line-height: 28px;
    color: #02346B;
    padding-bottom: 34px;
    border-bottom: 2px solid #ECF0F8;
    position: relative;
    margin-bottom: 30px;
}
.contents-title::after{
    content: '';
    display: block;
    position: absolute;
    bottom: -3px;
    width: 100px;
    height: 3px;
    background-color: #1776E1;
}

.contents-title-area {
    font-family: 'GmarketSansBold';
    font-style: normal;
    font-weight: 600;
    font-size: 1.8rem;
    line-height: 28px;
    color: #02346B;
    padding-bottom: 25px;
    border-bottom: 2px solid #ECF0F8;
    position: relative;
    margin-bottom: 30px;
}

.contents-title-area.swiper {margin-bottom: 10px;}

@media (max-width: 800px) {
	.contents-title-area {
		padding-bottom: 15px;
	}
}
/* 배너타이틀 끝*/




/* 푸터 */
footer {
    background: #384052;
    padding: 30px;
    margin-top: 80px;
}
.footer-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 30px;
}
.footer-top a {
    width: calc(25% - 15px);
    padding: 11px 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #fff;
    font-size: 1rem;
    line-height: 24px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 4px;
    box-sizing: border-box;
}
.footer-top a:focus {outline: 2px solid #fff;}
.footer-top a::after{
    content: '';
    display: block;
    width: 14px;
    height: 14px;
    background: url(/images/common/arrow-right-bold.png);
}
.footer-bottom {
    display: flex;
    justify-content: space-between;
}
.footer-bottom p {
    font-size: 0.95rem;
    line-height: 22px;
    letter-spacing: -0.03em;
    font-weight: 500;
    color: rgba(255, 255, 255, 0.8);
    margin-bottom: 34px;
}
.footer-bottom span {
    font-weight: 400;
    font-size: 0.95rem;
    line-height: 24px;
    letter-spacing: -0.03em;
    margin-bottom: 34px;
    color: rgba(255, 255, 255, 0.5);
    display: inline-block;
}
.footer__line::after{
    content: '|';
    margin-left: 10px;
    margin-right: 10px;
}
.footer-bottom p:last-child{
    color: rgba(255, 255, 255, 0.5);
    font-weight: 400;
    margin-bottom: 0;
}
.footer-bottom a {
    font-weight: 700;
    font-size: 0.95rem;
    line-height: 22px;
    text-align: right;
    letter-spacing: -0.03em;
    display: block;
    color: rgba(255, 255, 255, 0.8);
}
.footer-bottom a:focus {outline: 2px solid #fff;}
.footer-bottom a.link_text {
    display: inline-block;
    text-align: left;
    color: inherit;
    font-weight: normal;
}
.footer__logo {
    width: 155px;
    height: 46px;
    margin-top: 60px;
}
#footer-select {
    padding: 12px 22px;
    border-radius: 4px;
    font-weight: 500;
    font-size: 1rem;
    line-height: 24px;
    color: #FFFFFF;
    width: 100%;
    background:url('/images/common/select-down-arrow.png') no-repeat 93% 50%/15px auto;
    background-color: rgba(255, 255, 255, 0.1);
    border: none;
    display: none;
}
#footer-select option {
    color: #000;
}
/* 230329 추가 */
.footer-logo-wrap {position: relative; padding-left: 6rem;}
.footer-logo-wrap .wa_mark {position: absolute; left: 0; bottom: 0; width: 5rem;}

/* 푸터 끝 */

/* 모달 */

.modal{ 
    position:absolute; width:100%; height:100%; background: rgba(0,0,0,0); top:0; left:0; display:block;
    z-index: 999;
    position: fixed;
    display: none;
  }

  .modal_content{
    background: #FFFFFF;
    border: 1px solid #EEEEEE;
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.2);
    border-radius: 10px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    position: relative;
    box-sizing:border-box; 
    line-height:23px;
    padding: 30px 20px;
    overflow: auto;
  }
  .modal__title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 30px;
  }
  .modal__title h1 {
    font-family: 'GmarketSansMedium';
    font-style: normal;
    font-weight: 400;
    font-size: 1.4rem;
    line-height: 22px;
    color: #02346B;
  }
  .modal-close-btn {
    background: url(/images/common/modal-close-btn.png) no-repeat;
    width: 40px;
    height: 40px;
    /* 230307추가 */
    position: absolute;
    top: 20px;
    right: 20px;
  }
/* 모달 끝 */

/* 모바일 메뉴 */

.modal-menu .modal_content{
    padding: 0;
}
.modal-menu .modal__title{
    padding: 18px 20px;
    border-bottom: 1px solid #D4D9E4;
    margin-bottom: 0;
}
.modal-menu .modal__title h1 {    
    font-style: normal;
    font-weight: 400;
    font-size: 1.25rem;
    line-height: 24px;
    color: #333333;
}
.one-login-btn {
    width: 100%;
}
.one-login-btn:focus {outline-offset: .2rem;}
.modal-menu-top {
    display: flex;
    align-items: center;
    padding: 20px;
    flex-direction: column;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.05);
}
.modal-menu-top a {
    color: #1776E1;
}
.modal-menu-top > div:nth-child(1){
    margin-bottom: 20px;
}
.modal-menu-top .btn-bl{
    margin-bottom: 10px;
    min-width: 100%;
}
.modal-menu-list > li {
    position: relative;
}
.modal-menu-list > li > p, .modal-menu-list > li > a{
    font-weight: 500;
    font-size: 1.2rem;
    line-height: 24px;
    color: #02346B;
    padding: 30px;
    display: block;
}
.modal-menu-list > li > p::after{
    content: '';
    width: 14px;
    height: 14px;
    position: absolute;
    right: 30px;
    top: 34px;
    background: url(/images/common/ep_arrow-right-bold.png) no-repeat;
    background-size: contain;
}
.modal-menu-list > .menu-on > p::after{
transform: rotate(180deg);
}
.menu-step1{
    border-bottom: 1px solid #E8EBEF;
}
.menu-step2 {
    display: none;
}
.menu-on .menu-step2 {
    display: block;
    padding: 0 40px;
}
.menu-on .menu-step2 a {
    display: block;
    padding: 22px 0;
    border-bottom: 1px solid #E8EBEF;
    font-size: 1rem;
}
.menu-on .menu-step2:nth-child(1) a{
    padding-top: 12px;
}
.menu-on .menu-step2:last-child a{
    border-bottom: none;
}
.one-login-btn {
    height: 53px;
    background-color: #24246C;
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.one-login-btn img {
    max-width: 330px;
}
.mobile-only {
    display: none;
}
/* 모바일 메뉴 끝 */

/* 개인정보처리방침 */
.modal-policy .popup {
    background-color: #ffffff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 65%;
    max-width: 1280px;
    margin: 0 auto;
    min-height: 220px;
    height: auto;
    overflow: hidden;
    box-shadow: 0px 0px 8px rgb(0 0 0 / 25%);
    border-radius: 6px;
}

.modal-policy .popup-head {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    min-height: 70px;
    background-color: #ffffff;
    border-radius: 6px 6px 0 0;
}
.modal-policy .popup-head-txt h2 {
    padding: 30px 30px 20px;
    font-family: 'GmarketSansMedium';
    font-style: normal;
    font-weight: 400;
    font-size: 1.4rem;
    line-height: 22px;
    color: #02346B;
}

/* 팝업 닫기 버튼 */
.modal-policy .modal-close-btn {
    position: absolute;
    top: 20px;
    right: 28px;
    cursor: pointer;
}
.container.policy-linebox {
    margin-bottom: 2rem;
}
.policy-inner {
    padding: 3rem 4rem;
    background: #F1F7FB;
    border-radius: 14px;
}
.policy-inner > p {
    font-size: 1rem;
    text-align: center;
    font-weight: 500;
    line-height: 1.8;
}

.modal-policy .popup-con {
    margin-top: 69px;
    padding: 0px 30px;
    height: calc(100% - 70px);
    max-height: 80vh;
    overflow-y: auto;
    position: relative;
}
/* 익스11 호환 */
.modal-policy .popup-con::after {
    content: '';
    display: block;
    padding-bottom: 38px;
}

.policy-box > ol > li > h4 {
    font-size: 1rem;
    margin-top: 1rem;
    font-weight: bold;
    color: #02346B;
    display: flex;
    align-items: center;
    margin-left: 1px;
} 
.policy-box > ol > li ul,
.policy-box > ol > li dd,
.policy-box > ol > li ol,
.policy-box > ol > li p {
    font-size: 0.9rem;
    line-height: 1.8;
    padding-left: 1rem;
}
.policy-box > ol > li ol {
    padding-left: 2rem;
}
.policy-box > ol > li a {
    font-size: 0.9rem;
    line-height: 1.8;
}
.policy-box .table-wrap {
    overflow: hidden;
    overflow-x: auto;
    width: 100%;
}
.policy-box table {
    width: 100%;
    border-top: 3px solid #ECF0F8;
    border-collapse: collapse;
    margin-top: 1rem;
    min-width: 600px;
}
.policy-box a[download] {
    color: #1776E1;
    float: right;
    padding-left: 1rem;
    word-break: keep-all;
    position: relative;
}
.policy-box a[download]::before {
    content: '';
    position: absolute;
    left: 0;
    top: 2px;
    width: 24px;
    height: 24px;
    background: url(/images/common/ico_quick-arrow-up.png) no-repeat center / cover;
    transform: rotate(90deg);
}
.policy-box a[download]:hover {
    text-decoration: underline;
}
.policy-box table caption {
    position: absolute !important; 
    top:auto;
    left:-10000px; 
    width:1px; 
    height:1px; 
    overflow:hidden;
}
.policy-box table th {
    background-color: #F9FCFF;
}
.policy-box table th,
.policy-box table td {
    text-align: center;
    font-size: 0.9rem;
    border-bottom: 1px solid #ECF0F8;
    padding: 1rem;
}
.policy-box table td p {
    padding-left: 0;
}

/* 개인정보처리방침 끝 */

/* 모달 */

.input-button-wrap {
    display: flex;
    margin-bottom: 10px;
}
.input-button-wrap input {
    margin-right: 10px;
    width: 100%;
}
.input-button-wrap .btn-nomal {
min-width: 120px;
width: 120px;
}
.modal-title-small {
    font-weight: 500;
    font-size: 1rem;
    line-height: 26px;
    margin-bottom: 10px;
}
.input-button-val {
    display: block;
    font-weight: 500;
    font-size: 1rem;
    line-height: 26px;
}
.input-button-val strong{
    color: #1776E1;
}

.modal .btn-wrap{
    justify-content: center;
}
.modal .w675{
    width: 675px;
}
.modal-table {
    width: 100%;
    text-align: center;
    border-spacing: 0px;
}
.table-check-wrap{
    width: 60px;
}
.modal-table th, .modal-table td {
    padding: 16px;
}
.modal-table th {
    border-top: 2px solid #02346B;
    background: #F3F7FA;
    border-bottom: 1px solid #D4D9E4;
    border-right: 1px solid #D4D9E4;
}
.modal-table th:last-child, .modal-table td:last-child{
    border-right: none;
}
.modal-table td {
    border-bottom: 1px solid #D4D9E4;
    border-right: 1px solid #D4D9E4;
}
.modal-table .check-small{
    background: url(/images/common/table-checkbox.png) no-repeat;
    margin-right: 0;
    background-size: 24px;
}
.modal-table input:checked + .check-small{
    background: url(/images/common/table-checkbox-on.png) no-repeat;
    background-size: 24px;
}
.modal-table caption{
    display: none;
}
.table-val-num {
    margin-bottom: 12px;
    font-weight: 500;
    font-size: 0.95rem;
    line-height: 22px;
    margin-top: 30px;
}
.table-val-num span {
    color: #1776E1;
}
.hide-permanently-container {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
.hide-permanently-container input[type="checkbox"] {
    position: relative;
   	width: 15px !important;
   	height: 15px !important;
   	margin: 20px 3px !important;
}
/* 모달 끝 */


/* PC (해상도 1024px)*/ 
@media all and (max-width:1024px) {
    
    * {font-size: 0.95rem;}
    body {font-size: 0.95rem;}
    
    select {font-size: 0.95rem;}
    
} 

/* 테블릿 가로, 테블릿 세로 (해상도 768px ~ 1023px)*/ 
@media all and (max-width:1023px) {
    /* section#contents {
        padding-top: 0;
    } */
    /* 메인 */
    #loginForm #contents {
        padding-top: 40px !important;
    }
    #contents .row {
        min-height: 550px;
    }
    .mobile-only {
        display: block;
    }
    .pc-only {
        display: none;
    }
    .btn-round, .btn-nomal{
        width: 100%;
        border-radius: 7px;
    }
    /*엑소텍 주석*/
    /*section:nth-child(3) {*/
    /*    margin-top: 120px;*/
    /*}*/

    .header__top .row {
        justify-content: center;
    }
    .header__top button,
    .header__top a {
        margin-right: 30px;
    }
    .header__top button::after,
    .header__top a::after {
        margin-left: 30px;
    }
    /* .header__logo{
        width: 277px;
        height: 39px;
    } */
    .header__menu .header__step1{
        display: none;
    }
    .header__bottom .row {
        height: 70px;
    }
    #title-banner {
        margin-bottom: 50px;
        padding-top: 0px;
        margin-top: 120px; /* 엑소텍 추가 */
    }
    .contents-title {
        padding-bottom: 24px;
        font-size: 1.65rem;
    }
    footer {
        padding: 2rem 1rem;
        margin-top: 40px;
        width: 100%;
        box-sizing: border-box;
    }
    .footer-top a {
        display: none;
    }
    footer .row {
        padding: 0;
    }
    #footer-select {
        display: block;
    }
    .footer-bottom {
        flex-direction: column;
    }
    .footer-bottom p {
        margin-bottom: 20px;
    }
    .footer-bottom span{
        display: block;
        margin-bottom: 2px;
    }
    .footer-bottom span::after{
        display: none;
    }
    .footer-bottom p:last-child {
        margin-top: 10px;
    }
    .footer__logo {
        margin-top: 0;
    }
    .footer-logo-wrap {
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin-top: 14px;
        padding-left: 0;
    }
    .footer-logo-wrap .wa_mark {position: static;}

    .header__menu.title-banner-menu .header__step1{
        display: flex;
        width: 50%;
        margin-right: 0;
        height: 48px;
    }
    #title-banner .row {
        padding: 0;
    }
    .title-banner {
        display: none;
    }
    .title-banner-menu .header__step1 > a {
        width: 100%;
    }
    .go-home {
        display: none;
    }
    .btn-left {
        position: relative;
    }
    .two-btn-wrap button {
        min-width: auto;
    }
    .title-banner-menu.header__menu li:hover ul {
        display: none;
    }
    .title-banner-menu.header__menu li.header-active ul {
        display: flex;
    }
    .title-banner-menu .header__step1 > a {
        padding: 10px 18px;
    }
    .title-banner-menu.header__menu .header__step1 ul {
        top: 48px;
    } 
    .btn-wrap {
        width: 100%;
    }
    .btn-wrap > button, .btn-wrap > a {
        margin-right: 16px;
    }
    .container {
        padding: 30px 25px;
        margin-bottom: 40px;
    }
    .modal_content {
        width: 100%;
        height: 100%;
        padding: 18px 20px;
        border-radius: 0;
    }
    .IDconfirmPopup .modal_content {
        width: 90%;
        max-width: 400px;
        height: auto;
        border-radius: inherit;
    }
    .modal__title {
        padding-bottom: 18px;
        margin-bottom: 0;
    }
    section, header, footer{
        min-width:auto;
    }

    section.mt120 {
        margin-top: 120px;
    }

    section#slide-banner {
        padding-top:153px;
    }
     
    .grid .m960-col-12 {
        width: 100%;
    }

    .input-nomal {
        width: 100%;
        font-size: 0.95rem;
    }
    .monthpicker,
    .date-nomal {
        width: 100%;
    }
    .container__title .sub-inline{
        display: block;
        margin-left: 0;
        margin-top: 8px;
    }
    /* 엑소텍 주석 */
    /*.top-nab-btn {*/
    /*    padding-top: 120px;*/
    /*}*/
    .top-nab-btn > a{
        border-radius: 100px;
    }
    .position-img1{
        display: none;
    }
    .position {
        padding: 20px 30px;
    }
    .position3 p {
        width: 100%;
    }
    .position p:nth-last-child(2), .position p:nth-last-child(3){
        margin-bottom: 20px !important;
    }
    .table-nomal tr {
        display: flex;
        flex-direction: column;
    }
    .table-nomal tr th, .table-nomal tr td {
        display: block;
    }
    .table-nomal-tr {
        display: flex;
        flex-wrap: wrap;
    }
    .table-nomal-th {
        min-width: auto;
        width: 100%;
        border-bottom: 1px solid #ECF0F8
    }
    .table-nomal .table-nomal-td {
        width: 100%;
        text-align: center;
    }
    .table-nomal .container__list {
        width: auto;
    }
    .modal .w675 {
        width: 100%;
    }
    .print-btn2 {
        display: none;
    }
    .btn-wh {
        min-width: auto;
    }
}

/* 모바일 가로, 모바일 세로 (해상도 480px ~ 767px)*/ 
@media all and (max-width:767px) {
    * {font-size: 0.9rem;}
    label, input { font-size: inherit; }
    section#title-banner.mgTop150 {
        margin-top: 100px;
    }
    .select-nomal  {
        width: 100%;
    }
    #footer-select {
        padding: 8px 22px;
    }
    .position {
        padding: 15px;
    }
    .position:nth-child(1) {
        margin-top: 0;
    }
    .container__list li {
        line-height: 1.8;
    }
    .modal-policy .popup {
        width: 90%;
    }
    .checkbox-wrap {flex-wrap: wrap; text-align: left;}
    /* 개인정보처리방침 */
    .policy-inner {
        padding: 2rem;
    }
    .policy-box > ol > li ul,
    .policy-box > ol > li dd,
    .policy-box > ol > li ol,
    .policy-box > ol > li p {
        padding-left: 0.5rem;
    }
    .policy-box > ol > li ol {
        padding-left: 1rem;
    }
    .policy-box a[download] {
        padding-left: 1.5rem;
    }
    .IDconfirmPopup .input-button-wrap .btn-nomal {
        padding: 0;
    }
    /* 230308 추가 */
    .check-small.b-item-chk {
        margin: 10px 0;
        align-self: flex-end;
        min-width: auto;
    }
}

/* 익스플로러 */
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none){
    .header__menu .header__step1 ul{
        left: 0;
    }
    .header__menu .header__step1:nth-child(1) ul{
        transform: translateX(-20px);
    }
    .header__menu .header__step1:nth-child(3) ul, .header__menu .header__step1:nth-child(4) ul, .header__menu .header__step1:nth-child(5) ul, .header__menu .header__step1:nth-child(6) ul {
        transform: translateX(-30%);

    }
    .header__menu.title-banner-menu .header__step1 ul{
        transform: none;
    }
}

/* 공지사항 더보기 */
.btn-mc-more {
	position: absolute;
	padding: 0 20px;
	height: 34px;
	text-align: center;
	background: #f8f8f8;
	font-size: 14px; 
	color: #4f4f4f; 
	border-radius: 20px;
	display: inline-block;
	line-height: 38px;
	right: -2px;
	cursor: pointer;
}

/* 청년을 찾습니다 공지사항 더보기 */
@media (max-width: 500px) {
    .btn-mc-more {
        position: absolute;
        padding: 0 20px;
        height: 34px;
        text-align: center;
        background: #f8f8f8;
        font-size: 14px;
        color: #4f4f4f;
        border-radius: 20px;
        display: inline-block;
        line-height: 38px;
        right: -2px;
        cursor: pointer;
    }
    
}