@charset "UTF-8";

/* font */
@font-face {
    font-family: 'SpoqaHanSansNeo';
    font-weight: 700;
    src: local('SpoqaHanSansNeo Bold'),
    url('../fonts/SpoqaHanSansNeo/SpoqaHanSansNeo-Bold.eot?#iefix') format('embedded-opentype'),
    url('../fonts/SpoqaHanSansNeo/SpoqaHanSansNeo-Bold.woff2') format('woff2'),
    url('../fonts/SpoqaHanSansNeo/SpoqaHanSansNeo-Bold.woff') format('woff'),
    url('../fonts/SpoqaHanSansNeo/SpoqaHanSansNeo-Bold.otf') format('opentype');
}

@font-face {
    font-family: 'SpoqaHanSansNeo';
    font-weight: 500;
    src: local('SpoqaHanSansNeo Medium'),
    url('../fonts/SpoqaHanSansNeo/SpoqaHanSansNeo-Medium.eot?#iefix') format('embedded-opentype'),
    url('../fonts/SpoqaHanSansNeo/SpoqaHanSansNeo-Medium.woff2') format('woff2'),
    url('../fonts/SpoqaHanSansNeo/SpoqaHanSansNeo-Medium.woff') format('woff'),
    url('../fonts/SpoqaHanSansNeo/SpoqaHanSansNeo-Medium.otf') format('opentype');
}

@font-face {
    font-family: 'SpoqaHanSansNeo';
    font-weight: 400;
    src: local('SpoqaHanSansNeo Regular'),
    url('../fonts/SpoqaHanSansNeo/SpoqaHanSansNeo-Regular.eot?#iefix') format('embedded-opentype'),
    url('../fonts/SpoqaHanSansNeo/SpoqaHanSansNeo-Regular.woff2') format('woff2'),
    url('../fonts/SpoqaHanSansNeo/SpoqaHanSansNeo-Regular.woff') format('woff'),
    url('../fonts/SpoqaHanSansNeo/SpoqaHanSansNeo-Regular.otf') format('opentype');
}

@font-face {
    font-family: 'SpoqaHanSansNeo';
    font-weight: 300;
    src: local('SpoqaHanSansNeo Light'),
    url('../fonts/SpoqaHanSansNeo/SpoqaHanSansNeo-Light.eot?#iefix') format('embedded-opentype'),
    url('../fonts/SpoqaHanSansNeo/SpoqaHanSansNeo-Light.woff2') format('woff2'),
    url('../fonts/SpoqaHanSansNeo/SpoqaHanSansNeo-Light.woff') format('woff'),
    url('../fonts/SpoqaHanSansNeo/SpoqaHanSansNeo-Light.otf') format('opentype');
}

@font-face {
    font-family: 'SpoqaHanSansNeo';
    font-weight: 100;
    src: local('SpoqaHanSansNeo Thin'),
    url('../fonts/SpoqaHanSansNeo/SpoqaHanSansNeo-Thin.eot?#iefix') format('embedded-opentype'),
    url('../fonts/SpoqaHanSansNeo/SpoqaHanSansNeo-Thin.woff2') format('woff2'),
    url('../fonts/SpoqaHanSansNeo/SpoqaHanSansNeo-Thin.woff') format('woff'),
    url('../fonts/SpoqaHanSansNeo/SpoqaHanSansNeo-Thin.otf') format('opentype');
}

