@font-face{font-family:NotoKR;src:local(NotoSansCJKKRThin),url(/child/font/NotoSansKR-Thin.woff2) format('woff2'),url(/child/font/NotoSansKR-Thin.woff) format('woff');font-weight:100;}
@font-face{font-family:NotoKR;src:local(NotoKR-Light),url(/child/font/NotoSansKR-Light.woff2) format('woff2'),url(/child/font/NotoSansKR-Light.woff) format('woff');font-weight:200;}
@font-face{font-family:NotoKR;src:local(NotoKR-DemiLight),url(/child/font/NotoSansKR-DemiLight.woff2) format('woff2'),url(/child/font/NotoSansKR-DemiLight.woff) format('woff');font-weight:300;}
@font-face{font-family:NotoKR;src:local(NotoKR-Regular),url(/child/font/NotoSansKR-Regular.woff2) format('woff2'),url(/child/font/NotoSansKR-Regular.woff) format('woff');font-weight:400;}
@font-face{font-family:NotoKR;src:local(NotoKR-Medium),url(/child/font/NotoSansKR-Medium.woff2) format('woff2'),url(/child/font/NotoSansKR-Medium.woff) format('woff');font-weight:500;}
@font-face{font-family:NotoKR;src:local(NotoKR-Bold),url(/child/font/NotoSansKR-Bold.woff2) format('woff2'),url(/child/font/NotoSansKR-Bold.woff) format('woff');font-weight:700;}
@font-face{font-family:NotoKR;src:local(NotoKR-Black),url(/child/font/NotoSansKR-Black.woff2) format('woff2'),url(/child/font/NotoSansKR-Black.woff) format('woff');font-weight:800;}
html{overflow-x:hidden;font-family:NotoKR,"Apple SD Gothic Neo",Helvetica,sans-serif,Arial;color:#222;letter-spacing:-0.04em;word-break:keep-all;word-wrap:break-word;box-sizing:border-box;}
/* *,*:before,*:after{margin:0;padding:0;box-sizing:inherit;} */
img{max-width:100%;}
ul{list-style:none;}
a{text-decoration:none;color:inherit;outline:none;}
button{font-family:inherit;background-color:transparent;border:none;outline:none;cursor:pointer;}
table{border-collapse:collapse;}
input,select,textarea{padding: 5px 10px;font-family:inherit;background-color:#fff !important;border:1px solid #e5e5e5 !important;-webkit-transition:all ease .1s;transition:all ease .1s;}
textarea{width: 100%; padding:10px;}
select{padding-right:30px;-moz-appearance:none;-webkit-appearance:none;appearance:none;background-image:url('/child/img/icon/select-arrow.svg');background-color:#fff;background-size:10px auto;background-repeat:no-repeat;background-position:right 10px center;}
select::-ms-expand{display:none;}
input[type=number]{-moz-appearance:textfield;}
input:-moz-read-only,textarea:-moz-read-only{background-color:#f8f8f8;}
input:read-only,textarea:read-only{background-color:#f8f8f8;}
input::-webkit-outer-spin-button,input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0;}
input:not([readonly="readonly"]):not(:disabled):hover{border-color:#bbbbbb !important;}
select:not(:disabled):hover{border-color:#bbbbbb !important;}
textarea:not(:read-only):not(:disabled):hover{border-color:#bbbbbb !important;}
input:not([readonly="readonly"]):not(:disabled):focus{border-color:#555555 !important;}
select:not(:disabled):focus{border-color:#555555 !important;}
textarea:not(:read-only):not(:disabled):focus{border-color:#555555 !important;}
:focus{outline:none;}
::placeholder{color:#bbbbbb;}
:-ms-input-placeholder{color:#bbbbbb;}
::-ms-input-placeholder{color:#bbbbbb;}
::selection{background-color:#9fcef6;}
@media (max-width:1024px){
    select{background-size:8px auto;background-position:right 9px center;}
}
[v-cloak]{display:none;}
[role="button"],[role="link"]{cursor:pointer;}
[data-scroll="false"]{overflow-y:hidden;}



/* Wrap - Container */
html, body, .wrap{
    height: 100%;
}
.wrap .main{
    min-height: 100%;
    padding: 80px 0 100px;
    margin-bottom: -100px;
}
.wrap .main, .wrap--login .main{
    background-color: #f9f9f9;
}
.wrap--sub .main, .wrap--mypage .main, .wrap--products .main{
    background-color: #fff;
}
.wrap .main--no-padding-top,
.wrap--sub .main--no-padding-top,
.wrap--mypage .main--no-padding-top,
.wrap--products .main--no-padding-top { padding-top: 0; }
.wrap .main--no-padding-bottom,
.wrap--sub .main--no-padding-bottom,
.wrap--mypage .main--no-padding-bottom,
.wrap--products .main--no-padding-bottom { padding-bottom: 0; }
.main { display: block; }
#vue-app .container { margin: auto; max-width: 1230px; padding: 0 15px; }
.pt-none{padding-top:0 !important;}.pb-none{padding-bottom:0 !important;}.mt-none{margin-top:0 !important;}.mb-none{margin-bottom:0 !important;}
.max-w-none{
    max-width: none !important;
}
@media (max-width: 1200px){
    .wrap{
        height: auto;
    }
    .wrap .main {
        padding: 50px 0 0;
        margin-bottom: 0;
    }
    .wrap--sub .main { padding: 50px 0 0; }
}


/* Font */
.align-left { text-align: left !important; }.align-right { text-align: right !important; }.align-center { text-align: center !important; }
.font-medium{font-weight: 500 !important;}
.color-gray-79{color:#797979;}
.color-gray-5{color:#555;}
.color-gray-1{color:#111;}
.color-red{color:#ff2f25;}
.color-white{color:#fff;}
.color-green{color:#28a745;}
.color-mint{color:#00cfe4;}
.color-sky{color:#5aaaff;}
.color-blue{color:#007bff;}
.color-deep-blue{color:#0025ff;}
.color-point{color:#333190;}


/* Button */
.button{display:inline-flex;align-items:center;justify-content:center;padding:10px;text-align:center;border:1px solid transparent;-webkit-transition: all ease .2s; transition: all ease .2s;}
.table-style tr td .button + .button{
    margin:2px;
}
.button .icon{
    margin-right: 4px;
}
.button--md{
    min-width: 53px;
    font-size: 15px;
    padding: 5px 14px;
}
.button--lg{
    font-size: 18px;
    padding: 10px 20px;
}

.button-light-grey{color:#222;background-color:#f1f1f1;border-color:#f1f1f1;}
.button-grey{color:#fff;background-color:#60626c;border-color:#60626c;}
.button-blue{color:#fff;background-color:#007bff;border-color:#007bff;}
.button-deep-blue{color:#fff;background-color:#2440e4;border-color:#2440e4;}
.button-point{color:#fff;background-color:#333190;border-color:#333190;}
.button-border.button-grey{
    color:#60626c;
    background-color: transparent;
}
.button-border.button-light-grey{
    color:#222;
    border: 1px solid #e5e5e5;
    background-color: transparent;
}
.button-rounded-4{
    border-radius: 4px;
}
.button-rounded{
    border-radius: 999px;
}
@media(min-width:1201px){
    .button-light-grey:hover { background-color: #cacaca; border-color: #cacaca; }
    .button-grey:hover { background-color: #50525b; border-color: #50525b; }
    .button-blue:hover{color:#fff;background-color:#0568d2;border-color:#0568d2;}
    .button-deep-blue:hover {background-color:#1b2d9c;border-color:#1b2d9c;}
    .button-point:hover { background-color: #012e77; border-color: #012e77; }
    .button-border:hover { color: #ffffff; background-color: #333333; border-color: #333333; }
    .button-light-grey:hover{ color:#222; background-color: #e5e5e5; border-color: #e5e5e5;}
}
@media (max-width:1024px){
    .button--md{
        min-width: 103px;
        font-size: 13px;
        padding: 2px 10px;
    }
    .button--lg{
        font-size: 16px;
        padding: 10px 15px;
    }
}
@media (max-width:992px){
}
@media (max-width:768px){
    .button--md{
        min-width: 87px;
        font-size: 12px;
        padding: 2px 8px;
    }
}
@media (max-width:576px){
    .button--md{
        min-width: auto;
        padding: 2px 5px;
    }
    .button--lg{
        font-size: 15px;
        padding: 8px 10px;
    }
}

/* Label */
.label{
    display: inline-flex;
    justify-content: center;
    align-items: center;
    padding: 5px 10px;
    font-size: 15px;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 4px;
}


.blind{overflow:hidden;position:absolute;width:1px;height:1px;clip:rect(1px,1px,1px,1px);}
.clearfix:after{content:'';display:block;clear:both;}
.sp{display:none;}.mo{display:none;}
@media(max-width:1200px){.sp{display:block !important;}.pc{display:none !important;}}
@media(max-width:768px){.tb{display:none !important;}.mo{display:block !important;}}


/*  Grid  */
.grid{display:flex;flex-wrap:wrap;}
.grid > div,.grid > li{padding:10px;}
.grid-24{width:100%;}.grid-12{width:50%;}.grid-8{width:33.333333%;}.grid-6{width:25%;}.grid-5{width:20%;}.grid-4{width:16.66666%;}
@media (max-width: 1024px){.grid-4{width:33.33333%;}}
@media(max-width:768px){.grid-6{width:50%;}.grid-5{width:33.33333%;}}
@media(max-width:600px){.grid-8,.grid-5,.grid-4{width:50%;}}

/* Icon */
.icon{
    display: inline-block;
    background-repeat: no-repeat;
    background-position:center;
}
.icon-person{
    width: 11px;
    height: 12px;
    background-image:url(/child/img/icon/icon-person.png);
}
.icon-arrow-lg{
    width: 82px;
    height: 12px;
    background-image:url(/child/img/icon/icon-arrow-lg.png);
}
.icon-more{
    width: 15px;
    height: 17px;
    background-image:url(/child/img/icon/icon-more.png);
    transition: transform ease-out 0.2s;
}
.icon-more:hover {
    transform: rotate(90deg);
}


.img{position:relative;}
.img:after{content:'';position:absolute;top:0;left:0;width:100%;height:100%;background:transparent;}


.m-scroll { display: none; margin: auto; max-width: 360px; width: 100%; }
@media(max-width:768px){.m-scroll { display: block; }}


.mobile-scroll-container { position: relative; }
.mobile-scroll-container:before{ content: none; }
.mobile-scroll-wrapper { z-index: 2; position: relative; }
@media (max-width:1200px){
    .mobile-scroll-container ::-webkit-scrollbar { -webkit-appearance: none; }.mobile-scroll-container ::-webkit-scrollbar:vertical { width: 10px; }.mobile-scroll-container ::-webkit-scrollbar:horizontal { height: 10px; }.mobile-scroll-container ::-webkit-scrollbar-thumb { background-color: #bbb; border: 2px solid #ffffff; border-radius: 10px; }.mobile-scroll-container ::-webkit-scrollbar-track { border-radius: 10px; background-color: #ffffff; }
    .mobile-scroll-wrapper { overflow-x: auto; overflow-y: hidden; }
    .mobile-scroll-inner { min-width: 1200px; }
}


/* Tab Menu */
.tab-list { display: flex; flex-wrap: wrap; position: relative; margin-bottom: 50px; }
.tab-list > li { flex: 1 1 auto; margin-top: -1px; margin-left: -1px; -webkit-transition: all ease-in-out .3s; transition: all ease-in-out .3s; }
.tab-list > li .button{
    display: flex; align-items: center; justify-content: center; width: 100%; height: 60px;text-align: center; color: #999; font-size: 18px; letter-spacing: -0.05em; font-weight: 300;-webkit-transition: all ease-in-out .3s; transition: all ease-in-out .3s;
}
.tab-list > li .button span { -webkit-transition: none; transition: none; }
.tab-list--sticky{ z-index: 100001; position: fixed; top: 0; left: 0; width: 100%; -webkit-transition: all ease-in-out .3s; transition: all ease-in-out .3s; }
.tab-list--block > li { border: 1px solid #e5e5e5; }
.tab-list--block > li .button { color: #333190; }
.tab-list--block > li.on { border-color: #333190; }
.tab-list--block > li.on .button { background: #333190; color: #fff; font-weight: 700; }
.tab-list--punch:before { content: ''; position: absolute; left: 0; bottom: 0; width: calc(100% - 3px); height: 1px; background-color: #333190; }
.tab-list--punch > li { margin-left: -1px; background-color: #fff; border: 1px solid transparent; }
.tab-list--punch > li .button { display: block; width: 100%; }
.tab-list--punch > li.on { position: relative; margin-top: 0; border-top: 1px solid #333190; background-color: #fff; border-left: 1px solid #333190; border-right: 1px solid #333190; }
.tab-list--punch > li.on .button { color: #333190; font-weight: 700; }
.tab-list--punch > li.on:before { content: ''; position: absolute; left: 0; bottom: -1px; width: 100%; height: 1px; background-color: #fff; }
.tab-list--underline:before { content: ''; position: absolute; left: 0; bottom: 1px; width: 100%; height: 1px; background-color: #e5e5e5; }
.tab-list--underline > li { position: relative; }
.tab-list--underline > li::before { content: ''; position: absolute; bottom: 0; left: 0; width: 100%; height: 3px; background: #333190; -webkit-transform: scaleX(0); transform: scaleX(0); -webkit-transform-origin: center; transform-origin: center; opacity: 0; -webkit-transition: all ease-in-out .3s; transition: all ease-in-out .3s; }
.tab-list--underline > li .button { width: 100%; }
.tab-list--underline > li.on::before { opacity: 1; -webkit-transform: scaleX(1); transform: scaleX(1); }
.tab-list--underline > li.on .button { color: #333190; font-weight: 700; }
.tab-list--mark{margin-left: 1px;}
.tab-list--mark > li{
    text-align: center;
}
.tab-list--mark > li .button{
    width: 100%;
    font-size: 16px;
    padding:10px 15px;
    border-radius: 0;
    border:1px solid #f1f1f1;
    background-color: #f1f1f1;
}
.tab-list--mark > li.on .button{
    position: relative;
    font-weight: 600;
    color:#333190;
    border-color:transparent;
    background-color: #fff;
}
.tab-list--mark > li.on .button:before{
    content: '';
    position: absolute;
    top: -1px;
    left: -1px;
    display: block;
    width: calc(100% + 2px);
    height: calc(100% + 2px);
    border: 1px solid #333190;
    border-bottom: 0;
}

.tab2 > li { flex: auto; width: 50%; }.tab3 > li { flex: auto; width: 33.33333%; }.tab4 > li { flex: auto; width: 25%; }.tab5 > li { flex: auto; width: 20%; }.tab6 > li { flex: auto; width: 16.66666%; }.tab7 > li { flex: auto; width: 14.285%; }.tab8 > li { flex: auto; width: 12.5%; }
.tab6:before { width: calc(100% - 5px); }
.tab-contents { position: relative; }
.tab-contents > li { display: none; position: absolute; top: 0; left: 0; }
.tab-contents > li.on { display: block; height:auto; position:relative; animation: contents-on ease-in-out .5s forwards; }
@-webkit-keyframes contents-on { from { opacity: 0; } to { opacity: 1; } }
@keyframes contents-on { from { opacity: 0; } to { opacity: 1; } }
@media(min-width:1025px){.tab-list--underline > li .button:hover { color: #333190; }}
@media(max-width:1024px) {
    .tab-list:before { content: none; }.tab-list--underline:before { content: ''; bottom: -1px; }.tab-list { margin-bottom: 35px; }.tab-list > li { width: 50%; }.tab-list > li .button { height: 50px; font-size: 13px; }
    .tab-list--mark > li.on .button{
        color: #fff;
        background-color: #333190;
    }
    .tab-list--mark > li.on .button:before{display: none;}
}
@media(max-width:768px){
    .tab-list > li .button { height: 40px; }
}
@media(max-width:600px){.tab-list > li { flex: auto; }.tab-list > li .button { height: 40px; }}


.pagination{ display: flex; justify-content: center; margin-top: 35px; }
.pagination a{display: inline-flex; align-items: center; justify-content: center; margin-left: -1px; width: 35px; height: 35px;text-align: center; font-size: 13px; font-weight: 700;background-repeat: no-repeat; background-position: center; background-color: #fff; border: 1px solid #dfdfdf;-webkit-transition: all ease-out .15s; transition: all ease-out .15s;}
.pagination a:first-child { margin-left: 0; }
.pagination a:not(.current) { cursor: pointer; }
.pagination .current{ color: #fff; background-color: #333190; border-color: #333190; }
.pagination__backward{ background-image: url('/child/img/icon/pagination-backward.png'); }
.pagination__prev{ background-image: url('/child/img/icon/pagination-prev.png'); }
.pagination__next{ background-image: url('/child/img/icon/pagination-next.png'); }
.pagination__forward{ background-image: url('/child/img/icon/pagination-forward.png'); }
@media (min-width:1201px){
    .pagination a:not(.current):hover{background-color: #f1f1f1;}
}
@media(max-width:1200px){
	.pagination a { width: 30px; height: 30px; font-size: 12px; background-size: auto 10px; }
}


.thumbnail { overflow: hidden; display: block; position: relative; padding-top: 100%; width: 100%; height: 0; }
.thumbnail .image { display: block; z-index: 1; position: absolute; top: 0; left: 0; width: 100%; height: 100%; }
.thumbnail .image span { display: block; width: 100%; height: 100%; background-repeat: no-repeat; background-position: center; background-size: cover; }
.thumbnail .img { z-index: 2; position: absolute; top: 0; left: 0; width: 100%; height: 100%; }
@media(max-width:1200px){
}
@media(max-width:768px){
}

/* Table */
.table-responsive{
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}
.table-style{
    width: 100%;
}
.table-style tr{
    border-bottom:1px solid #e6e6e6;
}
.table-style tr th, .table-style tr td{
    height: 50px;
    font-size:16px;
    text-align: center;
    padding:10px 5px;
}
.table-style tr th{
    color: #fff;
    background-color: #666;
    padding: 10px 5px;
}
.table-style tr:nth-child(odd) td{
    background-color: #fafafa;
}
@media (max-width:1024px){
    .table-style tr th, .table-style tr td{
        height: 40px;
        font-size:14px;
        padding:5px;
    }
}
@media (max-width:992px){
}
@media (max-width:768px){
    .table-style tr th, .table-style tr td{
        font-size:13px;
    }
}
@media (max-width:576px){
}


/* Form Style */
.radio-wrap { margin: -2px -25px; }
.radio-wrap .radio { vertical-align: middle; margin: 2px 25px; }
.radio-wrap .radio input[type="text"] { margin: 5px 10px; padding-right: 20px; padding-left: 20px; }
.radio { display: inline-block; vertical-align: top; position: relative; font-size: 16px; margin-right: 15px; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; }
.radio:last-child { margin-right: 0; }
.radio input[type="radio"] { position: absolute; top: 0; left: 0; opacity: 0; visibility: hidden; }
.radio i { display: inline-block; vertical-align: middle; margin-right: 5px; width: 15px; height: 15px; background-repeat: no-repeat; background-image: url('/child/img/icon/radio.svg'); }
.radio span { display: inline-block; vertical-align: middle; }
.radio input:checked ~ i { background-image: url('/child/img/icon/radio-on.svg'); }
.radio input[type="radio"]:disabled ~ i, .radio input[type="radio"]:disabled ~ span { opacity: .5; }
.check-wrap { margin: -2px -25px; }
.check-wrap .check { vertical-align: middle; margin: 2px 25px; }
.check-wrap .check input[type="text"] { margin: 5px 10px; padding-right: 20px; padding-left: 20px; }
.check { display: inline-block; vertical-align: top; position: relative; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; }
.check:last-child { margin-right: 0; }
.check input[type="checkbox"] { position: absolute; top: 0; left: 0; opacity: 0; visibility: hidden; }
.check i { display: inline-block; vertical-align: middle; margin-right: 5px; width: 20px; height: 20px; background-repeat: no-repeat; background: url('/child/img/icon/check.svg'); }
.check span { display: inline-block; vertical-align: middle; }
.check input:checked ~ i { background-image: url('/child/img/icon/check-on.svg'); }
.check input[type="checkbox"]:disabled ~ i, .check input[type="checkbox"]:disabled ~ span { opacity: .5; }
.email-box-wrap, .tel-box-wrap { font-size: 0; }
.email-box { display: inline-block; vertical-align: middle; width: 32%; }
.email-box ~ span { display: inline-block; vertical-align: middle; padding: 0 5px; text-align: center; font-size: 16px; width: 4%; }
.email-box:last-child { padding-left: 5px; }
.addr-box { margin-top: 10px; }
.addr1 { position: relative; margin-top: 0; padding-right: 110px; max-width: 330px; }
.addr1 button { position: absolute; top: 0; right: 0; width: 110px; height: 50px; font-size: 16px; color: #fff; background: #777777; }
.center-form .addr-box input { max-width: 100%; }
.form-tel { display: flex; align-items: center; justify-content: space-between; max-width: 545px; }
.form-tel .select,
.form-tel .input { width: 28.5%; }
.form-tel .text { display: block; width: 10px; height: 1px; background: #333333; }
.form-tel--wide .input { width: 55%; }
.file-input{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.file-input__tit, .file-input input{
    font-size: 16px;
}
.file-input__tit{
    width: 90px;
}
.file-input input{
    width: calc(100% - 90px);
}
.input-flex--calendar .btn_calendar{
    width: 40px;
    text-indent: -9999px;
}
@media (max-width: 1024px){
    .radio-wrap { margin: -2px -15px; }
    .radio-wrap .radio { margin: 2px 15px; }
    .radio-wrap .radio input[type="text"] { margin: 5px; }
    .radio { font-size: 14px; }
    .radio i { width: 20px; height: 20px; background-size: auto 20px; }
    .check-wrap { margin: -2px -15px; }
    .check-wrap .check { margin: 2px 15px; }
    .check { font-size: 14px; }
    .check i { width: 20px; height: 20px; background-size: auto 20px; }
    .email-box ~ span { width: 8%; text-align: center; font-size: 13px; }
    .email-box, .tel-box { width: 30%; }
    .email-box:last-child { padding-left: 5px; }
    .addr1 button { height: 40px; font-size: 14px; }
}
@media (max-width: 768px){
    .radio { font-size: 13px; }
    .check { font-size: 13px; }
    .file-input__tit, .file-input input{
        font-size: 14px;
    }
}
@media (max-width: 576px){
    .file-input__tit{
        width: 100%;
        margin-bottom: 5px;
    }
}
@media (max-width: 550px){
    .email-box { width: 46%; }
    .email-box:last-child { padding: 5px 0 0; width: 100%; }
}

.select{
    position: relative;
    max-width: 330px;
    width: 100%;
    height: 50px;
    font-size: 15px;
    border: 1px solid #e5e5e5;
    cursor: pointer;
}
.select option {
    font-size: 16px;
}


.scroll-top { display: none; z-index: 999; position: fixed; bottom: 30px; right: 30px; }
.scroll-top .button { display: block; width: 60px; height: 60px; background: #333190 url('/child/img/icon/scroll-top.gif') no-repeat center / auto 70%; border-radius: 50%; box-shadow: 0px 2px 5px 0px rgba(0,0,0,.15); -webkit-transform: translateY(150px); transform: translateY(150px); visibility: hidden; opacity: 0; }
[data-scroll-top="true"] .scroll-top .button { opacity: 1; visibility: visible; -webkit-transform: translateY(0); transform: translateY(0); -webkit-transition: ease-out .25s; transition: ease-out .25s; }
@media (max-width: 768px){
    .scroll-top { right: 15px; bottom: 15px; }
    .scroll-top .button { width: 50px; height: 50px; }
}

/* List */
.list-item{
    display: flex;
    align-items: center;
    font-size: 18px;
    margin-bottom: 10px;
}
.list-item__tit{
    flex: 0 0 150px;
}
.list-item__con{
    flex-grow: 1;
}
.list-item__con button, .list-item__con input, .list-item__con select, .list-item__con textarea{
    width: 100%;
    max-width: 250px;
    height:40px;
}
.list-item__caption{
    font-size: 14px;
    margin-top: 5px;
}
@media (max-width:1024px){
    .list-item {
        font-size: 16px;
        margin-bottom: 8px;
    }
}
@media (max-width:992px){
}
@media (max-width:768px){
    .list-item__tit{
        flex: 0 0 100px;
    }
    .list-item__caption{
        font-size: 13px;
    }
}
@media (max-width:576px){
    .list-item{
        flex-wrap: wrap;
        margin-bottom: 10px;
    }
    .list-item__tit{
        width: 100%;
        flex: none;
        font-size: 15px;
        margin-bottom: 5px;
    }
    .list-item__con input, .list-item__con select, .list-item__con textarea{
        max-width: none;
    }
}

/* Box */
.box-wrap{
    padding: 30px;
    background-color: #f7f7f7;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}
.box__tit{
    font-size: 24px;
    margin-bottom: 10px;
}
.box__con{
    font-size: 16px;
}
.box__con p{
    margin-bottom: 5px;
}
.box__con p:last-child{
    margin-bottom: 0;
}
.box__con p strong{
    min-width: 75px;
    color: #666;
    padding-right: 15px;
}
.box-wrap + .tab-list{
    margin-top: 50px;
}
@media (max-width:1024px){
    .box-wrap{
        padding:20px;
    }
    .box__tit{
        font-size: 22px;
    }
}
@media (max-width:992px){
}
@media (max-width:768px){
    .box__tit{
        font-size: 20px;
    }
    .box__con{
        font-size: 14px;
    }
}
@media (max-width:576px){
    .box-wrap + .tab-list{
        margin-top: 35px;
    }
}

/* Card */
.card-style{
    display: block;
    font-size: 16px;
    padding:30px;
    border:1px solid #e6e6e6;
    border-top:2px solid #333190;
}
@media (max-width:1024px){
    .card-style{
        padding: 20px;
    }
}
@media (max-width:992px){
}
@media (max-width:768px){
    .card-style{
        font-size: 14px;
    }
}
@media (max-width:576px){
}

/* Modal */
[data-modal="opened"] { overflow: hidden; }
[data-modal="opened"] .modal-container { overflow-x: hidden; overflow-y: auto; }
.modal-container { z-index: 10000; position: fixed; top: 0; left: 0; width: 100%; height: 100%; background: rgba(0,0,0,.6); }
.modal-wrapper { display: flex; flex-direction: column; align-items: center; justify-content: center; margin: 10px auto; width: auto; height: 100%; min-height: calc(100% - 20px);  max-height: calc(100% - 20px); }
.modal { overflow: hidden; display: flex; flex-direction: column; position: relative; max-width: 820px; width: 100%; max-height: none; background: #ffffff; border-radius: 0; }
.modal--6 { max-width: 640px; }
.modal--7 { max-width: 700px; }
.modal--11 { max-width: 1100px; }
.modal__head { margin: 0 30px; padding: 32px 0 14px; border-bottom: 1px solid #dddddd; }
.modal__title { padding: 0 45px; line-height: 1.6; text-align: center; font-size: 24px; font-weight: 700; }
.modal__close { display: flex; align-items: center; justify-content: center; position: absolute; top: 0; right: 0; width: 78px; height: 78px; }
.modal__close svg { width: 16px; height: 16px; fill: #333190; }
.modal__body { overflow-x: hidden; overflow-y: auto; margin: 0 30px; padding: 30px 0; height: 100%; }
.modal__body--top { padding-top: 60px; padding-bottom: 2px; }
.modal__body--no-padding-top { padding-top: 0; }
.modal__body--no-padding-bottom { padding-bottom: 0; }
.modal__body video{
    width: 100%;
}
.modal__body figure{
    text-align: center;
}
.modal__body figcaption{
    font-size: 16px;
    margin-bottom:5px;
}
.modal__foot { margin: 0 30px; padding: 0 0 40px; border-top: 1px solid #dddddd; }
.modal__foot-no-border { border-top: none; }
.modal__foot-caption { padding: 15px 0 0; text-align: center; font-size: 16px; color: #999999; font-weight: 300; }
.modal__buttons { display: flex; align-items: center; justify-content: center; padding: 20px 0 0; }
.modal__buttons .button { flex: 1 1 auto; margin: 0 5px; max-width: 200px; width: 100%; height: 50px; font-size: 18px; font-weight: 700; }
.modal__buttons .button--download { padding-right: 30px; padding-left: 30px; }
.modal__buttons--narrow .button { max-width: 180px; }

.modal-enter,
.modal-leave-to { opacity: 0; }
.modal-enter-active,
.modal-leave-active { -webkit-transition: all ease .1s; transition: all ease .1s; }

.modal input, .modal select{
    width: 100%;
    max-width: 250px;
    height: 40px;
}

.mobal__info-text{
    text-align: center;
    padding: 30px 20px;
}
.mobal__info-text p{
    font-size: 16px;
    margin-bottom: 5px;
}
.mobal__info__btn-wrap{
    margin-top: 20px;
}
@media(max-width:1024px){
}
@media(max-width:768px){
    .modal__head {
        margin: 0 20px;
        padding: 25px 0 14px;
    }
    .modal__title {
        padding: 0 25px;
        font-size: 22px;
    }
    .modal__close {
        width: 50px;
        height: 50px;
    }
    .modal__body {
        margin: 0 20px;
        padding: 20px 0;
    }
    .modal__foot {
        margin: 0 20px;
        padding: 0 0 25px;
    }
    .modal__buttons .button{
        height: 40px;
        font-size: 16px;
    }

    .mobal__info-text{
        padding: 20px;
    }
    .mobal__info-text p{
        font-size: 14px;
    }
}

/* modal-receipt */
.modal-receipt{
    max-width: 550px;
}
.modal-receipt .modal__close{
    width: 40px;
    height: 40px;
}
.modal-receipt .modal__head{
    margin: 0 40px;
    padding: 30px 0 12px;
    border: 0;
}
.modal-receipt .modal__head-top{
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin-bottom: 20px;
}
.modal-receipt .modal__head-top .button{
    min-width: 80px;
}
.modal-receipt .modal__title-wrap{
    text-align: center;
    padding: 14px;
    background-color: #f2f5fa;
}
.modal-receipt .modal__title{
    font-size: 28px;
    font-weight: 600;
    letter-spacing: .15em;
    line-height: 1.2;
    padding: 0;
}
.modal-receipt .modal__title2{
    font-size: 18px;
    font-weight: 400;
    color: #003a99;
    margin-bottom: 4px;
}
.modal-receipt .modal__body{
    margin: 0 40px;
    padding: 0 0 45px;
}
.modal-receipt .modal__foot{
    margin: 0 40px;
    padding: 0 0 40px;
    border: 0;
}
.modal-receipt .modal__buttons{
    padding-top:0;
}
.modal-receipt .modal__buttons .button{
    max-width: 160px;
    font-size: 16px;
    font-weight: 500;
    border-radius: 999px;
}
.receipt-items{
    background-repeat: no-repeat;
    background-position:center;
    background-image:url(/child/img/mypage/receipt-logo.png);
}
.receipt-item{
    font-size: 18px;
    color: #222;
    padding: 20px 0;
    border-bottom: 1px solid #e6e6e6;
}
.receipt-item__name{
    display: flex;
    align-items: center;
}
.receipt-item__name .receipt-item__tit{
    display: inline-flex;
    margin:0 15px 0 0;
}
.receipt-item__tit{
    display: flex;
    align-items: center;
    font-size: 18px;
    font-weight: 600;
    color: #222;
    letter-spacing: .15em;
    margin-bottom: 2px;
}
.receipt-item__tit small{
    font-size: 10px;
}
.receipt-item__name span{
    font-size: 18px;
    letter-spacing: .15em;
}
.receipt-item__price{
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 18px;
    padding: 8px 0;
}
.receipt-item__price span{
    color:#666;
}
.receipt-item__price strong{
    font-weight: 500;
    color: #222;
}
.receipt-item__total{
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 24px;
    font-weight: 600;
    color:#003a99;
    margin-top:20px;
}
.receipt-date{
    margin-top: 40px;
    font-size: 18px;
    font-weight: 600;
    color: #222;
    text-align: center;
}
.receipt-stamp{
    text-align: center;
}
.receipt-stamp strong{
    display: inline-block;
    font-size: 24px;
    font-weight: 600;
    color: #222;
    padding: 20px 30px 20px 0;
    background-repeat: no-repeat;
    background-position:right center;
    background-image:url(/child/img/mypage/receipt-stamp.png);
}
@media (max-width:1024px){
    .modal-receipt {
        max-width: 480px;
    }
    .modal-receipt .modal__body {
        padding: 0 0 35px;
    }
    .modal-receipt .modal__title2, .receipt-item, .receipt-item__name span, .receipt-item__tit, .receipt-item__price, .receipt-date{
        font-size: 16px;
    }
    .modal-receipt .modal__title{
        font-size: 24px;
    }
    .receipt-item__total, .receipt-stamp strong{
        font-size: 20px
    }
    .modal-receipt .modal__buttons .button{
        height: 45px;
        font-size: 16px;
    }
}
@media (max-width:992px){
}
@media (max-width:768px){
    .modal-receipt {
        max-width: 400px;
    }
    .modal-receipt .modal__head, .modal-receipt .modal__body, .modal-receipt .modal__foot{
        margin:0 30px;
    }
    .modal-receipt .modal__head-top{
        margin-bottom: 10px;
    }
    .modal-receipt .modal__body {
        padding: 0 0 30px;
    }
    .modal-receipt .modal__title2, .receipt-item, .receipt-item__name span, .receipt-item__tit, .receipt-item__price, .receipt-date{
        font-size: 14px;
    }
    .modal-receipt .modal__title{
        font-size: 20px;
    }
    .receipt-items{
        background-size: contain;
    }
    .receipt-item{
        padding:10px 0;
    }
    .receipt-item__total, .receipt-stamp strong{
        font-size: 18px
    }
    .receipt-item__total{
        margin-top: 10px;
    }
    .receipt-date{
        margin-top: 20px;
    }
    .receipt-stamp strong{
        padding: 10px 20px 10px 0;
        background-size: contain;
    }
    .modal-receipt .modal__buttons .button{
        height: 40px;
        font-size: 14px;
    }
}
@media (max-width:576px){
    .modal-receipt .modal__buttons .button{
        height: 35px;
    }
}
@media print {
    .modal-receipt{ border:1px solid #eee; }
    .modal-receipt .modal__title-wrap{
        -webkit-print-color-adjust: exact !important;   /* Chrome, Safari */
    }
    .receipt-items{
        -webkit-print-color-adjust: exact !important;
    }
    .receipt-stamp strong{
        -webkit-print-color-adjust: exact !important;
    }
    .print-none { display:none; }
}

/* Board */
.board-comment{
    margin-top: 20px;
    border-top: 2px solid #ddd;
}
.board-comment table{
    table-layout: fixed;
}
.board-comment table tr{
    border-bottom: 1px solid #ddd;
}
.board-comment table tr:last-child{
    border-bottom: none;
}
.board-comment table tr td{
    font-size: 14px;
    height: 45px;
    padding:10px;
    vertical-align: top;
}
.AWbbs_comment_id{
    width: 240px;
    font-weight: 600;
    text-align: center;
    padding: 10px 0px !important;
}
.AWbbs_comment_id p{
    height: 100%;
    border-right: 1px solid #ddd;
}
.board-comment__txt{
    padding:10px 20px !important;
}
.board-comment__date{
    width:140px;
}
.board-comment__btn{
    width: 60px;
    text-align: right;
}
.board-comment-textarea-wrap{
    background: rgb(247, 247, 247); border: 1px solid rgb(221, 221, 221); padding: 15px; margin-bottom: 20px;
}
@media (max-width:1024px){
}
@media (max-width:992px){
}
@media (max-width:768px){
    .board-comment table tr td{
        font-size: 13px;
    }
    .AWbbs_comment_id{
        width: 20%;
    }
    .board-comment__date{
        width:100px;
    }
    .board-comment__txt {
        padding: 10px !important;
    }
    .board-comment-textarea-wrap{
        padding: 5px; margin-bottom: 15px;
    }
}
@media (max-width:576px){
}


/* ======= Header ======= */
.header{
    z-index: 10000; position: absolute; top: 0; left: 0; width: 100%;
    border-bottom: 1px solid #e6e6e6;
    -webkit-transition: all ease-out .3s; transition: all ease-out .3s; background: #fff;
    /* box-shadow: 0 0 8px 0 rgba(36,36,36,.2); */
}
.header-top { height: 30px; }
.header-top__inner{
    position: relative; margin: auto; display: flex; align-items: center; justify-content: flex-end;
    width: 1100px; height: 38px; text-align: center;
}

.header__inner{
    position: relative; margin: auto;
    max-width: 1630px; width: 100%; height: 80px; text-align: center;
    padding:0 240px;
}
.header__logo{
    display: block;
    z-index: 10001; position: absolute; top: 50%; left: 15px;
    -webkit-transform: translate(0,-50%); -ms-transform: translate(0,-50%); transform: translate(0,-50%);
    width: 197px; height: 40px;
}
.header__logo a{
    display: block; width: 100%; height: 100%;
    background: url('/child/img/ci.png') no-repeat center;
}
.header__contents{
    /* display: inline-block; */
    -webkit-transition: all ease-out .3s; transition: all ease-out .3s;
}
/* .header__menu{
    position: absolute; top: 18px; right: -30px;
} */
.header-menu-ul { display: flex; position: relative; width: fit-content;}
.header-menu-ul > li {
    position: relative;
    /* margin: 0 15px; */
}
.header-menu-ul .menu-link {
    display: block; position: relative;
    padding: 25px 45px;
    font-size: 16px; color: #222;
    cursor: pointer;
}
.header-menu-ul > li.on .menu-link { font-weight: 600; color: #333190; }
.header-menu-ul h2 { font-size: inherit; color: inherit; font-weight: 400; line-height: 30px; }
.header-menu-ul > li.active:before { content: ''; position: absolute; bottom: 0; left: 0; width: 100%; height: 4px; background: #333190; }
.header__global { position: absolute; display: flex; top: 30px; right: 0; margin: 0 -5px; }
.header__global li { padding: 0 5px; }

.customer-menu { display: flex; align-items: center; justify-content: flex-end; }
.customer-menu li {
    position: relative;
    display: flex; align-items: center;
}
.customer-menu li:before {
    position: absolute;
    top:50%;
    left:0;
    -webkit-transform: translate(0,-50%); -ms-transform: translate(0,-50%); transform: translate(0,-50%);
    content:'';
    display: block;
    width: 1px; height: 12px;
    background-color: #999;
}
.customer-menu li.before-none .button{
    margin-left: 0;
}
.customer-menu li:first-child:before, .customer-menu li.before-none:before{display: none;}
.customer-menu a {
    display: block;
    padding: 15px;
    font-size: 14px;
    color:#222;
}
.customer-menu .button{
    color:#fff;
    padding: 5px 20px;
}
.customer-menu li:last-child a { margin-right: 0; }
.customer-menu li:last-child:after { content: none; }
.sp .customer-menu {
    margin: -15px;
    padding-left: 5px;
}
.customer-menu.pc{
    background-color: #333190;
    padding: 0 5px;
}
.customer-menu.pc li a {
    color: #fff;
}
.customer-menu.pc li a:hover {
    font-weight: 700;
}
.header-right {
    display: flex;
    position: absolute;
    top: 50%;
    right: 15px;
    -webkit-transform: translate(0,-50%); -ms-transform: translate(0,-50%); transform: translate(0,-50%);
}

.integrated-search {
    width: 200px;
    padding-top: 0 !important;
    margin-top: 0 !important;
    margin-right: 8px;
    .v-input__prepend-inner {
        margin: 14px 8px 0 !important;
    }
    input {
        border: none !important;
        max-height: 48px !important;
        height: 48px;
    }
}
@media (max-width: 1200px){
    .integrated-search {
        width: 100%;
        margin-bottom: 15px;
        .v-input__prepend-inner {
            margin: 14px 8px 0 !important;
        }
        input {
            border: none !important;
            max-height: 48px !important;
            height: 48px;
        }
    }
}


.burger-menu { position: relative; padding: 17px 15px; width: 100%; height: 100%; }
.burger-wrap { position: relative; width: 100%; height: 100%; }
.burger-wrap span {
    position: absolute; width: 100%; height: 2px;
    background: #333;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

.sub-menu{ z-index: 10001;
    position: absolute; top: 100%; left: 0;
    width: 100%; background: #fff;
    /* border-top: 2px solid #333190; border-right: 1px solid #e5e5e5; border-bottom: 1px solid #e5e5e5; border-left: 1px solid #e5e5e5; */
    transform: translate(0, 1px);
    transition: all ease-out .2s;
    opacity: 0; visibility: hidden;
    z-index: 1;
}
.sub-menu li:last-child { border-bottom: none; }
.sub-menu li a{
    display: block; position: relative;
    margin: 0; padding: 8px;
    text-align: center; font-size: 16px; color: #999;
}
.sub-menu__edit{
    margin-left: -5px; width: calc(100% + 10px);
}
.sub-menu__edit input { width: 100%; height: 35px; }
.sub-menu__add{
    margin-top: 7px; width: 100%; height: 35px;
    font-size: 14px; color: #fff; font-weight: 500;
    background: #333190;
}
.header-menu-ul::before {
    content: "";
    position: absolute;
    left: -50vw;
    bottom: -1px;
    width: 150vw;
    transform: translateY(100%);
    background-color: #fff;
    opacity: 0;
    transition: all ease-out .2s;
    visibility: hidden;
}
.header-menu-ul:hover::before {
    opacity: 1;
    visibility: visible;
}
.header-menu-ul::before,
.sub-menu {
    height: 238px;
}

.header-fullmenu{
    overflow: hidden; position: absolute; top: 100%; left: 0;
    width: 100%; height: 0; padding: 32px 0px 60px;
    background: rgba(255,255,255,.95);
    -webkit-transition: ease-in-out .35s;
    -o-transition: ease-in-out .35s;
    transition: ease-in-out .35s;
    opacity: 0;
    visibility: hidden;
}
.header-fullmenu__inner{
    margin: auto; max-width: 1100px; padding-right: 88px; width: 100%; height: 100%;
    text-align: right; font-size: 0;
}
.header-fullmenu__col { position: relative; display: inline-block; vertical-align: top; height: 100%; }
.header-fullmenu__col:nth-child(1) { width: 124px; }
.header-fullmenu__col:nth-child(2) { width: 124px; }
.header-fullmenu__col:nth-child(3) { width: 144px; }
.header-fullmenu__col:nth-child(4) { width: 124px; }
.header-fullmenu__col li .mont { font-weight: 500; }
.header-fullmenu__col li a { display: block; padding: 8px 0; width: 100%; text-align: left; font-size: 18px; font-weight: 300; color: #555555; letter-spacing: -0.08em; }
.header-fullmenu__col li a.header-fullmenu__2depth { padding: 2px 0; }
.header-fullmenu__3depth { margin-bottom: 20px; }
.header-fullmenu__3depth li a { display: flex; align-items: center; padding: 0 0 0 14px; }
.header-fullmenu__3depth li a:before { content: '·'; display: inline-block; padding-right: 4px; font-size: 18px; font-weight: 400; color: #333190; }
.header-img { opacity: 0; position: absolute; font-size: 0; transition: ease-in-out .35s; -webkit-transition: ease-in-out .35s;}
.header-img__left { bottom: 60px; left: 60px; }
.header-img__right { top: 0; right: 60px;}


/* Burger Maker */
.mobile-menu { z-index: 10000; display: none; position: absolute; top: 0; left: 0; width: 50px; height: 50px; }
.mobile-menu__button {
	display: inline-block; position: relative; width: 100%; height: 100%;
}
.mobile-menu__button span {
    position: relative; margin: 0 auto;
}
.mobile-menu__button span::before, .mobile-menu__button span::after {
	position: absolute;
	content: '';
}
.mobile-menu__button span, .mobile-menu__button span::before, .mobile-menu__button span::after {
	width: 25px;
	height: 3px;
	background-color: #333190;
	display: block;
}
[aria-pressed="true"].mobile-menu__button span,
[aria-pressed="true"].mobile-menu__button span::before,
[aria-pressed="true"].mobile-menu__button span::after{
    background: #333190;
}
.mobile-menu__button span::before {
	margin-top: -10px;
}
.mobile-menu__button span::after {
	margin-top: 10px;
}
.mobile-menu__button--flip[aria-pressed="true"] span {
	background-color: rgba(0,0,0,0.0);
	-webkit-transition-delay: 0.2s; transition-delay: 0.2s;
}
.mobile-menu__button--flip span::before {
	-webkit-transition-property: margin, -webkit-transform; transition-property: margin, transform;
	-webkit-transition-duration: 0.2s; transition-duration: 0.2s;
	-webkit-transition-delay: 0.2s, 0s; transition-delay: 0.2s, 0s;
}
.mobile-menu__button--flip[aria-pressed="true"] span::before {
	margin-top: 0;
	-webkit-transform: rotate(45deg); transform: rotate(45deg);
	-webkit-transition-delay: 0s, 0.2s; transition-delay: 0s, 0.2s;
}
.mobile-menu__button--flip span::after {
	-webkit-transition-property: margin, -webkit-transform; transition-property: margin, transform;
	-webkit-transition-duration: 0.2s; transition-duration: 0.2s;
	-webkit-transition-delay: 0.2s, 0s; transition-delay: 0.2s, 0s;
}
.mobile-menu__button--flip[aria-pressed="true"] span::after {
	margin-top: 0;
	-webkit-transform: rotate(-45deg); transform: rotate(-45deg);
	-webkit-transition-delay: 0s, 0.2s; transition-delay: 0s, 0.2s;
}

.m-search { display: none; position: absolute; top: 0; bottom: 0; right: 0; }
.m-search button { width: 50px; height: 50px; background: url('/child/img/search.png') no-repeat center / auto 23px; }

@media(min-width:1200px){
	.header:hover .header-fullmenu {height: 300px; opacity: 1; visibility: visible;}
	.header:hover .header-fullmenu .header-img { opacity: 1; transition: ease-in-out .35s; -webkit-transition: ease-in-out .35s;}
	.header-fullmenu__col li a:hover { color: #333190; }
	/* .sub-menu:hover,
	.header-menu-ul .menu-link:hover + .sub-menu { opacity: 1; visibility: visible; } */
    .sub-menu {
        padding: 24px 0;
    }
    .header-menu-ul:hover .sub-menu {
        opacity: 1;
        visibility: visible;
    }

    .header-menu-ul .menu-link:hover + .sub-menu,
    .sub-menu:hover {
        background-color: #333190;
    }
    .header-menu-ul .menu-link:hover + .sub-menu li a,
    .sub-menu:hover li a {
        color: #fff;
    }
}
@media(min-width:1201px){
    .header-menu-ul > li:hover .menu-link{
        color:#333190;
    }
    .header-menu-ul > li::before{
        content:'';
        position:absolute;
        bottom: -1px;
        left:0;
        display: block;
        width: 100%;
        height: 0;
        background-color: #333190;
        /* transform: scaleX(0); */
        opacity: 0;
        /* -webkit-transition: all ease-out .15s; -ms-transition: all ease-out .15s; */
        transition: all ease-out .15s;
    }
    .header-menu-ul li:hover::before{
        /* transform: scaleX(1); */
        height: 4px;
        opacity: 1;
    }
    .header-menu-ul li .menu-link:hover h2 {
        font-weight: 700;
    }
    /* .sub-menu{ display: none; } */
	.header--center .header__logo { right: 0; margin: auto; }
	.sub-menu li a:hover {
        font-weight: 700;
     }

    /* .customer-menu a:hover{
        opacity: .8;
    } */
    .customer-menu .button:hover{
        opacity: 1;
    }
}
@media (max-width: 1300px){
    .header-menu-ul > li{
        margin:0 20px;
    }
}
@media (max-width: 1200px){
    .header { position: fixed; top: 0; left: 0; width: 100%; height: 50px; }
	.header-top { display: none; }
    .header--center { height: 50px; }
    .header__inner { padding: 0; height: 50px; }
    .header__top { height: 100%; }
    .header__logo {
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%,-50%); -ms-transform: translate(-50%,-50%); transform: translate(-50%,-50%);
        margin: auto;
        width: 120px;
        height: 50px;
    }
    .header__logo a { background-size: 100% auto; background-position: center; }
    .header__right { top: 10px; right: 10px; }
    .header-link { justify-content: center; margin-top: 30px; }
    .header-link .button { height: 45px; line-height: 45px; font-size: 18px; }
    .header-link .button span { background-size: auto 39px; }
	.header__global { justify-content: center; top: 15px; left: 10px; right: auto; }
	.header__global img { width: auto; height: 20px; }
    .header-global__button { font-size: 16px; }

	.customer-menu { margin-top: 5px; }
	.customer-menu li:after { background: #e5e5e5; }
	.customer-menu a { line-height: 1; color: #333333; }

    [data-header="sticky"] { background: #fff; box-shadow: 0px 2px 10px 0px rgba(0,0,0,.1); }
    [data-header="sticky"] .header__logo a,
    [data-header-mobile="on"] .header__logo a { background-image: url('/child/img/ci.png'); }

    [data-header="sticky"] [aria-pressed="false"].mobile-menu__button span,
    [data-header="sticky"] [aria-pressed="false"].mobile-menu__button span::before,
    [data-header="sticky"] [aria-pressed="false"].mobile-menu__button span::after { background: #333190; }

    .header-link .burger-button { display: none; }
    /* Mobile Menu */
    .mobile-menu { display: block; }
    .header__contents{
        display: flex; flex-direction: column;
        z-index: 10000; overflow-x: hidden; overflow-y: auto; position: fixed; top: 0px; left: 0;
        padding: 70px 15px 0; width: 100%; height: 100%;
        background: #fff; pointer-events: none;
        -webkit-clip-path: circle(0% at 0% 0%); clip-path: circle(0% at 0% 0%);
        -webkit-transition: all .6s ease-out; transition: all .6s ease-out;
        visibility: hidden;
    }
    .header__right { order: 1; position: static; justify-content: center; }
    .header-customer-menu { flex: 1 1; }
    .customer-menu a { font-size: 16px; }
    .header__menu { order: 2; position: static; margin: 15px auto 0; padding-left: 0; width: 100%; }
    .header-menu-ul { flex-direction: column; }
    .header-menu-ul > li{
        margin:0 15px;
    }
    .header-menu-ul .menu-link { margin: 5px 0; padding: 5px 0; font-size: 18px; color: #333; text-align: left; font-weight: 500; cursor: pointer;}
	.header-menu-ul .menu-link[aria-pressed="true"] { color: #333190; }
    .sub-menu{
        position: relative; top: 0; left: 0; background: #fff;
        margin: -10px 0 15px; width: auto; max-height: 0; height: auto;
        border: none;
        -webkit-transform: translate(0, 0) !important; transform: translate(0, 0) !important;
    }
    .sub-menu li { border-bottom: none; }
    .sub-menu li a { padding: 10px 0; line-height: 1; font-size: 13px; }
    .menu-toggle[aria-pressed="true"] + .sub-menu{
        opacity: 1; visibility: visible; max-height: 300px;
    }

    [data-header-mobile="on"] .header__contents{
        pointer-events: all;
        -webkit-clip-path: circle(142% at 0% 0%); clip-path: circle(142% at 0% 0%);
        visibility: visible;
    }
    .menu-toggle h2:before, .menu-toggle h2:after{
        content: ''; display: block; position: absolute; top: 50%; right: 0;
        width: 13px; margin-top: -1px;
        background-color: #333; height: 3px;
        -webkit-transform-origin: 50% 50%; transform-origin: 50% 50%;
        -webkit-transition: all .3s; transition: all .3s;
    }
    .menu-toggle h2:before {
        z-index: 2;
        -webkit-transform: rotate(-90deg); transform: rotate(-90deg);
        opacity: 1;
    }
    .menu-toggle[aria-pressed="true"] h2:before {
        background: #333190 !important;
        -webkit-transform: rotate(0deg); transform: rotate(0deg);
    }
    .menu-toggle[aria-pressed="true"] h2:after {
        opacity: 0;
        background: #333190 !important;
        -webkit-transform: rotate(180deg); transform: rotate(180deg);
    }

    .sub-menu__edit { padding: 0; }
    .sub-menu__edit input { margin-right: 15px; }

    .sub-menu li a.submenu__2depth { padding: 2px 0; }
    .submenu__3depth { margin-bottom: 14px; }
    .submenu__3depth li a { justify-content: center; padding: 0; }
    .submenu__3depth li a:before { content: none; }
}
@media (max-width: 1200px){
    .header-menu-ul {
        width: 100%;
    }
}


/* ======= Footer ======= */
.footer {
    width: 100%;
    min-height: 100px;
    background: #222; color:#fff;
}
.footer-top { padding: 20px 0; }
#vue-app .footer-top .container {
    max-width: 1630px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
}
.footer-link { margin: 0 -8px 10px; }
.footer-link::after { content: ''; display: block; clear: both; }
.footer-link li { float: right; padding: 0 8px; }
.footer-link li:last-child { border-right: none; }
.footer-link li a { display: block; line-height: 1; font-size: 15px; font-weight: 700; padding: 5px 0;}
.footer-sns { margin: 18px -8px 0; text-align: right; }
.footer-sns li { display: inline-block; vertical-align: top; padding: 0 5px; }
.footer-info { margin: 0 -8px; }
.footer-info::after { content: ''; display: block; clear: both; }
.footer-info li {
    float: left;
    padding: 4px 8px;
    font-size: 14px;
}
.footer-info li:first-child {
    font-weight: 700;
}
.clear{
    clear: both;
}
.copyright{
    font-size: 14px;
}
.footer-col:nth-child(2){
    text-align: right;
}
@media(min-width:1025px){
    .footer-link li a:hover { text-decoration: underline;}
}
@media(max-width:1360px){
    .header-menu-ul > li{
        margin:0 10px;
    }
    .header-menu-ul .menu-link{
        font-size: 15px;
    }
}
@media(max-width:1280px){
    .header-menu-ul > li{
        margin:0 5px;
    }
}
@media(max-width:1200px){
    #vue-app .footer-top .container{
        flex-wrap: wrap;
    }
    .footer-col{
        width: 100%;
    }
    .footer-col:nth-child(2){
        text-align: left;
        margin-top: 10px;
    }
    .footer-link li{
        float: left;
    }
}
@media(max-width:1024px){
    .footer-top { padding: 20px 0; }
    #vue-app .footer-top .container {
        flex-direction: column;
        align-items: flex-start;
    }
    .footer-info li, .copyright { font-size: 13px; }
}
@media(max-width:768px){
}
@media(max-width:576px){
    .footer-info{
        margin:0 -5px;
    }
    .footer-info li {
        padding: 2px 5px;
    }
    .copyright{
        margin-top: 4px;
    }
}


/*나의 컨퍼런스 - 마이페이지*/
.post-redbtn {

    display:block; width:40px; height:20px;
    border-radius:4px; background-color:#999; color:#fff;
    font-size:12px; margin-left:6px; line-height:19px;

}

.tab-list > li:nth-child(2).on .post-redbtn {background-color:#e60012; color:#fff;}

/* grid */
.row {
    margin: -12px !important;
}
.row--sm {
    margin: -8px !important;
}
.row--sm > [class*="col"] {
    padding: 8px;
}
.row--xs {
    margin: -6px !important;
}
.row--xs > [class*="col"] {
    padding: 6px;
}
.row--xxs {
    margin: -4px !important;
}
.row--xxs > [class*="col"] {
    padding: 4px !important;
}
.row.no-gutters {
    margin: 0 !important;
}
.row.no-gutters > [class*="col"] {
    padding: 0 !important;
}
@media(max-width:768px) {
    .row {
        margin: -8px !important;
    }
    .row > [class*="col"] {
        padding: 8px !important;
    }
    .row--sm {
        margin: -6px !important;
    }
    .row--sm > [class*="col"] {
        padding: 6px;
    }
    .row--xs {
        margin: -4px !important;
    }
    .row--xs > [class*="col"] {
        padding: 4px;
    }
    .row--xxs {
        margin: -2px !important;
    }
    .row--xxs > [class*="col"] {
        padding: 2px !important;
    }
}

/* page-text */
.page-text {
    font-size: 16px !important;
    line-height: 1.35;
}
.page-text--sm {
    font-size: 14px !important;
}
.page-text--lg {
    font-size: 18px !important;
}
@media(max-width:768px) {
    .page-text {
        font-size: 14px !important;
    }
    .page-text--sm {
        font-size: 12px !important;
    }
    .page-text--lg {
        font-size: 16px !important;
    }
}

/* font-weight */
.font-weight-medium {
    font-weight: 500;
}
.font-weight-bold {
    font-weight: 700;
}

.mx-auto {
    margin: 0 auto;
}

/* flex */
.justify-center {
    justify-content: center;
}

/* line-height */
.line-height-15 {
    line-height: 1.5;
}
.line-height-16 {
    line-height: 1.6;
}

.v-card--outlined {
    background-color: transparent !important;
}


/* dialog */
.v-dialog__container {
    display: initial !important;
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: 999999;
    pointer-events: none;
}

.v-dialog__content--active {
    background-color: rgba(0,0,0,0.6);
}
