@charset "utf-8";

@font-face {
    font-family: 'BookkMyungjo-Bd';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2302@1.0/BookkMyungjo-Bd.woff2') format('woff2');
    font-weight: 700;
    font-style: normal;
}

.mob-450{
    display: none;
}
.web{
    display: none;
}

.main .text h1{
    width: 50%;
    font-size: 2.2rem;
    text-align: left;
    line-height: 1.4;
}


/* 메인 비주얼 */
.m_visInner {
    position: relative;
    width: 100%; height: 400px;
    background: url('/img/main/main_visual.png') no-repeat  center/cover;
	overflow:hidden;
}

.m_visInner .text {
    position: absolute;
    left: 50%;
    bottom: 50%;
    transform: translate(-50%, 60%);
    color: #fff;
	z-index: 99;
    width: 100%;
    padding-left: 20px;
    box-sizing: border-box;
}
.m_visInner h3 {
    position: relative;
    font-size: 4rem; line-height: 43px;
}

.m_visInner p {
    margin-top: 25px;
}

.m_visInner > .center {
    width: calc(100% - 30px);
    max-width: 1200px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    font-size: 2rem;
    text-align: center;
    color: #fff;
    font-family: 'BookkMyungjo-Bd';
    text-shadow: 3px 3px 6px rgba(0, 0, 0, 0.8);
}

.m_visInner > .center em {
    font-style: normal;
}

.m_visInner > .center .title {
    font-style: normal;
    font-size: 8rem;
    color: #ffcd33;
    font-weight: 600;
    margin: 20px 0 50px;
}

.m_visInner > .center .info {
    display: block;
    font-weight: 600;
    
}

.m_visInner > .center .txts {
    font-weight: 600;
    line-height: 1.5;
    margin-bottom: 140px;
}

.m_visInner > .center .flex-center {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    margin-bottom: 50px;
}

.m_visInner > .center .flex-center .line {
    width: 300px;
    height: 1px;
    background-color: #fff;
}

.m_visInner > .center small {
    font-size: 1.7rem;
    font-weight: 500;
}

/* about CITIZEN */
.m_aboInner {position: relative; padding: 80px 0;}
.m_aboInner h3 {
    position: relative;
    display: inline-block;
    font-size: 4.8rem;
    font-weight: 400;
    text-align: center;
}
.m_aboInner h3:after {
    position: absolute;
    content: '';
    right: 1px; bottom: 0;
    width: 186px; height: 15px;
    background: #ffffff;
    z-index: -1;
}
.m_aboInner p:nth-child(2) {margin: 51px 0 28px;}
.m_aboInner p {font-size: 1.7rem; line-height: 25px;}
.m_aboInner .button {margin: 27px 0 42px; display: flex; align-items: start; gap: 20px;}
.m_aboInner .button li{
    width: 100%;
}
.m_aboInner .button li a {
    display: block;
    width: 100%; padding: 13px 0;
    font-size: 1.4rem; color: #333;
    background: #fff;
    text-align: center;
    border-radius: 18px;
    box-shadow: 1px 1px 1px 1px rgba(51,51,51,.1);
}
.m_aboInner .img_bot {
    position: relative;
    left: -4.85%;
    top: -20px;
    display: block;
    width: 100vw;
    height: 230px;
    background: url('/img/main/main_about_03.png') no-repeat center/cover;
    z-index: -1;
}