/* reset */
* {margin:0; padding:0; border: 0;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;-ms-box-sizing:border-box;-o-box-sizing:border-box;box-sizing:border-box;font-family: -apple-system, BlinkMacSystemFont, "SpoqaHanSansNeo", sans-serif,  "Apple Gothic", "Apple SD Gothic Neo"; font-weight:400;}
html, body{position: relative; word-break: keep-all;}
section, nav, article, aside, header, footer, main {display:block;}
ul, ol, li, th, td {list-style:none;}
strong, span, em, b, u, i, li, dt, dd {font-family:inherit;font-size:inherit;font-weight:normal;line-height:inherit;color:inherit}
button {background:transparent;-webkit-appearance:none;appearance:none;cursor:pointer}
button::-moz-focus-inner, input::-moz-focus-inner {padding:0;border:0}
input, textarea {-webkit-border-radius:0;border-radius:0}
input[type="text"],input[type="number"] {-webkit-appearance:none;appearance:none;}
input[type="number"]::-webkit-outer-spin-button, input[type="number"]::-webkit-inner-spin-button {-webkit-appearance:none;margin:0}
img {max-width:100%;vertical-align:middle;}
a {color:#000;text-decoration:none}
a:hover, 
a:focus {text-decoration:none}
table {width:100%;border-collapse:collapse;border-spacing:0;table-layout:fixed}
input, 
select {-webkit-appearance:none;-moz-appearance:none;appearance:none;background:transparent;}
select::-ms-expand {display:none;}
input:focus::-webkit-input-placeholder, textarea:focus::-webkit-input-placeholder {/* WebKit browsers */ color:transparent;}
input:focus:-moz-placeholder, textarea:focus:-moz-placeholder {/* Mozilla Firefox 4 to 18 */ color:transparent;}
input:focus::-moz-placeholder, textarea:focus::-moz-placeholder {/* Mozilla Firefox 19+ */ color:transparent;}
input:focus:-ms-input-placeholder, textarea:focus:-ms-input-placeholder {/* Internet Explorer 10+ */ color:transparent;}
caption {overflow:hidden;position:absolute;width:1px;height:1px;margin:-1px;padding:0;border:0;white-space:nowrap;clip:rect(0,0,0,0);}

/* common */
.blind {
    overflow: hidden;
	position: absolute;
	width: 1px;
	height: 1px;
	margin: -1px;
	padding: 0;
	border: 0;
	white-space: nowrap;
	clip: rect(0,0,0,0);
    font-size: 1px;
}

.clearfix:after {
    content:""; 
    display:block; 
    clear:both;
}

/* button */
.btn {
    display: inline-block;
    text-align: center;
    border-radius: 8px;
}

.btn-type1 {
    background-color: #4965cb;
}

.btn-type1 span {
    position: relative;
    padding-right: 42px;
    font-weight: 700;
    color: #fff;
}

.btn-type1:hover {
    background-color: #2542ac;
}

.btn-type2 {
    width: 205px;
    height: 56px;
    border: 1px solid #4965cb;
    background-color: #fff;
}

.btn-type2 span {
    position: relative;
    padding-right: 32px;
    font-size: 18px;
    font-weight: 700;
    color: #4965cb;
    line-height: 54px;
}

.btn-type2 span:before {
    content: '';
    display: block;
    position: absolute;
    right: 0;
    top: 50%;
    width: 24px;
    height: 24px;
    background: url(../images/btn-type2-arrow.png) no-repeat 0 0;
    background-size: auto 100%;
    transform: translateY(-50%);
}

.btn-type2:hover {
    border: 1px solid #647cd5;
    background-color: #647cd5;
}

.btn-type2:hover span {
    color: #fff;
}

.btn-type2:hover span:before {
    background: url(../images/btn-type2-arrow-hover.png) no-repeat 0 0;
    background-size: auto 100%;
}

.btn-next {
    float: right;
}

.btn-next span {
    position: relative;
    padding-right: 28px;
    font-size: 16px;
    font-weight: 700;
    color: #000;
    line-height: 56px;
}

.btn-next span:before {
    content: '';
    display: block;
    position: absolute;
    right: 0;
    top: 50%;
    width: 22px;
    height: 22px;
    background: url(../images/btn-next.png) no-repeat 0 0;
    background-size: auto 100%;
    transform: translateY(-50%);
}

.btn-more {
    width: 92px;
    height: 40px;
    border: 1px solid #8493a5;
    border-radius: 8px;
}

.btn-more span {
    font-size: 16px;
    font-weight: 700;
    color: #444;
    line-height: 38px;
}

.btn-top {
    position: absolute;
    right: 100px;
    top: -27px;
    width: 52px;
    height: 52px;
    border-radius: 50%;
    background-color: #666;
    box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.1);;
}

.btn-top strong {
    display: block;
    position: absolute;
    left: 50%;
    top: 54%;
    width: 10px;
    height: 10px;
    border-top: 2px solid #fff;
    border-left: 2px solid #fff;
    transform: translate(-50%, -50%) rotate(45deg);
}

.last-btn-wrap {
    margin-top: 40px;
}

/* layout */
.skip a {
    display: block;
    position: absolute;
    left: 0;
    top: -30px;
    width: 100%;
    font-size: 20px;
    color: #fff;
    line-height: 30px;
    text-align: center;
    background-color: #000;
}

.skip a:focus {
    position: static;
    top: 0;
    border: 1px solid #fff;
} 

.logo-wrap {
    display: inline-block;
    vertical-align: top;
}

.logo-wrap .logo-title {
    display: inline-block;
    vertical-align: middle;
}

.logo-wrap .logo-title a {
    display: block;
    width: 103px;
    height: 34px;
    background: url(../images/logo.png) no-repeat 0 0;
}

