@charset "UTF-8";

*{
    box-sizing: border-box;
}

@font-face {
    font-family: 'S-CoreDream-3Light';
    src: url('https://fastly.jsdelivr.net/gh/projectnoonnu/noonfonts_six@1.2/S-CoreDream-3Light.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'S-CoreDream-4Regular';
    src: url('https://fastly.jsdelivr.net/gh/projectnoonnu/noonfonts_six@1.2/S-CoreDream-4Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'S-CoreDream-5Medium';
    src: url('https://fastly.jsdelivr.net/gh/projectnoonnu/noonfonts_six@1.2/S-CoreDream-5Medium.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'S-CoreDream-6Bold';
    src: url('https://fastly.jsdelivr.net/gh/projectnoonnu/noonfonts_six@1.2/S-CoreDream-6Bold.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}


@font-face {
    font-family: 'S-CoreDream-7ExtraBold';
    src: url('https://fastly.jsdelivr.net/gh/projectnoonnu/noonfonts_six@1.2/S-CoreDream-7ExtraBold.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

body{
    margin: 0;
    padding: 0;
    font-size: 16px;
    font-family: "S-CoreDream-4Regular", sans-serif;
    color: #282828;
    letter-spacing: -0.5px;
    width: 100%;
    height: 100%;
}

a{
    text-decoration: none;
    color: #282828;
}

ul,li{
    list-style: none;
    margin: 0;
    padding: 0;
}

h1,h2,h3,h4,h5,p{
    padding: 0;
    margin: 0;
}

.m_go_menu{
    display: none;
}

.logo{
    height: 105px;
    border-bottom: 1px solid #e2e5e9;
    text-indent: -9999px;
}

.logo h1{
    height: 100%;
    width: 405px;
    text-indent: -9999px;
    margin: auto;
    background: url(../image/logo.png) no-repeat center center;
}

.logo h1 a{
    display: block;
    height: 100%;
}

header{
    width: 100%;
    background-color: #fff;
}

.nav-flex{
    max-width: 1400px;
    margin: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.menu > ul{
    display: flex;
    align-items: center;
    font-size: 1.38em;
}

.menu .cd1c1,
.child_tabmenu > div
{
	display:none !important;
}

.menu > ul > li{
    position: relative;
}

.menu > ul > li a{
    padding: 15px 60px;
    display: inline-block;
    font-family: 'S-CoreDream-5Medium';
    transition: 0.3s;
}

.menu > ul > li a:hover{
    color:#3941ac;
}

.menu > ul > li > div{
    position: absolute;
    padding: 15px;
    width: 100%;
    top: 59px;
    left: 0;
    display: none;
    background: #fff;
    z-index: 8;
	box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.3);
}

.menu > ul > li > div > ul > li{
    font-size: 0.73em;
}

.menu > ul > li > div > ul > li > div{
	display:none;
}

.menu > ul > li > div > ul > li a{
    display: block;
    width: 100%;
    color: #555;
    padding: 5px 20px;
    position: relative;
    font-family: 'S-CoreDream-4Regular';
}

.menu > ul > li > div > ul > li a:hover{
    text-decoration: underline;
    color: #ef5613;
}

.menu > ul > li > div > ul > li a::before{
    content: '';
    position: absolute;
    top: 14px;
    left: 10px;
    background-color: #181818;
    width: 4px;
    height: 4px;
}

.align_box{
    height: 60px;
    display: flex;
    align-items: center;
    gap:50px;
}

.ab01 ul{
    display: flex;
    align-items: center;
    gap: 25px;
}

.ab01 ul li a img{
    transition: 0.2s;
}

.ab01 ul li a:hover img{
    opacity: 0.7;
}

.big,.small{
    font-size: 1.13em;
    transition: 0.3s;
    font-family: 'S-CoreDream-5Medium';
}

.big{
    background: url(../image/big.png) no-repeat left center;
    padding-left: 25px;
}

.small{
    background: url(../image/small.png) no-repeat left center;
    padding-left: 25px;
    margin-left: 10px;
}

.big:hover,.small:hover{
    opacity: 0.7;
}

.modal{
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    display: none;
    transition: 0.5s;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.9);
    padding: 20px 0;
}

.close{
    position: absolute;
    top:65px;
    right: 20px;
}

.modal ul{
    display: flex;
    flex-direction: column;
    margin-top: 60px;
    padding: 0 20px;
}

.modal ul li a {
    color: #fff;
    display: block;
    padding: 20px;
    font-size: 1.5em;
    border-bottom: 1px solid #4e4e4e;
}

.modal.mbtn{
    display: block;
}

.main{
    overflow: hidden;
    background-color: #fff;
	border-top: 1px solid #b9bbbe;
}

.sub-img{
    background: url(../image/sub/sub_top.png) no-repeat center center;
    height: 250px;
}

.sub-img img{
    object-fit: cover;
}

.sub-container{
    max-width: 1400px;
    margin: auto;
    display: flex;
    gap: 80px;
    margin-top: 60px;
}

.sub-nav{
    width: 325px;
    display: flex;
    flex-direction: column;
    border: 1px solid #c9c9c9;
    border-radius: 25px;
}

.sub-nav h1{
    width: inherit;
    height: 150px;
    border-radius: 0px 15px 15px 15px;
    background-color: #14225f;
    font-size: 1.8em;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'S-CoreDream-5Medium';
    font-weight: normal;
} 

.sub-nav-list > ul > li{
    width: calc(100% - 40px);
    margin: auto;
    border-bottom: 1px solid #c9c9c9;
}

.sub-nav-list > ul > li:nth-last-child(1){
    border-bottom: none;
}

.sub-nav-list > ul > li > a{
    display: flex;
    align-items: center;
    width: 100%;
    color: #282828;
    font-size: 1.3em;
    padding: 10px 30px;
    transition: 0.2s;
    position: relative;
    margin: 7px 0;
}

.sub-nav-list > ul > li.sub-nav-on > a,.sub-nav-list > ul > li > a:hover{
    border-radius:10px;
    background-color: #2857cd;
    color: #fff;
}

.sub-nav-list ul > li.sub-nav-on > a::after{
    content: '▶';
    color: #fff;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 20px;
    font-size: 0.5em;
}

.sub-sub{
    padding: 10px 35px;
    display: none;
}

.sub-sub.sub-sub-on{
    display: block;
}

.sub-sub-click a{
    color: #2857cd;
}

.sub-sub ul li{
    padding: 5px 0;
}

.sub-sub ul li a{
    display: inline-block;
    width: 100%;
    position: relative;
    padding-left: 10px;
    transition: 0.2s;
}

.sub-sub ul li a::before{
    content: '';
    width: 4px;
    height: 4px;
    position: absolute;
    top: 9px;
    left: 0;
    background: url(../image/sub/dot.png) no-repeat center center;
}

.sub-sub ul li a:hover{
    color: #2857cd;
}

.sub-nav-text ul{
    display: flex;
}

.sub-nav-text ul li{
    padding: 0 30px;
    position: relative;
    color: #3a3a3a;
    font-size: 1.13em;
}

.sub-nav-text ul li:nth-child(1){
    padding-left: 0;
}

.sub-nav-text ul li::before{
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    width: 9px;
    height: 15px;
    background: url(../image/sub/next.png) no-repeat center center;
}

.sub-nav-text ul li:nth-last-child(1)::before{
    content: none;
}

.sub-nav-title{
    margin-top: 55px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #2c2c2c;
    padding-bottom: 30px;
    margin-bottom: 60px;
}

.sub-nav-title h1{
    font-size: 2.5em;
    font-weight: normal;
    font-family: 'S-CoreDream-6Bold';
    color:#2c2c2c;
    margin-left: 10px;
}

.sub-icon button{
    width: 40px;
    height: 40px;
    border-radius: 100px;
    cursor: pointer;
    transition: 0.2s;
}

.print{
    background: #c4d9f1 url(../image/sub/print.png) no-repeat center center;
    border: solid 1px #c4d9f1;
}

.print:hover{
    background: #fff url(../image/sub/print.png) no-repeat center center;
    border:solid 1px #c4d9f1;
}

.share{
    background: #dbdbdb url(../image/sub/share.png) no-repeat center center;
    border: solid 1px #dbdbdb;
}

.share:hover{
    background: #fff url(../image/sub/share.png) no-repeat center center;
    border:solid 1px #dbdbdb;
}

.hello{
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}

.hello img{
    width: 220px;
    height: 280px;
    border-radius: 25px;
}

.hello-text{
    width: 765px;
    height: 180px;
    background: #dae5f1 url(../image/sub/text_bg.png) no-repeat;
    border-radius: 0 25px 0 0;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

.hello-text p{
    font-size: 1.8em;
    letter-spacing: -2px;
    color: #363e62;
}

.hello-text::before{
    content: '';
    background-color:#dae5f1 ;
    position: absolute;
    width: 10px;
    height: 16px;
    left: -10px;
    top: 0;
}

.hello-top{
    font-size: 1.25em;
}

.hello-bold{
    font-family: 'S-CoreDream-6Bold';
}

.sub-content > p{
    color:#343434;
    font-size: 1.35em;
    margin-top: 55px;
    line-height: 1.6em;
}

.text-right{
    float: right;
    color: #353535;
    font-family: 'S-CoreDream-6Bold';
}

.text-right img{
    vertical-align: middle;
}

.content4{
    border-top: 1px solid #dddddd;
    background-color: #fff;
    margin-top: 90px;
}

.banner{
    max-width: 1400px;
    padding: 10px 0;
    margin: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.banner h4{
    width: 140px;
    height: 50px;
    color: #fff;
    background-color: #7710ad;
    border-radius: 100px;
    font-weight: normal;
    font-family: 'S-CoreDream-6Bold';
    font-size: 1.25em;
    text-align: center;
    line-height: 50px;
}

.banner-img a{
    display: inline-block;
    width: 215px;
    height: 60px;
    border:1px solid #d9d9d9;
    margin: 0 5px;
    transition: 0.3s;
}

.banner-img a:hover{
    border-color: #333;
}

.banner-img a > img{
    width: 100%;
    height: 100%;
}

.banner-btn button{
    width: 50px;
    height: 50px;
    border:1px solid #dddddd;
    cursor: pointer;
    transition: 0.2s;
    padding-block: 0;
    padding-inline: 0;
}

.banner-prev{
    background:#fff url(../image/banner_prev.png) no-repeat center center;
    margin-right: -6px;
}

.banner-next{
    background:#fff url(../image/banner_prev.png) no-repeat center center;
    transform: rotate(180deg);
}

.banner-prev:hover, .banner-next:hover{
    background:#ddd url(../image/banner_prev.png) no-repeat center center;
}

.m_banner{
    display: none;
}

.align{
    background-color: #282828;
}

.align ul{
    display: flex;
    max-width: 1400px;
    margin: auto;
}

.align ul li a{
    display: inline-block;
    color: #fff;
    padding: 30px 40px;
    position: relative;
    transition: 0.2s;
}

.align ul li a:hover{
    text-decoration: underline;
}

.align ul li a:before{
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    width: 1px;
    background-color: #bdbdbd;
    height: 16px;
}

.align ul li a::after{
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 1px;
    width: 1px;
    background-color: #fff;
    height: 16px;
}

.align ul li:nth-of-type(3) a:before,.align ul li:nth-of-type(3) a::after{
    content: none;
}

.footer-align{
    background-color: #e6e6e6;
}

.footer-align p{
    max-width: 1400px;
    margin: auto;
    padding: 45px 40px 75px 40px;
    line-height: 2em;
}

@media screen and (max-width:1400px){
    .menu{font-size:0.75em;}
    .menu ul li a {padding: 15px 25px;}
    .nav-flex{justify-content: space-around;}
	.menu > ul > li > div > ul > li a{padding: 5px 10px; line-height: 1.5;}
	.menu > ul > li > div > ul > li a::before{left: 0px;}
	.menu > ul > li > div {top: 57px;}
    .banner{width: calc(100% - 40px); flex-direction: column; gap: 10px; padding: 20px 0;}
    .banner-img{text-align: center;}
}

@media screen and (max-width:768px){
    body{font-size:0.82em;}
    .pc_menu {display: none;}
	.nav-flex{display:none;}
    .m_go_menu{display:block;}
    .m_top_menu{background-color: #343f5b;}
    .m_top_menu ul{display: flex; }
    .m_top_menu ul li{border-right: 1px solid #21272c;}
    .m_top_menu ul li a.m-menu-click,.m_top_menu ul li a:hover{background-color: #192641;}
    .m_top_menu ul li a{width: 100%; height: 100%; display: inline-block; color: #fff; padding: 10px 20px;}
    .m_bottom_menu{display: flex; padding: 0; justify-content: space-between; align-items: center; width: calc(100% - 40px); margin: auto;}
    .m_bottom_menu ul{display: flex; align-items: center; gap: 30px;}
    .m_bottom_menu h1 a{display: inline-block; background: url(../image/logo.png) no-repeat left center; background-size: contain; width: 200px; text-indent: -9999px; height:80px;}
    .align ul li a {padding: 20px 15px;}
    .align ul{align-items: center; justify-content: center;}
    .banner{display: none;}
    .m_banner{display: block; padding: 30px;}
    .m_banner .banner-top{display: flex; gap: 20px; align-items: center; margin-bottom: 20px;}
    .m_banner h4{background-color: #7710ad; color: #fff; border-radius: 100px; padding: 10px 20px;}
    .m_banner .banner-img{display: flex;}
    .m_banner .banner-img a{width: 100%; height: 100%;}
    .m_banner .banner-prev{background: #fff url(../image/m_banner_prev.png) no-repeat center center; width: 40px; height: 40px;}
    .m_banner .banner-next{background: #fff url(../image/m_banner_prev.png) no-repeat center center; width: 40px; height: 40px;}
    .sub-container {flex-direction: column;}
    .hello{flex-direction: column; justify-content: center; align-items: center; gap: 10px;}
    .hello-text{width: 100%;}
    .hello-text::before{content: none;}
    .sub-img{background: url(../image/sub/sub_top_m.png) no-repeat center center; background-size: cover; height: 300px;}
    .hello-text::after{content: ''; position: absolute; width: 10px; height: 10px; top: -5px; left: 50%; transform: translateX(-50%); background-color :#dae5f1; transform: rotate(45deg);}
    .hello-text p{padding:0 20px;}
    .sub-container{width: calc(100% - 40px); gap: 0;}
    .sub-nav{display: none;}
}