/* 자진 출국 제도 */
.m_seInner {padding: 0 0 50px; padding: 50px 0 0;}
.m_seInner h3 {
    margin-bottom: 52px;
    font-size: 4.8rem;
    font-weight: 400;
    text-align: center;
}
.m_seInner article {margin-top: 42px;}
.m_seInner article a {display: block;}
.m_seInner article i.img {
    display: block;
    width: 100%;
    height: 210px;
    background: url(../img/main/main_self1.png) no-repeat center / contain;
}
.m_seInner article h4 {
    margin: 22px 0 8px;
    font-size: 2.5rem; color: #333;
    font-weight: 400;
    text-align: center;
}
.m_seInner article p {font-size: 1.8rem; color: #747474; text-align: center;}
.m_seInner .press i.img {background-image: url(../img/main_self2_m.jpg);}
.m_seInner .status i.img {background-image: url(../img/main/main_self2.png);}

/* 출국 절차 */
.m_depInner {
    position: relative;
    width: 100%; height: 250px;
    background: url(../img/main/main_method.png)no-repeat center/cover;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 200px;
}
.m_depInner .text {
    text-align: center;
    color: #fff;
    z-index: 2;
}
.m_depInner h3 {font-size: 4rem; line-height: 43px; margin-bottom: 22px;}
.m_depInner p {font-size: 1.8rem; line-height: 25px; padding: 0 10px;}
.m_depInner a {
    padding: 13px 0;
    font-size: 1.2rem; color: #333;
    background: #fff;
    text-align: center;
    border-radius: 18px;
    box-shadow: 1px 1px 1px 1px rgba(51,51,51,.1);
    width: 154px;
    padding: 14px 0;
    z-index: 2;
}
.m_depInner:after {
    position: absolute;
    top: 0;
    left: 0;
    content: '';
    width: 100%;
    height: 100%;
    background: rgba(31, 31, 31, .53);
    transform-origin: left;
    transform: scaleX(0);
}
.m_depInner.on:after {
    transform: scaleX(1);
    transition: 0.8s ease;
}

#departure{
    margin: 50px auto 0;
}