.logo-wrap .title {
    display: inline-block;
    margin-left: 16px;
    font-size: 22px;
    font-weight: 700;
    color: #000;
    line-height: 34px;
    vertical-align: middle;
}

.inner {
    margin: 0 auto;
    max-width: 1200px;
    font-size: 0;
}

/* header */
.header.sticky {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    background-color: #fff;
    z-index: 50;
}

.header-wrap {
    margin: 0 auto;
    padding: 23px 0;
    max-width: 1440px;
}

.header-wrap .logo-wrap {
    float: left;
    font-size: 0;
}

.header-wrap .header-ri {
    float: right;
    font-size: 0;
}

.header-wrap .header-link {
    font-size: 20px;
    font-weight: 500;
    color: #000;
    line-height: 34px;
}

.header-wrap .header-link + .header-link {
    margin-left: 60px;
}

/* visual */
.visual-wrap {
    padding: 54px 0;
    text-align: center;
    background: url(../images/img-visual.png) no-repeat center;
    background-size: cover;
}

.visual-wrap .visual-title {
    display: inline-block;
    font-size: 44px;
    font-weight: 700;
    color: #000;
}

/* container */
.container .inner {
    padding: 65px 0 90px;
    min-height: calc(100vh - 386px);
}

.gnb-wrap {
    display: inline-block;
    width: 170px;
    vertical-align: top;
}

.gnb-wrap li + li {
    margin-top: 10px;
}

.gnb-wrap li a {
    display: block;
    padding: 13px 0;
    width: 100%;
}

.gnb-wrap li a span {
    font-size: 18px;
    font-weight: 500;
    color: #000;
}

.gnb-wrap li a.on span {
    font-weight: 700;
    color: #294ccc;
    text-decoration: underline;
    text-underline-position: from-font;
}

.content {
    display: inline-block;
    margin-left: 44px;
    width: calc(100% - 214px);
    vertical-align: top;
}

.content .content-title {
    display: inline-block;
    height: 46px;
    font-size: 42px;
    font-weight: 700;
    color: #000;
    line-height: 46px;
    box-shadow: inset 0 -14px 0 rgba(255, 223, 80, 0.4);
}

.content .content-desc {
    margin-top: 12px;
    font-size: 18px;
    font-weight: 500;
    color: #333;
}

.content .content-box {
    margin-top: 40px;
}

/* footer */
.footer {
    position: relative;
    padding: 40px 0;
    border-top: 1px solid #bfbfbf;
}

.footer .logo-wrap {
    display: inline-block;
    width: 170px;
    vertical-align: top;
}

.footer-info {
    display: inline-block;
    margin-left: 44px;
    width: calc(100% - 214px);
    vertical-align: top;
}

.footer-info .footer-desc {
    font-size: 16px;
    font-weight: 500;
    color: #000;
}

.footer-info .footer-copy {
    margin-top: 8px;
    font-size: 14px;
    color: #666;
}

/* accordion */
.accordion-wrap {
    border-top: 1px solid #005cb0;
}

.accordion-box {
    border-bottom: 1px solid #bdc9dc;
}

.accordion-btn {
    position: relative;
    padding: 22px 24px;
    width: 100%;
    text-align: left;
}

.accordion-title {
    display: block;
    position: relative;
    padding-left: 38px;
    font-size: 18px;
    font-weight: 500;
    color: #222;
}

.accordion-title:before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 50%;
    width: 28px;
    height: 28px;
    background: url(../images/img-q.png) no-repeat 0 0;
    background-size: auto 100%;
    transform: translateY(-50%);
}

.accordion-arrow {
    display: block;
    position: absolute;
    right: 24px;
    top: 50%;
    width: 40px;
    height: 40px;
    background: url(../images/img-arrow.png) no-repeat 0 0;
    background-size: auto 100%;
    transform: translateY(-50%);
}

.accordion-cont {
    display: none;
    padding: 22px 24px;
    border-top: 1px solid #ddd;
    background-color: #eff1f5;
}

.accordion-desc {
    position: relative;
    padding-left: 38px;
    font-size: 16px;
    color: #666;
}

.accordion-desc:before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: -2px;
    width: 28px;
    height: 28px;
    background: url(../images/img-a.png) no-repeat 0 0;
    background-size: auto 100%;
}

.accordion-box.on .accordion-arrow {
    transform: translateY(-50%) rotate(180deg);
}

.accordion-box.on .accordion-cont {
    display: block;
}

@media (max-width: 1440px){
    .header-wrap {
        padding: 23px 20px;
    }

    .container .inner {
        padding: 60px 20px 90px;
    }

    .footer {
        padding: 43px 20px;
    }

    .btn-top {
        right: 20px;
    }
}
