/* scdream */
@font-face { font-family: 'scdream'; font-weight: 300; src: local(s-core-dream-light),url(/child/font/scdream3-webfont.woff) format('woff2'), url(/child/font/scdream3-webfont.woff) format('woff'); }
@font-face { font-family: 'scdream'; font-weight: 400; src: local(s-core-dream-regular),url(/child/font/scdream4-webfont.woff) format('woff2'), url(/child/font/scdream4-webfont.woff) format('woff'); }
@font-face { font-family: 'scdream'; font-weight: 500; src: local(s-core-dream-medium),url(/child/font/scdream5-webfont.woff) format('woff2'), url(/child/font/scdream5-webfont.woff) format('woff'); }
@font-face { font-family: 'scdream'; font-weight: 700; src: local(s-core-dream-extrabold),url(/child/font/scdream7-webfont.woff) format('woff2'), url(/child/font/scdream7-webfont.woff) format('woff'); }
/* Cafe24Ohsquare */
@font-face { font-family: 'Cafe24Ohsquare'; font-weight: 400; src: url(/child/font/Cafe24Ohsquare.woff) format('woff2'), url(/child/font/Cafe24Ohsquare.woff) format('woff'); }
/* NotoKR */
@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:"scdream","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;cursor:pointer;}
button{font-family:inherit;background-color:transparent;border:none;outline:none;cursor:pointer;}
table{border-collapse:collapse;}
input,select,textarea{padding-left:10px;padding-right:10px;font-family:inherit;background-color:#fff !important;border:1px solid #e5e5e5 !important;-webkit-transition:all ease .1s;transition:all ease .1s;}
textarea{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;}

.popup-layer{position: absolute; z-index: 999999}
.popup-layer-body{background-color: #f5f5f5}
.popup-layer-foot{background-color: #f5f5f5}
.popup-layer-foot .grid{justify-content: space-between;}

@media (max-width:1024px){
    .popup-layer{top: 100px !important;  left: 15px !important;}
    .popup-layer>div{width: calc(100vw - 30px) !important;}
    .popup-layer-body{width: 100% !important; height: auto !important;}
}

/* Display */
.d-none{display:none!important;}.d-inline{display:inline!important;}.d-inline-block{display:inline-block!important;}.d-block{display:block!important;}.d-flex{display:flex!important;}.d-inline-flex{display:inline-flex!important;}.d-table-cell{display:table-cell!important;}
@media (min-width:500px){
.d-sm-none{display:none!important;}.d-sm-inline{display:inline!important;}.d-sm-inline-block{display:inline-block!important;}.d-sm-block{display:block!important;}.d-sm-flex{display:flex!important;}.d-sm-inline-flex{display:inline-flex!important;}.d-sm-table-cell{display:table-cell!important;}
}
@media (min-width:768px){
.d-md-none{display:none!important;}.d-md-inline{display:inline!important;}.d-md-inline-block{display:inline-block!important;}.d-md-block{display:block!important;}.d-md-flex{display:flex!important;}.d-md-inline-flex{display:inline-flex!important;}.d-md-table-cell{display:table-cell!important;}
}
@media (min-width:1024px){
.d-lg-none{display:none!important;}.d-lg-inline{display:inline!important;}.d-lg-inline-block{display:inline-block!important;}.d-lg-block{display:block!important;}.d-lg-flex{display:flex!important;}.d-lg-inline-flex{display:inline-flex!important;}.d-lg-table-cell{display:table-cell!important;}
}
@media (min-width:1200px){
.d-xl-none{display:none!important;}.d-xl-inline{display:inline!important;}.d-xl-inline-block{display:inline-block!important;}.d-xl-block{display:block!important;}.d-xl-flex{display:flex!important;}.d-xl-inline-flex{display:inline-flex!important;}.d-xl-table-cell{display:table-cell!important;}
}

.overflow-hidden{overflow: hidden !important;}

/* Order */
.order-first{-webkit-box-ordinal-group:0;-ms-flex-order:-1;order:-1;}.order-last{-webkit-box-ordinal-group:14;-ms-flex-order:13;order:13;}.order-0{-webkit-box-ordinal-group:1;-ms-flex-order:0;order:0;}.order-1{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1;}.order-2{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2;}.order-3{-webkit-box-ordinal-group:4;-ms-flex-order:3;order:3;}.order-4{-webkit-box-ordinal-group:5;-ms-flex-order:4;order:4;}.order-5{-webkit-box-ordinal-group:6;-ms-flex-order:5;order:5;}.order-6{-webkit-box-ordinal-group:7;-ms-flex-order:6;order:6;}.order-7{-webkit-box-ordinal-group:8;-ms-flex-order:7;order:7;}.order-8{-webkit-box-ordinal-group:9;-ms-flex-order:8;order:8;}.order-9{-webkit-box-ordinal-group:10;-ms-flex-order:9;order:9;}.order-10{-webkit-box-ordinal-group:11;-ms-flex-order:10;order:10;}.order-11{-webkit-box-ordinal-group:12;-ms-flex-order:11;order:11;}.order-12{-webkit-box-ordinal-group:13;-ms-flex-order:12;order:12;}
@media(min-width:768px){
.order-md-first{-webkit-box-ordinal-group:0;-ms-flex-order:-1;order:-1;}.order-md-last{-webkit-box-ordinal-group:14;-ms-flex-order:13;order:13;}.order-md-0{-webkit-box-ordinal-group:1;-ms-flex-order:0;order:0;}.order-md-1{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1;}.order-md-2{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2;}.order-md-3{-webkit-box-ordinal-group:4;-ms-flex-order:3;order:3;}.order-md-4{-webkit-box-ordinal-group:5;-ms-flex-order:4;order:4;}.order-md-5{-webkit-box-ordinal-group:6;-ms-flex-order:5;order:5;}.order-md-6{-webkit-box-ordinal-group:7;-ms-flex-order:6;order:6;}.order-md-7{-webkit-box-ordinal-group:8;-ms-flex-order:7;order:7;}.order-md-8{-webkit-box-ordinal-group:9;-ms-flex-order:8;order:8;}.order-md-9{-webkit-box-ordinal-group:10;-ms-flex-order:9;order:9;}.order-md-10{-webkit-box-ordinal-group:11;-ms-flex-order:10;order:10;}.order-md-11{-webkit-box-ordinal-group:12;-ms-flex-order:11;order:11;}.order-md-12{-webkit-box-ordinal-group:13;-ms-flex-order:12;order:12;}
}
@media(min-width:1024px){
.order-lg-first{-webkit-box-ordinal-group:0;-ms-flex-order:-1;order:-1;}.order-lg-last{-webkit-box-ordinal-group:14;-ms-flex-order:13;order:13;}.order-lg-0{-webkit-box-ordinal-group:1;-ms-flex-order:0;order:0;}.order-lg-1{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1;}.order-lg-2{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2;}.order-lg-3{-webkit-box-ordinal-group:4;-ms-flex-order:3;order:3;}.order-lg-4{-webkit-box-ordinal-group:5;-ms-flex-order:4;order:4;}.order-lg-5{-webkit-box-ordinal-group:6;-ms-flex-order:5;order:5;}.order-lg-6{-webkit-box-ordinal-group:7;-ms-flex-order:6;order:6;}.order-lg-7{-webkit-box-ordinal-group:8;-ms-flex-order:7;order:7;}.order-lg-8{-webkit-box-ordinal-group:9;-ms-flex-order:8;order:8;}.order-lg-9{-webkit-box-ordinal-group:10;-ms-flex-order:9;order:9;}.order-lg-10{-webkit-box-ordinal-group:11;-ms-flex-order:10;order:10;}.order-lg-11{-webkit-box-ordinal-group:12;-ms-flex-order:11;order:11;}.order-lg-12{-webkit-box-ordinal-group:13;-ms-flex-order:12;order:12;}
}

/* Wrap - Container */
.wrap{overflow: hidden;}
/* .wrap .main { padding: 136px 0 0; } */
.wrap .main { padding: 115px 0 0; }
.wrap--sub .main, .wrap--mypage .main, .wrap--products .main { min-height: 600px; }
.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;}
@media (max-width: 1200px){
    /* .wrap { padding-top: 50px; } */
    .wrap { padding-top: 30px; }
    .wrap .main{padding:0;}
    .wrap--sub { min-height: 500px; }
}

.w-100{width:100%;}
.min-w170{min-width: 170px;}

/* Spacing */
.m-auto{margin:auto;}
.mt-0{margin-top:0 !important;}.mt-5{margin-top:5px !important;}.mt-10{margin-top:10px !important;}.mt-15{margin-top:15px !important;}.mt-20{margin-top:20px !important;}.mt-30{margin-top:30px !important;}.mt-40{margin-top:40px !important;}.mt-50{margin-top:50px !important;}.mt-60{margin-top:60px !important;}.mt-70{margin-top:70px !important;}.mt-80{margin-top:80px !important;}.mt-90{margin-top:90px !important;}.mt-100{margin-top:100px !important;}
.mb-0{margin-bottom:0 !important;}.mb-5{margin-bottom:5px !important;}.mb-10{margin-bottom:10px !important;}.mb-15{margin-bottom:15px !important;}.mb-20{margin-bottom:20px !important;}.mb-30{margin-bottom:30px !important;}.mb-35{margin-bottom:35px !important;}.mb-40{margin-bottom:40px !important;}.mb-50{margin-bottom:50px !important;}.mb-60{margin-bottom:60px !important;}.mb-70{margin-bottom:70px !important;}.mb-80{margin-bottom:80px !important;}.mb-90{margin-bottom:90px !important;}.mb-100{margin-bottom:100px !important;}.mb-110{margin-bottom:110px !important;}.mb-120{margin-bottom:120px !important;}
@media (max-width:1024px){
    .mt-lg-0{margin-top:0 !important;}.mt-lg-5{margin-top:5px !important;}.mt-lg-10{margin-top:10px !important;}.mt-lg-20{margin-top:20px !important;}.mt-lg-30{margin-top:30px !important;}.mt-lg-40{margin-top:40px !important;}.mt-lg-50{margin-top:50px !important;}.mt-lg-60{margin-top:60px !important;}
    .mb-lg-0{margin-bottom:0 !important;}.mb-lg-5{margin-bottom:5px !important;}.mb-lg-10{margin-bottom:10px !important;}.mb-lg-20{margin-bottom:20px !important;}.mb-lg-30{margin-bottom:30px !important;}.mb-lg-40{margin-bottom:40px !important;}.mb-lg-50{margin-bottom:50px !important;}.mb-lg-60{margin-bottom:60px !important;}
}
@media (max-width:992px){
}
@media (max-width:768px){
    .mt-md-0{margin-top:0 !important;}.mt-md-5{margin-top:5px !important;}.mt-md-10{margin-top:10px !important;}.mt-md-15{margin-top:15px !important;}.mt-md-20{margin-top:20px !important;}.mt-md-30{margin-top:30px !important;}.mt-md-40{margin-top:40px !important;}.mt-md-50{margin-top:50px !important;}.mt-md-60{margin-top:60px !important;}.mt-md-70{margin-top:70px !important;}.mt-md-80{margin-top:80px !important;}
    .mb-md-0{margin-bottom:0 !important;}.mb-md-5{margin-bottom:5px !important;}.mb-md-10{margin-bottom:10px !important;}.mb-md-15{margin-bottom:15px !important;}.mb-md-20{margin-bottom:20px !important;}.mb-md-30{margin-bottom:30px !important;}.mb-md-40{margin-bottom:40px !important;}.mb-md-50{margin-bottom:50px !important;}.mb-md-60{margin-bottom:60px !important;}.mb-md-70{margin-bottom:70px !important;}.mb-md-80{margin-bottom:80px !important;}
}
@media (max-width:576px){
}

/* Font */
.font-ohsquare{font-family:"Cafe24Ohsquare","scdream","NotoKR","Apple SD Gothic Neo",Helvetica,sans-serif,Arial;}
.d-flex[class*="text-"]{
    flex-wrap: wrap;
}
.text-12{font-size: 12px !important;}.text-14{font-size: 14px !important;}.text-16{font-size: 16px !important;}.text-18{font-size: 18px !important;}.text-20{font-size: 20px !important;}.text-22{font-size: 22px !important;}.text-30{font-size: 30px !important;}.text-32{font-size: 32px !important;}.text-35{font-size: 35px !important;}.text-40{font-size: 40px !important;}.text-48{font-size: 48px !important;}.text-50{font-size: 50px !important;}.text-56{font-size: 56px !important;}.text-80{font-size: 80px !important;}
@media (max-width:1024px){
    .text-lg-14{font-size: 14px !important;}.text-lg-16{font-size: 16px !important;}.text-lg-18{font-size: 18px !important;}.text-lg-20{font-size: 20px !important;}.text-lg-48{font-size: 48px !important;}.text-lg-56{font-size: 56px !important;}
}
@media (max-width:992px){
}
@media (max-width:768px){
    .text-md-12{font-size: 12px !important;}.text-md-14{font-size: 14px !important;}.text-md-16{font-size: 16px !important;}.text-md-18{font-size: 18px !important;}.text-md-20{font-size: 20px !important;}.text-md-26{font-size: 26px !important;}.text-md-30{font-size: 30px !important;}.text-md-40{font-size: 40px !important;}
}
@media (max-width:576px){
}

/* align */
.text-left{text-align:left !important; }.text-right{text-align:right !important; }.text-center{text-align: center !important;}
@media(min-width:768px){
    .text-md-left{text-align:left !important; }.text-md-right{text-align:right !important; }.text-md-center{text-align: center !important;}
}
@media(min-width:1024px){
    .text-lg-left{text-align:left !important; }.text-lg-right{text-align:right !important; }.text-lg-center{text-align: center !important;}
}
.justify-start{justify-content:flex-start !important;}.justify-end{justify-content:flex-end !important;}.justify-center{justify-content:center !important;}.justify-between{justify-content:space-between !important;}
.align-start{align-items:flex-start !important;}.align-end{align-items:flex-end !important;}.align-center{align-items:center !important;}

/* line-height */
.line-height-1{line-height:1 !important;}.line-height-11{line-height:1.1 !important;}.line-height-12{line-height:1.2 !important;}.line-height-13{line-height:1.3 !important;}.line-height-14{line-height:1.4 !important;}.line-height-15{line-height:1.5 !important;}.line-height-16{line-height:1.6 !important;}.line-height-17{line-height:1.7 !important;}.line-height-18{line-height:1.8 !important;}.line-height-19{line-height:1.9 !important;}.line-height-2{line-height:2 !important;}

/* weight */
.weight-1{font-weight:100 !important;}.weight-2{font-weight:200 !important;}.weight-3{font-weight:300 !important;}.weight-4{font-weight:400 !important;}.weight-5{font-weight:500 !important;}.weight-6{font-weight:600 !important;}.weight-7{font-weight:700 !important;}.weight-8{font-weight:800 !important;}.weight-9{font-weight:900 !important;}

.highlight-purple{
    display: inline;
    box-shadow: inset 0 -999px 0 #c3b5fd;
}
.highlight-navy{
    display: inline;
    box-shadow: inset 0 -999px 0 #0c2858;
}
.highlight-dark{
    display: inline;
    box-shadow: inset 0 -999px 0 #262626;
}
.text-under{
    display: inline;
    border-bottom:1px solid;
}
.text-point{
    position: relative;
}
.text-point::before{
    content:'';
    position:absolute;
    top:-8px;
    left:50%;
    -webkit-transform: translate(-50%,0); -ms-transform: translate(-50%,0); transform: translate(-50%,0);
    display: inline-block;
    width: 6px;
    height: 6px;
    border-radius: 100%;
    background-color: #fff;
}
.text-gra{
    background: linear-gradient(90deg, #008b94 0%, #2cba57 100%);
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent;
}
/* IE10+ */
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .text-gra{
        color:#008b94;
        background:none;
    }
}


/* Color */
.color-point{color:#f4b816 !important;}
.color-yellow{color:#fdf131 !important;}
.color-yellow2{color:#fce332 !important;}
.color-red{color:#ff2f25 !important;}
.color-blue{color:#f4b816 !important;}
.color-mint{color:#31fdcb !important;}
.color-navy{color:#0c2858 !important;}
.color-purple{color:#66259b !important;}
.color-orange{color:#ff5f2e !important;}
.color-dark-green{color:#004e66 !important;}
.color-white{color:#fff !important;}
.color-black{color:#000 !important;}
.color-gray-47{color:#474747 !important;}
.color-gray-7{color:#777 !important;}
.color-gray-8a{color:#8a8e9f !important;}
.color-gray-b{color:#bbb !important;}
.color-gray-c{color:#ccc !important;}

/* Bg */
.bg-point{background-color: #f4b816 !important;}
.bg-light-purple{background-color: #edeffa !important;}
.bg-orange{background-color: #ff5f2e !important;}
.bg-navy{background-color: #0c2858 !important;}
.bg-light-sky{background-color: #e1eef6 !important;}
.bg-purple{background-color:#642397 !important;}
.bg-gray-f4{background-color:#f4f5f9 !important;}
.bg-gray-e{background-color:#eee !important;}
.page-section[class*="bg-"]::before{
    content:'';
    position:absolute;
    top:0;
    left:50%;
    z-index: -1;
    -webkit-transform: translate(-50%,0); -ms-transform: translate(-50%,0); transform: translate(-50%,0);
    display: block;
    width: 100vw;
    height: 100%;
}


/* Button */
.button-wrap{ display: flex;flex-wrap: wrap;justify-content: center;margin: -1px; }
.button-wrap .button{ margin:1px; }
.button, .btn{
    display:inline-flex;align-items:center;justify-content:center;font-size:16px;font-weight:500;line-height:1.2;padding: 14px 15px;text-align:center;border:1px solid transparent;-webkit-transition: all ease-out .15s; -ms-transition: all ease-out .15s; transition: all ease-out .15s;
    cursor: pointer;
}
.button-sm{ font-size: 14px; padding:10px; }
.button-lg{ font-size: 20px; padding:14px 15px; }
.button span + .icon{margin-left: 10px;}
.button-point, .btn_point{color:#fff !important;background-color:#f4b816;border-color:#f4b816;}
.button-point.button-outline{color:#f4b816;border-color:#f4b816;}
.button-blue{color:#fff;background-color:#f4b816;border-color:#f4b816;}
.button-blue.button-outline{color:#f4b816;border-color:#f4b816;}
.button-grey{color:#222;background-color:#e5e5e5;border-color:#e5e5e5;}
.button-grey.button-outline{color:#222;border-color:#e5e5e5;}
.button-border, .btn_border{border:1px solid #e5e5e5;}
.button-outline{border-width:1px; border-style:solid;background-color:transparent !important;}
.button-radius{ border-radius: 15px; }
@media(min-width:1201px){
	.button-point:hover, .btn_point:hover{ background-color: #dca614; border-color: #dca614; }
    .button-blue:hover{ background-color:#2271b1; border-color:#2271b1; }
    .button-grey:hover { color:#fff; background-color: #333; border-color: #333; }
    .button-grey.button-outline:hover { background-color: #e5e5e5; border-color: #e5e5e5; }
    .button-border:hover, .btn_border:hover{ border-color: #e5e5e5; background-color: #e5e5e5 !important;  }
    .button-outline:hover{ color:inherit; border-color:inherit; background-color: rgba(0,0,0,.1) !important; }
}
@media (max-width:1024px){
    .button, .btn{ font-size:16px; padding:10px 12px; }
    .button-sm{ font-size: 13px; }
    .button-lg{ font-size: 18px; }
    .button-radius{ border-radius: 10px; }
}
@media (max-width:768px){
    .button, .btn{ font-size:14px; font-weight:500; padding:10px; }
    .button-sm{ font-size: 13px; padding:8px 10px; }
    .button-lg{ font-size: 16px; padding:8px 10px; }
}


.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:1024px){.sp{display:block;}.pc{display:none;}}
@media(max-width:768px){.tb{display:none;}.mo{display:block;}}


/*  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-up{
    width: 40px;
    height: 40px;
    background-image: url(/child/img/icon/icon-up.png);
}
.icon-down{
    width: 40px;
    height: 40px;
    background-image: url(/child/img/icon/icon-down.png);
}
.icon-finger{
    width: 24px;
    height: 34px;
    background-image: url(/child/img/icon/icon-finger.png);
}
.icon-headphone{
    width: 102px;
    height: 82px;
    background-image: url(/child/img/icon/icon-headphone.png);
}
.icon-leaf{
    width: 20px;
    height: 20px;
    background-image: url(/child/img/icon/icon-leaf.png);
}
.icon-star{
    width: 16px;
    height: 16px;
    background-image: url(/child/img/icon/icon-star.png);
}

/* Image */
.img-wrap{text-align:center; font-size: 0;}
.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; }
}

/* Box */
.box-style{
    width: 100%;
    padding:100px;
    background-color: #fff;
}
.box-style--half{
    padding:60px;
    border-radius: 100px 100px 0 0;
}
@media (max-width:1024px){
    .box-style{
        padding:60px;
    }
    .box-style--half{
        padding:40px;
        border-radius: 50px 50px 0 0;
    }
}
@media (max-width:992px){
}
@media (max-width:768px){
    .box-style{
        padding:40px 30px;
    }
    .box-style--half{
        padding:30px;
        border-radius: 20px 20px 0 0;
    }
}
@media (max-width:576px){
}

/* Form */
.input, .select{
    height: 45px;
}
@media (max-width:1024px){
    .input, .select{
        height: 35px;
    }
}
@media (max-width:992px){
}
@media (max-width:768px){
}
@media (max-width:576px){
}

/* Tab Menu */
.tab-list { display: flex; flex-wrap: wrap; position: relative; margin-bottom: 70px; }
.tab-list > li { flex: 1 1; 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: #f4b816; }
.tab-list--block > li.on { border-color: #f4b816; }
.tab-list--block > li.on .button { background: #f4b816; color: #fff; font-weight: 700; }
.tab-list--punch:before { content: ''; position: absolute; left: 0; bottom: 0; width: calc(100% - 3px); height: 1px; background-color: #f4b816; }
.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 #f4b816; background-color: #fff; border-left: 1px solid #f4b816; border-right: 1px solid #f4b816; }
.tab-list--punch > li.on .button { color: #f4b816; 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: #f4b816; -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: #f4b816; font-weight: 700; }
.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: #f4b816; }}
@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; }}
@media(max-width:600px){.tab-list > li { flex: auto; }.tab-list > li .button { height: 40px; }}


.pagination{ display: flex; justify-content: center; margin-top: 40px; }
.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: #f4b816; border-color: #f4b816; }
.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){
}


/* 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; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; }
.radio:last-child { margin-right: 0; }
.radio label{cursor: pointer;}
.radio input[type="radio"] { position: absolute; top: 0; left: 0; opacity: 0; visibility: hidden; }
.radio i { display: inline-block; vertical-align: middle; margin-right: 10px; width: 20px; height: 20px; 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 label{cursor: pointer;}
.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 { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -ms-flex-wrap: wrap; flex-wrap: wrap; }
.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%; }
@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; }
}
@media (max-width: 550px){
    .email-box { width: 46%; }
    .email-box:last-child { padding: 5px 0 0; width: 100%; }
}

.form-block{
    width: 100%;
    display: flex;
    font-size: 16px;
}
.form-block input{
    margin:0 1px;
}
.form-block span{
    padding:0 2px;
}

.input-file{
    display: -webkit-box; display: -ms-flexbox; display: flex;
    -webkit-box-align: center; -ms-flex-align: center; align-items: center;
    overflow: hidden;
    position: relative;
    max-width: 450px;
}
.input-file [type="file"] { overflow: hidden; position: absolute; margin: -1px; width: 1px; height: 1px; padding: 0; border: 0 none; clip: rect(0, 0, 0, 0); }
.input-file .file-label {
    display: block;
    margin-left: 4px; padding: 0 25px; height: 35px; line-height: 35px;
    text-align: center; font-size: 13px; color: #fff;
    background-color: #545454; border-radius: 2px;
    white-space: nowrap;
}
.input-file .file-name {
    width: 100%; height: 40px; line-height: 26px;
    text-indent: 5px; border: 1px solid #ddd;
}
.file-focus { outline: 1px dotted #d2310e; }
@media (max-width:768px){
    .input-file .file-label{ padding: 0 15px; }
}


.scroll-top, .scrolltop { z-index: 999; position: fixed; bottom: 10px; right: 25px; }
.scroll-top .button { display: block; width: 72px; height: 72px; background: #f4b816 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; }
.scrolltop .button{
    display: block; width: 72px; height: 72px; background: #f4b816 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);
}
[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, .scrolltop { right: 15px; bottom: 15px; }
    .scroll-top .button, .scrolltop .button { width: 50px; height: 50px; }
}

/* Items */
.box-items{
    margin:-10px 0;
}
.box-item{
    padding:10px 0;
}
.box-item__inner{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding:30px;
    border:1px solid #ebebeb;
    background-color: #f7f7f7;
}
.box-item__tit{
    font-size: 26px;
    font-weight: 700;
    color:#222;
}
.box-item__txt{
    font-size: 16px;
    color:#474645;
    margin-top: 5px;
}
@media (max-width:1024px){
    .box-item__inner{
        padding: 20px;
    }
    .box-item__tit{
        font-size: 20px;
    }
}
@media (max-width:992px){
}
@media (max-width:768px){
    .box-items{
        margin:-5px 0;
    }
    .box-item{
        padding:5px 0;
    }
    .box-item__inner{
        flex-wrap: wrap
    }
    .box-item__con, .box-item__btn-wrap{
        width: 100%;
    }
    .box-item__tit{
        font-size: 18px;
    }
    .box-item__txt{
        font-size: 14px;
    }
    .box-item__btn-wrap{
        margin-top: 15px;
    }
    .box-item__btn-wrap .button{
        width: 100%;
    }
}
@media (max-width:576px){
}

.arrow-items{
    position: relative;
}
.arrow-items::before{
    content:'';
    position:absolute;
    top:5px;
    left:14px;
    display: block;
    width: 1px;
    height: 100%;
    border-left: 3px dashed #d3d3d3;
}
.arrow-item{
    display: flex;
    flex-wrap: wrap;
    padding-bottom: 40px;
}
.arrow-item:last-child{
    padding-bottom: 0;
}
.arrow-item__arrow{
    position: relative;
    display: block;
    width: 30px;
    height:30px;
    background-color: #fcbe32;
    border-radius: 100%;
    margin-top:5px;
}
.arrow-item__arrow::before{
    content:'';
    position:absolute;
    top:50%;
    left:50%;
    transform: translate(-50%,-50%) rotate(45deg);
    display: block;
    width: 12px;
    height: 12px;
    border-top:4px solid #fff;
    border-right:4px solid #fff;
}
.arrow-item__con{
    width: calc(100% - 30px);
    padding-left: 20px;
}
.arrow-item__tit{
    font-size: 30px;
    font-weight: 500;
    border-bottom:2px solid #d3d3d3;
    margin-bottom: 10px;
}
.arrow-item__tit strong{
    font-weight: 600;
}
.arrow-item__txt{
    font-size: 18px;
    font-weight: 500;
    line-height: 1.6;
    color:#626262;
}
@media (max-width:1024px){
}
@media (max-width:992px){
}
@media (max-width:768px){
    .arrow-item__tit{
        font-size: 20px;
    }
    .arrow-item__txt{
        font-size: 16px;
    }
}
@media (max-width:576px){
}

.shadow-items{
    display: flex;
    flex-wrap:wrap;
    margin:-10px;
}
.shadow-item{
    width: calc( ( 100% - 250px ) / 3 );
    padding:10px;
}
.shadow-item__inner{
    height: 100%;
    padding:50px 20px;
    border-radius: 30px;
    box-shadow: 0 0 15px #eaeaea;
}
.shadow-item--tit{
    width: 250px;
    color:#fff;
}
.shadow-item--tit .shadow-item__inner{
    position: relative;
    background-repeat: no-repeat;
    background-position:center;
    background-size: cover;
    background-image:url(/child/img/sub/about/ceo-img6.png);
}
.shadow-item--tit .shadow-item__inner::before{
    content:'';
    position:absolute;
    right:26px;
    bottom:50px;
    display: block;
    width: 27px;
    height: 42px;
    background-repeat: no-repeat;
    background-position:center;
    background-image:url(/child/img/icon/icon-arrow-white.png);
}
@media (max-width:1024px){
    .shadow-item{
        width: 33.3333%;
    }
    .shadow-item--tit{
        width: 100%;
    }
    .shadow-item--tit .shadow-item__inner::before{display:none;}
    .shadow-item__inner{
        padding: 30px 20px;
    }
}
@media (max-width:992px){
}
@media (max-width:768px){
    .shadow-items{
        margin: -5px;
    }
    .shadow-item{
        width: 50%;
        padding:5px;
    }
}
@media (max-width:576px){
    .shadow-item{
        width: 100%;
    }
}

/* Video */
.video-wrap{
    max-width:832px;
    font-size: 0;
    text-align: center;
    padding: 20px;
    margin:auto;
    background-color: #000;
}
.video{
    position: relative;
    width: 100%;
    padding-top: calc(446/792 * 100%);
}
.video iframe{
    position: absolute;
    top:0;
    left: 0;
    width: 100%;
    height: 100%;
}
@media (max-width:1024px){
}
@media (max-width:992px){
}
@media (max-width:768px){
    .video-wrap{
        padding: 10px;
    }
}
@media (max-width:576px){
}

/* Board */
.board-container.tab-none .tab-list{display:none;}
.board-file{
    display: inline-block;
    color:#222;
    text-decoration: underline;
    padding:2px 5px;
}
@media (max-width:1024px){
}
@media (max-width:992px){
}
@media (max-width:768px){
}
@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: 18px; }
.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: #f4b816; }
.modal__body { overflow-x: hidden; overflow-y: auto; margin: 0 30px; padding: 36px 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__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: 40px 0 0; }
.modal__buttons .button { flex: 1 auto; margin: 0 5px; max-width: 240px; width: 100%; height: 60px; font-size: 18px; font-weight: 700; }
.modal__buttons .button--download { padding-right: 30px; padding-left: 30px; }
.modal__buttons--narrow .button { max-width: 180px; }

.id-check{display: inline-block; height: 45px; line-height: 45px; width: 70px; text-align: center; background-color: #f4b816; color: #ffffff; font-weight: 500}

.search-wrap>button{display: inline-block; width: 100px; box-sizing: border-box; border: 1px solid #f4b816; text-align: center; line-height: 34px; font-weight: 500;  margin-left: 5px; margin-top: 7px;}

.modal-enter,
.modal-leave-to { opacity: 0; }
.modal-enter-active,
.modal-leave-active { -webkit-transition: all ease .1s; transition: all ease .1s; }
@media(max-width:1024px){
  .id-group{display: flex;}
  .id-check{width: 30%; font-size: 13px}
  .search-wrap{display: flex; flex-direction: column; align-items: center; width: 100%; margin-top: 15px}
  .search-wrap>span{font-size: 14px;}
  .search-wrap>button{font-size: 14px;}

}
@media(max-width:768px){
    .modal__head, .modal__body{ margin: 0 15px; }
}


/* ======= Header ======= */
.header{
    z-index: 10000; position: absolute; top: 0; left: 0; width: 100%;
    /* box-shadow: 0 0 8px 0 rgba(36,36,36,.2); */
    -webkit-transition: all ease-out .3s; transition: all ease-out .3s; background: #fff;
    border-bottom: 1px solid #ebebeb;
}
.header-top {
    background-color: #f4f4f4;
}
.header-top__inner, .header__inner{
    max-width: 1370px; padding: 0 15px;
}
.header-top__inner{
    position: relative; margin: auto; display: flex; align-items: center; justify-content: flex-end;
    height: 46px; text-align: center;
}

.header__inner{
    position: relative; margin: auto;
    width: 100%; height: 90px; text-align: center;
}
.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: 122px; height: 36px;
}
.header__logo a{
    display: block; width: 100%; height: 100%;
    background: url('/child/img/ci.png') no-repeat center;
}
.header__contents{
    display: flex;
    align-items: center;
    width: 100%;
    height: 100%;
    padding:0 0 0 200px;
    margin-right: -25px;
    -webkit-transition: all ease-out .3s; transition: all ease-out .3s;
}
.header__menu{
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    height: 100%;
}
.header-menu-ul { display: flex; }
.header-menu-ul > li { position: relative; }
.header-menu-ul .menu-link {
    display: block;
    position: relative;
    padding: 20px 25px;
    font-size: 18px; color: #333; font-weight: 500;
    cursor: pointer;
}
.header-menu-ul > li.on .menu-link { font-weight: 600; color: #f4b816; }
.header-menu-ul h2 { font-size: inherit; color: inherit; font-weight: 500; line-height: 30px; }
.header-menu-ul li.active:before { content: ''; position: absolute; bottom: -1px; left: 0; width: 100%; height: 2px; background: #f4b816; }
.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; }
.customer-menu li { display: flex; align-items: center; }
.customer-menu li:after { content: ''; display: block; width: 1px; height: 16px; background: #c7c7c7;  }
.customer-menu a { display: block; margin: 0 15px; font-size: 16px; font-weight: 300; }
.customer-menu li:last-child a { margin-right: 0; }
.customer-menu li:last-child:after { content: none; }

.sns-icon{display: flex; margin-left: 21px}
.sns-icon>li{margin-right: 14px;}
.sns-icon>li:last-child{margin-right: 0}

.sns-icon>li>a>img{position: relative; top: 2px;}

.sns-icon-mo{display: none; margin-top: 15px;}
.sns-icon-mo>li{margin: 0 3px}

@media(max-width:1024px){
  .sns-icon-mo{display: flex;}
}

.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;
    overflow: hidden; position: absolute; top: 60px; left: 50%;
    width: 150px; background: #fff;
    padding:5px 0;
    border-top: 1px solid #f4b816; border-right: 1px solid #e5e5e5; border-bottom: 1px solid #e5e5e5; border-left: 1px solid #e5e5e5;
    -webkit-transform: translate(-50%, 0); transform: translate(-50%, 0);
    -webkit-transition: ease-out .15s; transition: ease-out .15s;
    opacity: 0; visibility: hidden;
}
.sub-menu li:last-child { border-bottom: none; }
.sub-menu li a{
    display: block; position: relative;
    margin: 0; padding: 6px 10px;
    text-align: center; font-size: 16px; color: #454545;
}
.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: #f4b816;
}

.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: #f4b816; }
.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: #f4b816;
	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: #f4b816;
}
.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:1025px){
    .customer-menu a:hover{
        opacity: .8;
    }

	.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: #f4b816; }
	.sub-menu:hover,
	.header-menu-ul .menu-link:hover + .sub-menu { opacity: 1; visibility: visible; }
}
@media(min-width:1201px){
    /* .sub-menu{ display: none; } */
	.header--center .header__logo { right: 0; margin: auto; }
	.sub-menu li a:hover { color: #f4b816; font-weight: 500; }
}
@media (max-width: 1200px){
    .header {
        position: fixed; top: 0; left: 0; width: 100%; height: 50px; border-bottom: none;
        box-shadow: 0 0 8px 0 rgba(36,36,36,.2);
    }
	.header-top { display: none; }
    .header--center { height: 50px; }
    .header__inner { padding: 0; height: 50px; }
    .header__top { height: 100%; }
    .header__logo {
        top: 0; right: 0; left: 0; bottom: 0; margin: auto; width: 140px; height: 50px;
        transform: none;
    }
    .header__logo a { background-size: auto 50%; 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: 15px; margin-left: -15px; }
	.customer-menu li:after { background: #e5e5e5; }
	.customer-menu a { padding-bottom: 3px; 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: #f4b816; }

    .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;
        flex-direction: column;
        align-items:flex-start;
        justify-content:flex-start;
        position: static; margin: 15px auto 0; padding-left: 0; width: 100%; height:auto;
    }
    .header-menu-ul { flex-direction: column; width:100%; }
    .header-menu-ul .menu-link { margin: 10px 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: #f4b816; }
    .sub-menu{
        position: relative; top: 0; left: 0; background: #fff;
        margin: -15px 0 15px;
        padding:0;
        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;
        text-align: left;
    }
    .menu-toggle[aria-pressed="true"] + .sub-menu{
        margin-top: -10px;
        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: #f4b816 !important;
        -webkit-transform: rotate(0deg); transform: rotate(0deg);
    }
    .menu-toggle[aria-pressed="true"] h2:after {
        opacity: 0;
        background: #f4b816 !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: 768px){
}


/* ======= Footer ======= */
.footer { background: #212121; }
.footer-top { padding: 35px 0; }
#vue-app .footer-top .container {
    display: flex;
    justify-content: center;
    position: relative;
    max-width: 1370px;
    width: 100%;
    padding:0 15px;
    margin:auto;
}
.footer-link { margin: 0 -8px; }
.footer-link::after { content: ''; display: block; clear: both; }
.footer-link li { float: left; 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; }
.footer-sns { margin: 18px -8px 0; text-align: right; }
.footer-sns li { display: inline-block; vertical-align: top; padding: 0 5px; }
.footer-info {
    margin:-5px;
    text-align: center;
}
.footer-info::after { content: ''; display: block; clear: both; }
.footer-info >div {
    display: inline-block;
    padding: 5px;
    line-height: 1.2;
    font-size: 14px;
    font-weight: 300;
    color: #828282;
}
.copy{ clear: both; margin-top: 11px; }
@media(min-width:1025px){
    .footer-link li a:hover { opacity: .6; }
}
@media(max-width:1024px){
    .footer-top { padding: 35px 0 30px; }
    .footer-top .container { flex-direction: column; }
    .footer-col:first-child { order: 1; }
    .footer-info li { font-size: 13px; }
}

.quick-menu{
    position: fixed;
    bottom: 90px;
    right: 15px;
    z-index: 100;
    padding:10px;
    border-radius: 9999px;
    background-color: #282828;
}
.quick-items{
    margin:-5px;
}
.quick-item{
    padding:5px;
}
.quick-item a{
    display: block;
    width: 72px;
    height: 72px;
    line-height: 0;
}
@media (max-width:1024px){
}
@media (max-width:992px){
}
@media (max-width:768px){
    .quick-menu{
        bottom:70px;
        right: 10px;
        padding: 5px;
    }
    .quick-items{
        margin:-2px;
    }
    .quick-item{
        padding:2px;
    }
    .quick-item a{
        width: 50px;
        height: 50px;
    }
}
@media (max-width:576px){
}


/* Form */
.formmail-table { display: table; table-layout: fixed; width: 100%; background: #fff; border-top: 2px solid #333; border-collapse: collapse; }
.formmail-table .row { display: table-row; margin-right: 0; margin-left: 0; border-bottom: 1px solid #e5e5e5; }
.formmail-table .th { display: table-cell; vertical-align: middle; padding: 28px 30px 30px; width: 250px; font-size: 15px; color: #555555; font-weight: 500; word-break: keep-all; }
.formmail-table .td { display: table-cell; vertical-align: middle; padding: 10px 0; height: 80px; font-size: 15px; color: #555555; }
.formmail-table .td textarea { padding: 20px; width: 100%; height: 200px; font-size: 15px; color: #555555; background-color: #fff; border: 1px solid #e5e5e5; }
.formmail-table .td input[type="text"],
.formmail-table .td select { max-width: 330px; width: 100%; height: 50px; font-size: 15px; background-color: #fff; border: 1px solid #e5e5e5; }
.formmail-table .td p { margin-top: 5px; color: #999999; }
.formmail-table .td b { padding-left: 10px; font-weight: 500; }
.formmail-table .birth-box-wrap { font-size: 0; }
.formmail-table .birth-box-wrap > select { margin-right: 15px; width: 100px; }
.formmail-table .radio { margin-right: 50px; }
.formmail-table .check { margin-right: 50px; }
.formmail-table .td .input-file { position: relative; padding-right: 110px; }
.formmail-table .td .input-file [type="file"] { position: absolute; width: 1px; height: 1px;clip: rect(0, 0, 0, 0); border: 0 none; }
.formmail-table .td .input-file .file-label{
    display: inline-block; vertical-align: top; position: absolute; top: 0; right: 0; padding: 0 25px; width: 110px; height: 50px; line-height: 50px;
    color: #fff; text-align: center; font-size: 15px; background: #555555; border: 1px solid #222;
}
.formmail-table .td .input-file .file-name { max-width: 100%; width: 100%; height: 50px; line-height: 50px; text-indent: 5px; border: 1px solid #ddd; }
.formmail-table .td .file-focus { outline: 1px dotted #d2310e; }
.formmail-table .form-tel select.select,
.formmail-table .form-tel input.input { width: 28.5%; }
.formmail-table .form-tel--wide select.select { width: 38%; }
.formmail-table .form-tel--wide input.input { width: 55%; }

.agree-table__box{ overflow-x: hidden; overflow-y: auto; margin-bottom: 15px; padding: 15px; width: 100%; height: 250px; background: #fff; border: 1px solid #ddd; }

.formmail-agreement { margin-top: 35px; padding: 30px 15px; text-align: center; border: 5px solid rgba(244,184,22,.3); }
.formmail-agreement .check { vertical-align: middle; }
.formmail-agreement .button { vertical-align: middle; margin-left: 10px; padding: 2px; font-size: 15px; color: #f4b816; font-weight: 500; cursor: pointer; }

.formmail-buttons{
    display: -webkit-box; display: -ms-flexbox; display: flex;
    -webkit-box-align: center; -ms-flex-align: center; align-items: center;
    -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center;
    margin: 30px -5px 0; text-align: center;
}
.formmail-buttons .button { margin: 0 5px; width: 150px; font-size: 15px; height: 50px; }
/* .form-title { padding-bottom: 10px; line-height: 20px; font-size: 20px; color: #333333; font-weight: 500; border-bottom: 1px solid #aaaaaa; }
.form-title .check { float: right; }
.form-caption { display: block; margin-top: 10px; } */
@media (max-width: 1024px){
    .formmail-table .th { display: block; padding: 15px 0 5px; width: 100%; font-size: 14px; border-right: none !important; }
    .formmail-table .td { display: block; padding: 5px 0 15px; width: 100%; height: auto; font-size: 14px; }
    .formmail-table .td input[type="text"], .formmail-table .td select { max-width: none; height: 40px; font-size: 14px; }
    .formmail-table .td textarea { height: 150px; }
    .formmail-table .birth-box-wrap > select { margin-right: 5px; width: calc(33.33333% - 4px); }
    .formmail-table .birth-box-wrap > select:last-child { margin-right: 0; }

    .formmail-agreement { padding: 18px 15px; border-width: 2px; }
    .formmail-agreement .button { font-size: 12px; }

    .formmail-buttons { margin: 30px -2px 0; }
    .formmail-buttons .button { margin: 0 2px; height: 40px; font-size: 14px; }
}


/* Table */
.table-responsive {
    position: relative;
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}
.scroll-responsive{
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-size: 15px;
    color:#222;
    margin-top: 20px;
}
.scroll-responsive span + .icon{
    margin-left: 5px;
}
.scroll-responsive .icon-scroll{
    flex: 17px 0 0;
}
.icon-scroll {
    width: 18px;
    height: 20px;
    background-image: url(/child/img/icon/icon-scroll.png);
}
@media (max-width:1024px){
    .scroll-responsive{
        font-size: 14px;
        margin-top: 10px;
    }
}
@media (max-width:992px){
}
@media (max-width:768px){
    .scroll-responsive{
        font-size: 13px;
    }
}
@media (max-width:576px){
}
.table--primary { width: 100%; background: #fff; border-top: 2px solid #222; }
.table--primary tr { border-bottom: 1px solid #e5e5e5; }
.table--primary tr th, .table--primary tr td{
    padding: 15px !important;
}
.table--primary tr th {  font-size: 16px; color: #333; background-color: #fbfbfb; }
.table--primary tr td { font-size: 14px; color: #555; background-color: #fff; }
.table--primary tr th form,
.table--primary tr td form { padding: 0 !important; }
.table--primary tr:last-child td { background-color: transparent; }
.table--primary tr td img { display: inline-block; }
@media (max-width:768px){
    .table--primary { margin-top: -1px; }
    .table--primary tr th, .table--primary tr td{
        font-size: 14px;
        padding: 10px !important;
    }
    .table--primary tr td a { font-size: 14px; }
}