/* 고객 센터 */
.m_serInner {padding: 60px 0 70px;}
.m_serInner h3 {font-size: 2.3rem; text-align: center;}
.m_serInner .press {margin: 32px 0 23px;}
.m_serInner .press a {
    display: block;
    padding: 10px 4.398% 14px;
    background: #fff;
	border-radius: 4px;
	box-shadow: 1px 2px 3px 1px rgba(51,51,51,.1);
}
.m_serInner .press a i.img {
    display: block;
    width: 100%; height: 100px;
    background: url(../img/main_gallery_m.jpg) no-repeat center/cover;
}
.m_serInner .press a p {
    margin: 14px 0 8px;
    font-size: 1.6rem; color: #333;
}
.m_serInner .press a span {
	display: inline-block;
	width: 100%;
    font-size: 1.4rem; color: #333;
    line-height: 17px;
    font-weight: 300;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.m_serInner .tile a {
    position: relative;
    float: left;
    width: 48.387%; height: 170px;
    padding-top: 130px;
    font-size: 1.6rem; color: #fff;
    background: #333;
    border-radius: 5px;
    text-align: center;
}
.m_serInner .tile a:before {
    position: absolute;
    content: '';
    top: 21px; left: 50%; transform: translateX(-50%);
    width: 98px; height: 90px;
    background: url(../img/icon_worldMap.png) no-repeat center/contain;
}
.m_serInner .tile li:nth-child(2) a {
    margin-left: 3.226%;
    background: #f2c12e;
}
.m_serInner .tile li:nth-child(2) a:before {
    background-image: url(../img/icon_notice.png);
}
.m_serInner .tile li a.join {
    margin-top: 10px;
    width: 100%; height: auto; padding: 20px 8px;
    background: #81ceff;
    text-align: right;
    line-height: 25px;
}
.m_serInner .tile li a.join:before {
    top: 10px; left: -7px; transform: translate(0);
    width: 193px; height: 154px;
    background-image: url(../img/icon_join.png);
}
.m_serInner .tile li a.join:after {
    position: absolute;
    content: '';
    top: 105px; left: 12px;
    width: 120px; height: 123px;
    background: url('/img/icon_joinA.png') no-repeat center/contain;
    /* background: url(../img/icon_joinA.png) no-repeat center/contain; */
    animation: join 6s infinite;
}
@keyframes join {
    0% {
        opacity: 0;
        transform: translate(-10px, 10px);
    }
    33% {
        opacity: 1;
        transform: translate(0);
    }
}
@media screen and (max-width:450px) {
    .mob-450{
        display: block;
    }
    .m_aboInner .button{
        flex-direction: column;
    }
}
@media screen and (max-width:650px) {
    b{
        font-size: 1.8rem;
    }

    .main .text h1 b {
        font-size: 1.5rem;
    }

    .main .text h1 br {
        display: none;
    }

    .m_visInner {
        /* background-image: url('/img/main/main_visual_mobile.png');
        height: 100vh; */
    }

    .m_visInner .text {
        padding-left: 0;
        text-align: center;
    }

    .m_visInner .text {
        transform: translate(-50%, 0);
    }

    .main .text h1 {
        width: 100%;
        text-align: center;
    }
    
    .main .text h1 br {
        display: block;
    }

}

@media screen and (max-width: 440px) {
    .m_visInner > .center .flex-center {
        gap: 10px;
        flex-direction: column;
    }

    .m_visInner > .center .flex-center .line {
        display: none;
    }


}

@media screen and (max-width: 770px) {
    .main .text h1 {
        font-size: 1.5rem;
    }

    .m_visInner p {
        font-size: 1.3rem;
    }
}

@media screen and (max-width:950px) {
    .m_depInner {
        flex-direction: column;
        gap: 40px;
    }
}

@media screen and (max-width:1084px) {

    .m_visInner > .center {
        font-size: 1.5rem;
        top: calc(50% + 20px);
    }

    .m_visInner > .center .flex-center .line {
        width: 10%;
    }

    .m_visInner > .center .title {
        font-size: 4rem;
        margin: 10px 0 30px;
    }

    .m_visInner > .center .txts {
        margin-bottom: 20px;
    }

    .m_visInner > .center .flex-center {
        margin-bottom: 20px;
    }
}

/*** PC 1084 ***/
@media screen and (min-width:1084px) {

    .web{
        display: block;
    }
    /* 메인 비주얼 */
    .main .text h1{
        max-width: 870px;
        width: 50%;
        font-size: 3rem;
        text-align: left;
    }
    
    
    .m_visInner {
        height: 900px;
        background-position-y: center;
    }
    .m_visInner .text {
        left: 60px; 
        bottom: 194px;
        transform: translate(0px, 0px);
    }
	.m_visInner b {
        font-size: 3.5rem;
        line-height: 1.5;
    }
	.m_visInner strong {
		font-size: 8.4rem;
		line-height: 104px;
		color:#ffcd33;
	}
    .m_visInner h3 {font-size: 8.4rem; line-height: 88px;}
    .m_visInner p {
        margin-top: 36px;
        font-size: 1.8rem;
        text-align: left;
    }
	.m_visInner video {display:block; height:900px; min-width: 100%;}
    .m_visInner span {
        position: absolute;
        bottom: 21px; left: 50%; transform: translateX(-50%);
        font-size: 1.4rem; color: #fff;
    }
    .m_visInner span:before {
        display: block;
        content: '';
        width: 24px; height: 39px;
        margin: 0 auto 12px;
        background: url(../img/icon_scroll.png) no-repeat center/contain;
    }
    .m_visInner span:after {
        position: absolute;
        content: '';
        top: 7px; left: 50%; transform: translateX(-50%);
        width: 5px; height: 5px;
        background: #fff;
        border-radius: 3px;
        animation: scroll 2s ease infinite;
    }
    @keyframes scroll {
        0% {opacity: 1;}
        10% {opacity: 1; top: 9px;}
        70% {opacity: 0; top: 15px;}
        100% {opacity: 0; top: 24px;}
    }
    
    /* about CITIZEN */
    .m_aboInner {padding: 199px 0 0; width: 1280px; margin: 0 auto;}
    .m_aboInner h3 {
        padding-left: 25px;
        font-size: 8rem; line-height: 84px;
        font-weight: 400;
        text-align: left;
    }
    .m_aboInner h3:after {
        right: -4px;
        width: 315px; height: 20px;
    }
    .m_aboInner p:nth-child(2) {margin: 42px 0 21px;}
    .m_aboInner p {line-height: 30px; padding-left: 25px;}
    .m_aboInner .button{
        flex-direction: row;
    }
    .m_aboInner .button li{
        width: auto;
    }
    .m_aboInner .button li a {
        width: 154px; padding: 14px 0;
        font-size: 1.6rem;
        border-radius: 21px;
		border: 1px solid #eee;
        box-shadow: none;
        transition: 0.3s;
    }
    .m_aboInner .button li a:hover {
        transform: translateY(-2px);
        box-shadow: 1px 2px 3px 1px rgba(51,51,51,.1);
    }
    .m_aboInner span.pc {
        position: absolute;
        top: 110px; right: -202px;
        width: 720px; height: 880px;
        background: url(../img/main/main_about_01.png) no-repeat center/cover;
        box-shadow: 3px 3px 3px 1px rgba(51,51,51,.35);
        z-index: 2;
        opacity: 0;
        transition: .6s;
    }
    .m_aboInner.on span.pc {
        transform: translateY(-50px); opacity: 1;
        animation: upDown linear 5s 1s alternate infinite;
    }
    @keyframes upDown {
        0% {transform: translateY(-50px);}
        100% {transform: translateY(0px);}
    }
    .m_aboInner .img_bot {
        left: 50%; transform: translateX(-50%); top: 70px;
        width: 100vw; height: 360px;
        background: url(../img/main/main_about_04.png) no-repeat center/cover;
    }
    
    /* 자진 출국 제도 */
    .m_seInner {padding: 130px 0 165px; width: 1280px; margin: 0 auto;}
    .m_seInner h3 {
        margin-bottom: 94px;
        font-size: 3.6rem;
        font-weight: 400;
    }
    .m_seInner article {
        float: left;
        width: 575px;
        margin: 0 130px 0 0;
    }
    .m_seInner article:last-child {margin-right: 0;}
    .m_seInner article a {position: relative;}
    .m_seInner article i.img {
        width: 100%; height: 340px;
        background-image: url(../img/main/main_self1.png);
        transition: 0.35s;
    }
    .m_seInner article a:after {
        position: absolute;
        content: '';
        bottom: -38px; left: -14px;
        width: 60px; height: 7px;
        background: url(../img/icon_arrow.png) no-repeat center/contain;
        opacity: 0;
        transition: 0.35s;
    }
    .m_seInner article a:hover:after {opacity: 1; left: 0;}
    .m_seInner article a:hover i.img {
        border-top-right-radius: 100px;
        border-bottom-left-radius: 100px;
    }
    .m_seInner article h4 {
        margin: 27px 0 15px;
        font-size: 2.4rem;
    }
    .m_seInner .press i.img {background-image: url(../img/main_self2.jpg);}
    .m_seInner .status i.img {background-image: url(../img/main/main_self2.png);}
    
    /* 출국 절차 */
    .m_depInner {
        height: 360px;
        height: 360px;
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 200px;
    }
    .m_depInner:after {
        position: absolute;
        top: 0; left: 0;
        content: '';
        width: 100%; height: 100%;
        background: rgba(31,31,31,.53);
        transform-origin: left;
        transform: scaleX(0);
    }
    .m_depInner.on:after {
        transform: scaleX(1); transition: 0.8s ease;
    }
    .m_depInner .text { z-index: 2;}
    .m_depInner h3 {font-size: 3.6rem; margin-bottom: 35px;}
    .m_depInner a {
        bottom: auto; left: auto;
        top: 50%; right: 401px; transform: translateY(-50%);
        width: 154px; padding: 14px 0;
        font-size: 1.6rem;
        border-radius: 21px;
        box-shadow: none;
        transition: 0.3s;
        z-index: 2;
    }
    .m_depInner a:hover {
        box-shadow: 1px 2px 3px 1px rgba(51,51,51,.5);
        top: 49.5%; right: 402px;
    }
    
    /* 고객 센터 */
    .m_serInner {
        padding: 100px 36px 120px;
        width: 100%;
        margin: 0 auto;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .m_serInner h3 {font-size: 2.4rem;}
    .m_serInner article a.pc {
        font-size: 1.6rem; color: #747474;
    }
    .m_serInner .left {
        width: 80%;
        margin: 0 auto;
    }
    .m_serInner .data {
        margin: 32px 0 0 5px;
        padding-bottom: 24px;
        width:calc(100% - 20px);
    }
    .m_serInner .data h3 {
        font-size: 2.6rem; 
        margin-bottom: 17px;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    .m_serInner .data ul li a {
        display: block;
        margin-top: 17px;
        padding: 16px;
        background: #fff;
        transition: 0.3s;
    }
    .m_serInner .data ul li a:hover {background: #eee;}
    .m_serInner .data ul li a p {
        display: inline-block;
        width: 410px;
        font-size: 1.6rem; color: #333;
        text-overflow: ellipsis;
        overflow: hidden;
        white-space: nowrap;
    }
    .m_serInner .data ul li a span {
        display: inline-block;
        margin-left: 20px;
        font-size: 1.4rem; color: #747474;
    }
	.m_serInner .pressWrap {
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .m_serInner .press {
        margin: 27px 32px 0 5px;
        width: 100%;
        text-align: center;
    }
	.m_serInner .press:last-child {margin-right: 0;}
    .m_serInner .press h4 {font-size: 2rem; font-weight: 400; margin-bottom: 17px;}
    .m_serInner .press a {padding: 18px 0 18px; border-radius: 8px; transition: 0.3s;}
	.m_serInner .press a:hover {
        transform: translateY(-2px);
        box-shadow: 3px 5px 5px 3px rgba(51,51,51,.1);
    }
    /* .m_serInner .press a i.img {
        float: left;
        width: 240px; height: 200px;
        background-image: url(../img/main_gallery.jpg);
    } */
    .m_serInner .press a .text {
    }
    /* .m_serInner .press a .text:after {
        display: block;
        content: '';
        margin-top: 26px;
        width: 60px; height: 7px;
        background: url(../img/icon_arrow.png) no-repeat center/contain;
        transition: 0.3s;
    } 
    .m_serInner .press a:hover .text:after {
        transform: translateX(15px);
    } */
    .m_serInner .press a p {
        margin: 10px 0 20px;
        font-size: 2.4rem; color: #333;
        line-height: 28px;
    }
    .m_serInner .press a span {
		width: 85%;
        font-size: 1.8rem;
        line-height: 24px;
    }
    .m_serInner .tile {
        float: right;
        width: 545px;
        margin-top: 28px;
    }
    .m_serInner .tile a {
        width: 230px; height: 240px;
        padding-top: 196px;
        font-size: 1.8rem;
        border-radius: 10px;
    }
    .m_serInner .tile a:before {
        top: 33px;
        width: 158px; height: 143px;
    }
    .m_serInner .tile li:nth-child(2) a {
        width: 289px;
        margin-left: 26px;
    }
    .m_serInner .tile li a.join {
        margin-top: 26px;
        width: 100%; padding: 58px 36px 42px;
        line-height: 28px;
    }
    .m_serInner .tile li a.join:before {
        top: 20px; left: 46px;
        width: 277px; height: 216px;
    }
    .m_serInner .tile li a.join:after {
        top: 154px; left: 82px;
        width: 151px; height: 154px;
        animation: none;
    }
	.m_serInner .tile li a.join:hover:after {animation: join 3s infinite;}
}


