charset "utf-8";

@import url(http://../../fonts.googleapis.com/earlyaccess/notosanskr.css); font-family: 'Noto Sans KR', sans-serif;
@import url("http://../../fonts.googleapis.com/css?family=Roboto:400,300,100,500,700");

/* Reset */
* {outline:0 !important;}
*,
*:after,
*:before { box-sizing: border-box;} 
html,body,h1,h2,h3,h4,h5,h6,div,p,blockquote,pre,code,address,ul,ol,li,menu,nav,section,article,aside,
dl,dt,dd,table,thead,tbody,tfoot,label,caption,th,td,form,fieldset,legend,hr,input,button,textarea,object,figure,figcaption {margin:0;padding:0;}
html, body{width:100%;}
html{-webkit-touch-callout:none; -webkit-user-select:none; -webkit-tap-highlight-color:rgba(0, 0, 0, 0);}
body{width:100%; background:#fff; min-width:320px; -webkit-text-size-adjust:none;word-wrap:normal;word-break:break-all;}
body,input,select,textarea,button {border:none;font-size:12px; font-family: 'Spoqa Han Sans Neo', sans-serif; ;color:#000000;}
ul,ol,li{list-style:none;}
table{width:100%;border-spacing:0;border-collapse:collapse;}
img,fieldset{border:0;}
address,cite,code,em{font-style:normal;font-weight:normal;}
label,img,input,select,textarea,button{vertical-align:middle;}
.hide,caption,legend{line-height:0;font-size:1px;}
hr{display:none;}
main,header,section,nav,footer,aside,article,figure{display:block;}
a{color:#000000;text-decoration:none;}
div,p,li,a,h1,h2,h3,h4,h5,h6 { line-height: 1em; }
img {display:block;}
.container {width:1080px; margin: 0 auto; height: 1920px;}



@font-face {
    font-family: 'Spoqa Han Sans Neo';
    font-weight: 700;
    src: local('Spoqa Han Sans Neo Bold'),
    url('/../../font/SpoqaHanSansNeo-Bold.woff2') format('woff2'),
    url('/../../font/SpoqaHanSansNeo-Bold.woff') format('woff'),
    url('/../../font/SpoqaHanSansNeo-Bold.ttf') format('truetype');
}


@font-face {
    font-family: 'Spoqa Han Sans Neo';
    font-weight: 500;
    src: local('Spoqa Han Sans Neo Medium'),
    url('/../../font/SpoqaHanSansNeo-Medium.woff2') format('woff2'),
    url('/../../font/SpoqaHanSansNeo-Medium.woff') format('woff'),
    url('/../../font/SpoqaHanSansNeo-Medium.ttf') format('truetype');
}

@font-face {
    font-family: 'Spoqa Han Sans Neo';
    font-weight: 400;
    src: local('Spoqa Han Sans Neo Regular'),
    url('/../../font/SpoqaHanSansNeo-Regular.woff2') format('woff2'),
    url('/../../font/SpoqaHanSansNeo-Regular.woff') format('woff'),
    url('/../../font/SpoqaHanSansNeo-Regular.ttf') format('truetype');
}

@font-face {
    font-family: 'Spoqa Han Sans Neo';
    font-weight: 300;
    src: local('Spoqa Han Sans Neo Light'),
    url('/../../font/SpoqaHanSansNeo-Light.woff2') format('woff2'),
    url('/../../font/SpoqaHanSansNeo-Light.woff') format('woff'),
    url('/../../font/SpoqaHanSansNeo-Light.ttf') format('truetype');
}

@font-face {
    font-family: 'Spoqa Han Sans Neo';
    font-weight: 100;
    src: local('Spoqa Han Sans Neo Thin'),
    url('/../../font/SpoqaHanSansNeo-Thin.woff2') format('woff2'),
    url('/../../font/SpoqaHanSansNeo-Thin.woff') format('woff'),
    url('/../../font/SpoqaHanSansNeo-Thin.ttf') format('truetype');
}


/* Form */
/* textarea { border:1px solid #dbdbdb;}
select { height:32px; font-size:13px; color:#000000; border:1px solid #e9e9e9; background:#fff;border-radius: 5px;}
input[type=tel],
input[type=time],
input[type=text],
input[type=password],
input[type=search],
input[type=email],
input[type=file],
input[type=url],
input[type=number],
input[type=date],textarea {width:100%; height:100%; font-size:15px; color:#000000; border:1px solid #e9e9e9; background:#fff; text-indent:.7em; transition: all 0.5s; vertical-align:middle;}
input::-webkit-input-placeholder{color:#b5b5b5; font-size:14px; line-height:100%;}
textarea { padding:5px 0;}
select:focus,
textarea:focus,
input:focus { border: 1px solid #727272;}

input[type=tel][readonly],
input[type=text][readonly],
input[type=password][readonly],
input[type=email][readonly], 
input[type=search][readonly], 
input[type=tel][disabled],
input[type=text][disabled],
input[type=password][disabled],
input[type=search][disabled],
input[type=email][disabled]{background:#fff; border-color:#c0c0c0; color:#666; -webkit-appearance:none;font-size:12px;}
textarea[readonly],
textarea[disabled]{padding:11px; font-size:15px; color:#666; font-weight:normal; line-height:140%; height:78px; background:#fff;border:1px solid #c0c0c0;} */

#wrap { position: relative; }
.inner {
    max-width: 1080px;
    width: 100%;
    margin: 0 auto;
}
input[type='checkbox']{
     display:none;
    -webkit-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
    appearance:none;
    outline: none;
    box-shadow: none;
    background: none;
    border: none;
}

.t_none {
    display: block;
}
.t_view {
    display: none;
}

.m_none {
    display: block;
}
.m_view {
    display: none;
}

/* HEADER */
.header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    transition: .3s;
}

.header__inner {
    display: grid;
    display: -ms-grid;
    grid-template-columns: auto 25px;
    -ms-grid-columns: auto 25px;
    height: 137px;
}

.header__logo {
    justify-self: start;
    -ms-grid-column-align: start;
    align-self: center;
    -ms-grid-row-align: center;
}

.header__logo a {
    background: url(../images/logo.svg) no-repeat center center;
    background-size: cover;
    width: 184px;
    height: 14px;
    display: block;
}

.nav__btn {
    width: 25px;
    height: 25px;
    cursor: pointer;
    justify-self: end;
    align-self: center;
    -ms-grid-column-align: center;
    -ms-grid-row-align: center;
}

.nav__bar {
    display: block;
    width: 25px;
    height: 2px;
    background-color: #000;
    position: relative;
    top: 50%;
    margin-top: -1px;
}

.nav__bar:after,
.nav__bar:before {
    background-color: #000;
    width: 25px; 
    height: 2px;
    content: "";
    display: block;
    position: absolute;
    transition: .5s;
}

.nav__bar:after {
    top: -9px;
}

.nav__bar:before {
    top: 9px;
}

.nav {
    position: fixed;
    right: -100%;
    max-width: 570px;
    width: 100vw;
    height: 100vh;
    background-color: rgba(255,255,255,.95);
    box-shadow: -6px 0px 6px #00000029;
    padding: 202px 70px;
    transition: .5s;
    z-index: 1001;
}

.nav__depth1 {
    margin-bottom: 40px;
}

.nav__depth1 a {
    font-size: 40px;
}

.nav__depth1.on a {
    color: #FFBB00;
}

.nav__close {
    position: fixed;
    top: 60px;
    right: -60px;
    background: url(../images/nav_close.svg);
    width: 20px;
    height: 20px;
    cursor: pointer;
    transition: .5s;
    z-index: 1002;
}

.nav__open .nav {
    right: 0;
}

.nav__open .nav__close {
    right: 60px;
}

.header__fixed .header {
    background-color: #fff;
    box-shadow: 0px 3px 6px #00000029;
}

/* MAIN VISUAL */
.main__visual {
    background: url(../images/main.svg);
    height: 780px;
    padding: 164px 0 0;
}

.main__inner {
    display: grid;
    display: -ms-grid;
    grid-template-columns: 1fr 620px;
    -ms-grid-columns: 1fr 620px;
}

.main__copy {
    padding-top: 62px;
}

.copy__main {
    font-size: 60px;
    line-height: 1.333em;
    font-weight: 700;
}

.copy__link {
    display: inline-block;
    font-size: 17px;
    border: 1px solid;
    padding: 1em 1.65em;
    margin-top: 3.5em;
    transition: .5s;
}

.copy__link:after {
    content: "";
    display: inline-block;
    margin-left: .35em;
    transition: .5s;
    background: url(../images/link_arrow.svg) no-repeat center center;
    width: .4em;
    height: .7em;
    background-size: contain;
    transition: .3s;
}

.copy__link:hover {
    background-color: #000;
    color: #fff;
    border-color: #000;
}

.copy__link:hover:after {
    background: url(../images/link_arrow_hover.svg) no-repeat center center;
    background-size: contain;
}

.main__image {
    max-width: 730px;
}

.main__image img {
    width: 100%;
}

.section__inner {
    display: grid;
    display: -ms-grid;
}

.section__title {
    text-align: center;
}

.section__title h3 {
    font-size: 700;
    font-size: 40px;
    line-height: 1.3em;
    z-index: 10;
}

.title__left {
    text-align: left;
    padding-top: 170px;
}

.title__light {
    font-size: .8em;
    font-weight: 300;
    display: block;
}

.title__small {
    font-size: .425em;
    font-weight: 400;
    display: block;
    line-height: 1.5em;
}

.title__orange {
    color: #FF9F00;
}

.title__border-middle {
    position: relative;
    display: inline-block;
    z-index: 3;
}

.title__border-middle:before {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    transform: translateY(-45%);
    left: -2.5%;
    width: 105%;
    height: .65em;
    background-color: #FFC96F;
    z-index: -1;
}

.title__border-bottom {
    position: relative;
    display: inline-block;
}

.title__border-bottom:after {
    content: "";
    position: absolute;
    bottom: -.15em;
    left: 0;
    display: block;
    width: 100%;
    height: 5px;
    background-color: #FFC96F;
}

.list {
    
}

.list__item {
    box-shadow: 6px 6px 6px #00000029;
    border-radius: 10px;
    background-color: #fff; 
    display: grid;
    display: -ms-grid;
}

.item__left {
    text-align: left;
}

.item__right {
    text-align: right;
}

.item__box {
    padding: 76px 70px 65px;
    display: grid;
    display: -ms-grid;
}

.item__image {
    margin-right: -15px;
    margin-bottom: -15px;

}

.item__image img {
    width: 100%;
}

.item__bottom {
    align-self: end;
}

.item__title {
    font-size: 40px;
}

.item__sub {
    font-size: 17px;
    color: #707070;
    line-height: 1.5em;
    margin-top: 1em;
}

.item__bottom {
    
}

.item__text {
    font-size: 17px;
    line-height: 1.5em;
}

.item__tag {
    font-size: 17px;
    color: #707070;
    line-height: 1.5em;
    margin-top: 4.5em;
}

.section__01 {
    padding: 124px 0 132px;
    background-color: #fff;
}

.section__01 .section__title {
    margin-bottom: 43px;
}

.section__01 .section__inner {
    justify-content: center;
}

.section__02 {
    background-color: #EBEFFF;
    padding: 86px 0;
}

.section__02 .section__inner {
    justify-content: space-between;
    grid-template-columns: 1fr 620px;
    -ms-grid-columns: 1fr 620px;
}

.section__02 .list {
    display: grid;
    display: -ms-grid;
    grid-template-columns: repeat(2, auto);
    -ms-grid-columns: repeat(2, auto);
    grid-template-rows: repeat(2, auto);
    -ms-grid-rows: repeat(2, auto);
}

.section__02 .list__item {
    text-align: center;
    margin: 0 40px 40px 0;
    height: 290px;
    width: 290px;
}

.section__02 .list__item:nth-child(even) {
    margin-right: 0;
}

.section__02 .list__item:nth-child(3),
.section__02 .list__item:nth-child(4) {
    margin-bottom: 0px;
}

.section__02 .item__text {
    align-self: center;
    -ms-grid-row-align: center;
    justify-self: center;
    -ms-grid-column-align: center;
}

.item__text b {
    margin-bottom: 2.18em;
    display: block;
}

.item__ico {
    display: block;
    text-align: center;
    width: 100%;
}
.item__ico img {
    display: inline-block;
    margin: 0 15px;
}


.section__03 {
    background-color: #FCFCFC;
    padding: 77px 0;
}

.section__03 .section__inner {
    justify-content: space-between;
    grid-template-columns: 1fr 620px;
    -ms-grid-columns: 1fr 620px;
}

.section__03 .list__item {
    margin-bottom: 57px;
    height: 294px;
    text-align: center;
}

.section__03 .list__item:last-child {
    margin: 0;
}

.section__03 .item__text {
    align-self: center;
    -ms-grid-row-align: center;
    justify-self: center;
    -ms-grid-column-align: center;
}

.section__04 {
    background: #f3b900;
    padding: 126px 0 93px;
}

.section__04 .section__title {
    color: #fff;
}

.section__04 .section__inner {
    justify-content: space-between;
    grid-template-columns: 1fr 620px;
    -ms-grid-columns: 1fr 620px;
}

.section__05 {
    background-color: #FCFCFC;
    padding: 77px;
}

.section__05 .list__item {
    border-radius: 20px;
    overflow: hidden;
    margin-bottom: 77px;
    grid-template-columns: 50% 50%;
    -ms-grid-columns: 50% 50%;
}

.section__05 .list__item:last-child {
    margin-bottom: 0px;
}

.section__06 {
    background-color: #F2F2F2;
    padding: 76px 0;
}

.form__inner {
    margin: 77px 0;
    display: grid;
    display: -ms-grid;
    grid-template-columns: 510px auto;
    -ms-grid-columns: 510px auto;
}

.form__right {
    padding-left: 150px;
}

.form__inner h5 {
    font-size: 20px;
}

.input__box {
    background-color: #fff;
    border: 1px solid #CFCFCF;
    border-radius: 5px;
    width: 100%;
    margin-top: 26px;
    overflow: hidden;
}

.input__box input[type="text"] {
    text-indent: 1.666em;
    border-radius: 5px;
    height: 4.666em;
}

.checkbox label {
    display: block;
    font-size: 17px;
    height: 3em;
    line-height: 3em;
}

.checkbox label:before {
    content: "";
    display: inline-block;
    width: 1em;
    height: 1em;
    border: 1px solid;
    border-radius: 3px;
    vertical-align: middle;
    margin-right: .73em;
    background-color: #fff;
}

.checkbox input[type="checkbox"]:checked+label:before {
    background-color: #FFBB00;
    border-color: #FFBB00;
}

.checkbox.wide {
    width: calc(33% - 16px);
    height: auto;
    font-size: 0;
    text-align: center;
    float: left;
    margin-right: 26px;
}

.checkbox.wide label:before {
    display: none;
}

.checkbox.wide:nth-child(3n) {
    margin-right: 0;
}

.checkbox.wide input[type="checkbox"]:checked+label {
    background-color: #FFBB00;
}

.agree__wrap {
    display: block;
    text-align: center;
}

.agree {
    display: inline-block;
}

.agree label {
    font-size: 15px;
    color: #707070;
    display: inline-block;
}

.agree__btn {
    display: inline-block;
    cursor: pointer;
    width: 62px;
    height: 18px;
    font-size: 10px;
    background-color: #fff;
    text-align: center;
    line-height: 16px;
    border: 1px solid #CFCFCF;
    color: #CFCFCF;
    vertical-align: middle;
    margin-left: 1.5em;
}

.input__box.button {
    margin: 0 auto;
    width: 400px;
    margin-top: 58px;
}

.input__box.button button {
    background-color: transparent;
    font-size: 30px;
    height: 2.5em;
    width: 100%;
    text-align: center;
}

.input__box.button button:focus {
    background-color: #FFBB00;
} 

.location {
    margin-top: 70px;
    display: block;
}

.location img {
    width: 100%;
}

.footer {
    background-color: #162337;
    padding: 92px 0 84px;
    color: #fff;
}

.footer__inner {
    display: grid;
    display: -ms-grid;
    grid-template-columns: auto auto;
    -ms-grid-columns: auto auto;
}

.footer__image {
    justify-self: end;
    -ms-grid-column-align: end;
    align-self: end;
    -ms-grid-row-align: end;
}

.footer__info {
    
}

.info__item {
    margin-bottom: 40px;
}

.info__item:last-child {
    margin-bottom: 0;
}

.info__title {
    font-size: 22px;
    margin-bottom: .5em;
}

.info__ico {
    display: inline-block;
    margin-left: .7em;
}

.info__title img {
    
}

.info__detail {
    font-size: 17px;
    line-height: 1.5em;
}

.modal {
    position: fixed;
    display: none;
}

.modal__inner {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #fff;
    box-shadow: 6px 6px 6px #00000029;
    border: 1px solid #707070;
    border-radius: 10px;
    width: 480px;
    padding: 57px 35px;
}

.modal__title {
    font-size: 16px;
    line-height: 1.875em;
    margin-bottom: 2em;
}

.policy__paragraph {
    font-size: 16px;
    line-height: 1.875em;
    margin-bottom: 2em;
}

.policy__item {
    font-size: 16px;
    line-height: 1.875em;
    margin-bottom: 2em;
}

.policy__item:last-child {
    margin-bottom: 0;
}

.policy__title {
    font-size: 16px;
    line-height: 1.875em;
    font-weight: 400;
}

.modal__close {
    position: absolute;
    width: 12px;
    height: 12px;
    background: url(../images/modal_close.svg);
    background-size: cover;
    top: 30px;
    right: 30px;
    cursor: pointer;
}

@media all and (max-width: 1280px) {
    
    .t_none {
        display: none;
    }
    .t_view {
        display: block;
    }
    
    
    .inner {
        padding: 0 ;
    }
    
    .header {
        background-color: #fff;
        
    }
    
    .header__inner {
        padding: 0 20px;
        height: 47px;
    }
    
    .header__logo {
        padding: 0;
    }
    
    .header__logo a {
        width: 184px;
        height: 14px;
    }
    
    .nav__btn {
        width: 16px;
        height: 16px;
    }
    
    .nav__bar,
    .nav__bar:after,
    .nav__bar:before {
        height: 1px;
        width: 16px;
    }
    
    .nav__bar:after {
        top: -6px;
    }
    
    .nav__bar:before {
        top: 6px;
    }
    
    .main__visual {
        height: auto;
        padding: 150px 0 100px;
    }
    
    .main__inner {
        grid-template-columns: 100%;
        -ms-grid-columns: 100%;
    }
    
    .main__copy {
        padding: 0;
    }
    
    .main__image {
        justify-self: end;
        -ms-grid-column-align: end;
        padding: 50px 0 0;
        width: 72%;
    }
    
    .container {
        padding-top: 50px;
    }
    
    .section__inner {
        display: block;
    }
    
    .section__title {
        margin-bottom: 50px;
    }
    
    .title__left {
        padding-top: 0;
    }
    
    .section__image img {
        width: 100%;
    }
    
    .section__01 {
        padding: 80px 0;
    }
    
    .section__title h3 {
        font-size: calc(30px + 1vw);
    }
	.section__title1 h3 {
        font-size: calc(30px + 1vw);
    }

    .section__01 .section__image {
        width: 100%;
        margin: 0 auto;
        
    }
    
    .section__02 .list__item {
        width: 43vw;
        height: 43vw;
        margin: 0 3vw 3vw 0;
    }
    
    .section__05 {
        padding: 80px 0 0;
        background-color: #fff;
    }
    
    .section__05 .list__item {
        grid-template-columns: 100%;
        -ms-grid-columns: 100%;
        border-radius: 0;
        box-shadow: none;
        margin-bottom: 0;
    }
    
    .item__right {
        text-align: left;
    }
    
    .item__box {
        padding: 50px 0 80px;
    }
    
    .item__sub {
        color: #000;
        margin-bottom: 1em;
    }
    
    .item__tag {
        margin-top: 3em;
    }
    
    .form__inner {
        grid-template-columns: 100%;
        -ms-grid-columns: 100%;
    }
    
    .form__left {
        margin-bottom: 50px;
    }
    
    .form__right {
        padding: 0;
    }
}

@media all and (max-width: 640px) {
    .inner {
        padding: 0 5vw;
    }
    .m_none {
        display: none;
    }
    .m_view {
        display: block;
    }
    
    .inner {
        padding: 0 20px;
    }
    
    .main__visual {
        padding: 150px 0 80px;
    }
    
    .copy__main {
        font-size: calc(34px + 1vw);
    }
    
    .copy__link {
        font-size: calc(10px + 1vw);
        margin-top: 2em;
        background-color: #484848;
        color: #fff;
        border: none;
    }
    
    .copy__link:after {
        background: url(../images/link_arrow_hover.svg) no-repeat center center;
        background-size: contain;
    }
    
    .section__title {
        margin-bottom: 30px;
    }
	.section__title1 {
        margin-bottom: -30px;
		font-size: 20px;
    }
    
    .section__title h3 {
        font-size: calc(24px + 1vw);
        line-height: 1.25em;
    }
    
    .title__light ,
    .title__small {
        font-size: .65em;
    }
    
    .section__01 {
        padding: 50px 30px;
    }
    
    .section__02,
    .section__03 {
        padding: 45px 0;
    }
    
    .section__02 .list__item {
        width: calc(50vw - 28px);
        height: calc(50vw - 28px);
        margin: 0 16px 18px 0;
    }
    
    .section__03 .list__item {
        margin-bottom: 30px;
    }
    
    .item__ico {
        height: 15vw;
    }
    
    .item__ico img {
        height: 100%;
    }
    
    .section__03 .list__item {
        height: 240px;
    }
    
    .section__04 {
        padding: 45px 0 50px;
    }
    
    .section__05 {
        padding: 45px 0 0;
    }
    
    .item__box {
        padding: 20px 0 45px;
    }
    
    .item__title {
        font-size: calc(30px + 1vw);
    }
    
    .item__sub,
    .item__tag {
        font-size: calc(10px + 1vw);
    }
    
    .item__text {
        font-size: calc(12px + 1vw);
    }
    
    .title__border-bottom:after {
        bottom: -.25em;
    }
    
    .section__06 {
        padding: 45px 0 0;
    }
    
    .form__inner {
        margin: 30px 0;
        padding: 0 20px;
    }
    
    .form__inner h5 {
        font-size: calc(12px + 1vw);
        font-weight: 500;
    }
    
    .input__box input[type="text"] {
        height: 3.75em;
        font-size: 12px;
    }
    
    .input__box {
        margin-top: 16px;
    }
    
    .form__left {
        margin-bottom: 30px;
    }
    
    .checkbox label {
        font-size: calc(11px + 1vw);
        color: #707070;
    }
    
    .agree__btn {
        display: block;
        margin: 0 auto;
    }
    
    .checkbox.wide {
        margin-right: 16px;
        width: calc(33.333vw - 24px);
    }
    
    .input__box.button {
        margin-top: 24px;
        width: 47.222%;
    }
    
    .input__box.button button {
        font-size: calc(14px + 1vw);
    }
    
    .nav {
        background: rgba(255,255,255,1);
        width: 100vw;
        top: 50px;
        box-shadow: none;
        padding: 68px 20px;
        max-width: 100%;
    }
    
    .nav__close {
        top: 17px;
        right: 20px;
        width: 16px;
        height: 16px;
        background: transparent;
        z-index: -100;
    }
    
    .nav__open .nav__close {
        z-index: 1005;
        right: 20px;
    }
    
    .nav__open .nav__bar {
        background-color: transparent;
    }
    
    .nav__open .nav__bar:after {
        transform: rotate(45deg);
        top: 0;
    }
    
    .nav__open .nav__bar:before {
        transform: rotate(-45deg);
        top: 0;
    }
    
    .nav__depth1 a {
        font-size: calc(21px + 1vw);
    }
    
    .section__06 .inner {
        padding: 100;
    }
    
    .location {
        margin-top: 50px;
        height: 318px;
        position: relative;
    }
    
    .location img {
        height: 100%;
        width: auto;
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
    }
}

@media all and (max-width: 414px) {
    .main__visual {
        padding: 100px 0 50px;
    }
    
    .copy__main {
        font-size: 30px;
    }
    
    .copy__link {
        font-size: 10px;
        margin-top: 2em;
    }
    
    .section__title h3 {
        font-size: 20px;
    }
    
    .section__02,
    .section__03 {
        padding: 45px 0;
    }
    
    .section__03 .list__item {
        height: auto;
        padding: 16px 0 32px;
    }
    
    .item__title {
        font-size: 20px;
		margin-top: 10px;
    }
    
    .item__text {
        font-size: 12px;
    }
    
    .item__sub, .item__tag {
        font-size: 12px;
    }
    
    .section__05 .item__text {
        font-size: 14px;
    }
    
    .input__box {
        margin-top: 10px;
    }
    
    .info__title {
        font-size: 17px;
    }
    
    .info__detail {
        font-size: 12px;
    }
    
    .footer {
        padding: 32px 0 34px;
    }
    
    .info__ico {
        height: 1em;
        margin-left: .3em;
    }
    
    .info__ico img {
        height: 100%;
    }
    
    .form__inner h5 {
        font-size: 14px;
    }
    
    input::-webkit-input-placeholder {
        font-size: 12px;
    }
    
    .checkbox label {
        font-size: 11px;
    }
    
    .form__inner {
        padding: 30px 0 55px;
    }
    
    .input__box.button button {
        font-size: 14px;
    }
    
    .nav__depth1 {
        margin-bottom: 30px;
    }
    
    .nav__depth1 a {
        font-size: 21px;
    }
    
}






/* SUB */

.sub .header {
    background-color: #fff;
    box-shadow: 0px 3px 6px #00000029;
}

.sub .container {
    padding-top: 134px;
}

.sub__visual {
    padding: 90px 0 80px;
}

.sub__copy {
    text-align: center;
}

.sub .copy__main {
    font-size: 40px;
    line-height: 1.125em;
}

.sub .copy__sub {
    font-size: 20px;
    margin-top: 1em;
}

.project__list {
    display: grid;
    display: -ms-grid;
    grid-template-columns: 1fr 1fr;
    -ms-grid-columns: 1fr 1fr;
}

.project__item {
    margin-bottom: 40px;
    margin-right: 20px;
    margin-left: 20px;
    position: relative;
}

.project__item:nth-child(odd) {
    margin-left: 0px;
}

.project__item:nth-child(even) {
    margin-right: 0px;
}

.project__thumb {
    
}

.project__thumb img {
    width: 100%;
}

.project__hover {
    background-color: transparent;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 87px 70px;
    transition: .5s;
}

.project__title {
    margin-top: 50px;
    opacity: 0;
    transition: .5s;
}

.project__title>span {
    display: block;
    font-size: 40px;
    line-height: 1.2em;
    color: #fff;
}

.project__arrow {
    position: absolute;
    bottom: 47px;
    right: 120px;
    opacity: 0;
    transition: .5s;
}

.project__item:hover {
    
}

.project__item:hover .project__hover {
    background-color: rgba(0,0,0,0.7);
}

.project__item:hover .project__title {
    margin-top: 0;
    opacity: 1;
}

.project__item:hover .project__arrow {
    right: 70px;
    opacity: 1;
}

.more {
    text-align: center;
    margin: 40px auto 80px;
    font-size: 20px;
    width: 4em;
    cursor: pointer;
}

.more__arrow {
    display: inline-block;
    margin-top: 1em;
}

@media all and (max-width: 1280px) {
    
    .sub .container {
        padding-top: 0px;
    }
    .sub .copy__main {
        font-size: calc(20px + 1vw);
    }
    
    .sub .copy__sub {
        font-size: calc(10px + 1vw);
    }
    
    .project__hover {
        padding: 40px;
    }
    
    .project__title>span {
        font-size: calc(20px + 1vw);
    }
    
    .project__item:hover .project__arrow {
        right: 40px;
        opacity: 1;
    }
    
    .project__arrow {
        width: 35%;
    }
    
    .project__arrow img {
        width: 100%;
    }
}

@media all and (max-width: 640px) {
    .sub__visual {
        padding: 50px 0;
    }
    
    .sub .copy__main {
        font-size: calc(20px + 1vw);
        line-height: 1.35em;
    }
    
    .sub .copy__sub {
        font-size: calc(10px + 1vw);
    }
    
    .sub .copy__link {
        padding: .625em 1.65em;
    }
    
    .project__list {
        display: block;
    }
    
    .project__item {
        margin: 0;
    }
    
    .project__title>span {
        font-size: calc(13px + 1vw);
    }
    
    .project__hover {
        position: relative;
        padding: 16px 0 30px;
    }
    
    .project__item .project__hover {
        background-color: #fff;
    }

    .project__item .project__title {
        margin-top: 0;
        opacity: 1;
        color: #000;
    }

    .project__item .project__arrow {
        display: none;
    }
    
    .project__title>span {
        color: #000;
        display: inline-block;
    }
    
    .project__item:hover .project__hover {
        background-color: #fff;
    }

    .project__item:hover.project__title {
        margin-top: 0;
        opacity: 1;
    }
    
    .project__title>span {
        font-size: calc(13px + 1vw);
    }
}

@media all and (max-width: 414px) {
    .sub__visual {
        padding: 30px 0;
    }
    
    .sub .copy__main {
        font-size: 20px;
    }
    
    .sub .copy__sub {
        font-size: 12px;
    }
    
    .sub .copy__link {
        font-size: 12px;
    }
    
    .project__hover {
        position: relative;
        padding: 8px 0 20px;
    }
    
    .project__title>span {
        font-size: 13px;
    }
    
    .more {
        font-size: 13px;
    }
    
    .modal__inner {
        width: 74vw;
        padding: 34px 19px;
    }
    
    .modal__title {
        font-size: 11px;
    }

    .policy__paragraph {
        font-size: 11px;
    }

    .policy__item {
        font-size: 11px;
    }
    
    .policy__title {
        font-size: 11px;
    }
}

.w-100{width:100% !important;}
.intro_head{display: flex;     justify-content: space-between; margin: 97px 0 127px;align-items: flex-end;}
.intro_time_date {    font-size: 55px; line-height: 1.25;}
.intro_time_time {    font-size: 25px; line-height: 1.25; float: right;}
.main_arrow  a{font-size: 60px;  line-height: 1.25; display: inline-flex; float: right; margin-top: 90px;align-items: center;}
.main_arrow img{margin-left:40px ;}