.container {
    width: 100%;
    max-width: 1400px;
    padding: 0px 15px;
    margin: 0 auto;
    position: relative;
}

header {
    display: flex;
    align-items: center;
    height: 130px;
    padding: 0px 40px;
    max-width: 1920px;
    margin: 0 auto;
}

header h1 {
    width: 30%;
}

header h1 a {}

header h1 a img {
    max-width: 100%;
}

header .gnb {
    width: 70%;
}

header .gnb .btn-menu {
    display: none;
}

header .gnb nav {
    width: 100%;
    padding-left: 100px;
}

header .gnb nav .btn-close {
    display: none;
}

header .gnb nav ul {
    display: flex;
    justify-content: space-around;
}

header .gnb nav ul li {}

header .gnb nav ul li a {
    font-size: 24px;
    font-weight: 800;
}

header .gnb nav ul li a.on {
    color:#e94628;
}

.sec01 {}

.sec01 .main-visual {
    display: flex;
    justify-content: center;
    align-items: center;
}

.sec01 .main-visual img {
    width: 100%;
}

.sec01 .main-video {
    background: url(../img/main_bg.jpg) no-repeat center top;
    background-size: cover;
    padding: 100px 15px;
    display: flex;
    justify-content: center;
}

.sec01 .main-video .video-wrap {
    max-width: 1400px;
    width: 100%;
}

.sec01 .main-video .video {
    width: 100%;
    height: 0px;
    border-radius: 25px;
    box-shadow: 0 0 50px 0px rgba(0, 0, 0, 0.2);
    padding-bottom: 54.95%;
    position: relative;
    border: solid 10px #fff;
}

.sec01 .main-video .video iframe {
    position: absolute;
    bottom: 0;
    border-radius: 18px;
    right: 0;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.sec02 {
    padding: 50px 0px;
}

.sec02 .container {}

.index h2 {
    margin-bottom: 30px;
    position: relative;
    display: flex;
    align-items: center;
}

.index h2::after {
    position: absolute;
    content: '';
    display: block;
    width: 100%;
    height: 3px;
    background: #000;
    top: 50%;

}

.index h2 p {
    display: inline-block;
    background: #fff;
    position: relative;
    font-size: 45px;
    font-weight: 600;
    z-index: 1;
}

.index h2 p span {}

.index h2 p em {
    color: #1a499e;
}

.index h2 i {
    display: inline-block;
    padding: 0px 10px;
    color: #bdbdbd;
    font-size: 20px;
    position: relative;
    z-index: 1;
    background: #fff;
}

.sec02 .container .tab {}

.sec02 .container .tab .tab-tit {
    padding-top: 30px;
    padding-bottom: 50px;
}

.sec02 .container .tab .tab-tit ul {
    display: flex;
    padding-bottom: 23px;
    flex-wrap:wrap;
    justify-content: center;
}

.sec02 .container .tab .tab-tit ul li {
    width: calc(20% - 10px);
    margin:0 5px 10px;
}

.sec02 .container .tab .tab-tit ul li a {
    background: #a4a4a4;
    border-radius: 20px;
    padding: 19px 0px;
    display: block;
}

.sec02 .container .tab .tab-tit ul li a.on {
    background: #e94628;
    position: relative;
}

.sec02 .container .tab .tab-tit ul li a.on::before {
    content: '';
    display: block;
    position: absolute;
    top: 100%;
    width: 25px;
    height: 12px;
    background: url(../img/sel_red.png) no-repeat center top;
    left: 50%;
    transform: translateX(-50%);
    background-size: cover;
}

.sec02 .container .tab .tab-tit ul li a p {
    display: flex;
    font-size: 24px;
    align-items: center;
    flex-direction: column;
    font-weight: 600;
    color: #fff;
}

.sec02 .container .tab .tab-tit ul li a p span {
    font-size: 28px;
    opacity: 0.6;
    display: block;
    margin-top: 10px;
}

.sec02 .container .tab .tab-box {}

.info-ul {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.info-ul > li {
    width: calc(33.3333% - 80px);
    margin: 0px 40px 50px;
}

.info-ul > li .img {
    border: solid 1px #ddd;
    display: flex;
    box-shadow: 0 0 30px 0px rgba(0, 0, 0, 0.1);
    justify-content: center;
    align-items: center;
    border-radius: 20px;
    overflow: hidden;
}

.info-ul > li .img img {
    width: 100%;
}

.info-ul > li .txt {
    display: flex;
    flex-direction: column;
    padding-top: 30px;
}

.info-ul > li .txt strong {
    font-size: 26px;
    font-weight: 700;
    display: block;
    margin-bottom: 15px;
}

.info-ul > li .txt .dot-ul {}

.info-ul > li .txt .dot-ul li {
    padding-left: 10px;
    margin-bottom: 7px;
    font-size: 20px;
    position: relative;
    color: #717171;
}

.info-ul > li .txt .dot-ul li::before {
    content: '';
    display: block;
    width: 2px;
    height: 2px;
    background: #717171;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}


.sec03 {
    background: #f5f5f5;
    padding: 80px 0px 100px;
}

.sec03 .container {}

.sec03 .container h2 {}

.sec03 .container h2 p {
    background: #f5f5f5;
}

.sec03 .container h2 p span {}

.sec03 .container h2 p em {}

.sec03 .container h2 i {
    background: #f5f5f5;
}

.sub ul.notice-ul {
    margin-bottom: 80px;
}

ul.notice-ul {
    background: #fff;
    border-radius: 15px;
}

.sub ul.notice-ul {
    border-top: solid 1px #e1e1e1;
}

ul.notice-ul li {
    border-bottom: solid 1px #e1e1e1;
}

ul.notice-ul li:last-child {
    border-bottom: none;
}

.sub ul.notice-ul li:last-child {
    border-bottom: solid 1px #e1e1e1;
}

ul.notice-ul li a {
    display: flex;
    align-items: center;
    padding: 25px;
    padding-left: 140px;
    position: relative;
}

ul.notice-ul li a i {
    padding: 10px 20px;
    color: #fff;
    font-size: 18px;
    line-height: 1;
    border-radius: 40px;
    position: absolute;
    left: 25px;
    top: 50%;
    transform: translateY(-50%);
    margin-right: 20px;
}

ul.notice-ul li a i.blue {
    background: #009ede;
}

ul.notice-ul li a i.red {
    background: #e60f63;
}

ul.notice-ul li a p {
    font-size: 24px;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

ul.notice-ul li a span {
    font-size: 20px;
    color: #a0a0a0;
}

footer {
    background: #dddddd;
    padding: 80px 0px;
}

footer .container {
    display: flex;
    align-items: flex-start;
}

footer .container .left {
    width: 25%;
}

footer .container .left img {
    max-width: 100%;
    padding-right: 30px;
}

footer .container .right {
    width: 75%;
}
footer .container .right .logos {
    margin-bottom:50px;
}
footer .container .right .logos img {
    max-width:100%;
}
footer .container .right p {
    font-size: 18px;
    color: #666;
}

footer .container .right .ft-info {
    margin: 10px 0px;
}

footer .container .right .ft-info ul {
    display: flex;
}

footer .container .right .ft-info ul li {
    color: #666;
    position: relative;
    padding-right: 20px;
    margin-right: 20px;
    font-size: 18px;
}

footer .container .right .ft-info ul li::before {
    content: '';
    background: #bdbdbd;
    position: absolute;
    right: 0px;
    top: 50%;
    transform: translateY(-50%);
    display: block;
    width: 2px;
    height: 18px;
}

footer .container .right .ft-info ul li:last-child::before {
    display: none;
}

footer .container .right .ft-info ul li:last-child {
    margin: 0;
    padding: 0;
}

.sub-top {
    height: 350px;
    background-size: cover !important;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 90px;
}

.sub-top strong {
    background: #fff;
    padding: 30px;
    font-size: 30px;
    line-height: 1;
    font-weight: 900;
    color: #222;
    border-radius: 15px;
    box-shadow: 0 0 30px 0px rgba(0, 0, 0, 0.1);
    min-width: 400px;
    text-align: center;
}

.about {}

.about .img {
    display: flex;
    justify-content: center;
    padding: 0px 0px 50px;
}

.about .img img {
    max-width: 100%;
}

.about .about-p {
    text-align: left;
    font-size: 24px;
    padding: 60px 0px;
}

.about .style {
    position: relative;
}

.about .style::after {
    position: absolute;
    content: '';
    display: block;
    background: #fce7ee;
    height: 20px;
    width: 100%;
    left: 0;
    bottom: 0;
    z-index: -1;
}

.stamptour {
    display: flex;
    flex-wrap: wrap;
}

.stamptour .top {
    display: flex;
    flex-wrap: wrap;
}

.stamptour .top .left {
    width: 50%;
}

.stamptour .top .right {
    width: 50%;
}

.stamptour .top .right .img {}

.stamptour .top .right .img img {
    width: 100%;
    max-width: 100%;
}

.stamptour .bottom {
    width: 100%;
    padding-bottom: 80px;
}

.stamptour dl {
    display: flex;
    flex-direction: column;
}

.stamptour dl dt {
    margin-bottom: 20px;
}

.stamptour dl dt span {
    font-size: 24px;
    color: #1a499e;
    font-weight: 600;
    line-height: 1;
    padding: 10px 20px;
    border: solid 1px #1a499e;
    border-radius: 50px;
    display: inline-block;
}

.stamptour dl dd {
    margin-bottom: 50px;
    font-size: 24px;
    word-break: keep-all;
}

.stamptour dl dd > p {
    margin-bottom: 15px;
    font-size: 24px;
    font-weight: bold;
}

.stamptour dl dd p b {
    color: #e60f63;
}

.stamptour dl dd .dot-ul {
    margin-bottom: 30px;
    list-style: none;
}

.stamptour dl dd .dot-ul li {
    padding-left: 35px;
    position: relative;
    margin-bottom: 5px;
}

.stamptour dl dd .dot-ul li::before {
    content: '';
    display: block;
    width: 3px;
    height: 3px;
    background: #222;
    position: absolute;
    left: 25px;
    top: 15px;
}

.stamptour dl dd .blue {
    font-size: 20px;
    color: #00a0e9;
    font-weight: bold;
    display: block;
    margin-bottom: 20px;
}

.stamptour dl dd .stamp-list {}

.stamptour dl dd .stamp-list ul {}

.stamptour dl dd .stamp-list ul li {
    border-bottom: solid 1px #ddd;
    padding: 15px 0px;
    display: flex;
    justify-content: space-between;
}

.stamptour dl dd .stamp-list ul li p {}

.stamptour dl dd .stamp-list ul li p span {
    color: #e60f63;
    padding-right: 30px;
    display: inline-block;
}

.stamptour dl dd .stamp-list ul li i {
    display: inline-block;
    color: #e60f63;
}

.stamptour dl dd span.info {
    font-size: 20px;
    color: #2b2b2b;
    display: block;
    margin-top: 15px;
}

.stamptour dl dd .stamp-step {}

.stamptour dl dd .stamp-step ul {
    display: flex;
    justify-content: space-between;
}

.stamptour dl dd .stamp-step ul li {
    width: 30%;
    position: relative;
    background: #fff;
    box-shadow: 0 0 30px 0px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    padding: 20px 0px;
    display: flex;
    align-items: center;
}

.stamptour dl dd .stamp-step ul li::before {
    content: '';
    display: block;
    width: 26px;
    position: absolute;
    left: calc(100% + 5%);
    top: 50%;
    transform: translateY(-50%);
    height: 20px;
    background: url(../img/arrow.png) no-repeat center center;
}

.stamptour dl dd .stamp-step ul li:last-child::before {
    display: none;
}

.stamptour dl dd .stamp-step ul li .img {
    width: 35%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.stamptour dl dd .stamp-step ul li .img img {}

.stamptour dl dd .stamp-step ul li .txt {
    width: 65%;
}

h4 {
    font-size: 28px;
    font-weight: bold;
    margin-bottom: 10px;
    padding: 10px;
    border-top: solid 2px #222;
    background:#f9f9f9;
}

.notice-dot-ul {
    margin-bottom: 30px;
    list-style: none;
}

.notice-dot-ul li {
    padding-left: 35px;
    font-size: 20px;
    position: relative;
    margin-bottom: 5px;
}

.notice-dot-ul li::before {
    content: '';
    display: block;
    width: 3px;
    height: 3px;
    background: #222;
    position: absolute;
    left: 25px;
    top: 15px;
}

.notice-p {
    font-size: 18px;
    margin-bottom: 30px;
    border-bottom:solid 1px #ddd;
    padding-bottom:30px;
}

.notice-info {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: solid 1px #ddd;
    padding: 10px;
    margin-bottom: 30px;
}

.btn-wrap {
    margin-bottom:70px;
    display:flex;
    justify-content:flex-end;
    
}
.btn-list {
    background:#e60f63;
    color:#fff;
    font-size:20px;
    padding:13px 25px;
    line-height:1;
    border-radius:50px;
}

.logos {
    
}
.logos ul {
    display:flex;
    justify-content: flex-start;

}
.logos ul li {
    margin:0px 30px 0px 0px;
}
.logos ul li img {
    max-width:100%;
}
.wrap {
    margin-bottom:60px;
}
.img img {
    max-width: 100%;
}
.img.center {
    text-align: center;
    width: 100%;
}
.preparing {
    font-size:24px;
    font-weight:500;
}

@media all and (max-width:1920px) {
    header {
        padding: 0px 15px;
    }

    header h1 {
        width: 18%;
    }

    header .gnb {
        width: 88%;
    }

    header .gnb nav {
        padding-left: 50px;
    }

    header .gnb nav ul li a {
        font-size: 20px;
    }
}

@media (max-width: 1200px) {
    .sub-top {
        height: 300px;
    }

    header .gnb nav {}

    header .gnb nav ul li a {
        font-size: 16px;
    }

    .index h2 p {
        font-size: 28px;
    }

    .index h2 i {
        font-size: 14px;
    }

    .sec02 .container .tab .tab-tit ul li a {
        padding: 15px 0px;
    }

    .sec02 .container .tab .tab-tit ul li a p {
        font-size: 20px;
    }

    .sec02 .container .tab .tab-tit ul li a p span {
        font-size: 16px;
        margin-top: 0px;
        font-weight: 500;
    }

    .info-ul > li {
        width: calc(33.3333% - 40px);
        margin: 0px 20px 50px;
    }

    .info-ul > li .txt strong {
        font-size: 18px;
    }

    .info-ul > li .txt .dot-ul li {
        font-size: 16px;
    }

    ul.notice-ul li a {
        padding-left: 120px;
    }

    ul.notice-ul li a i {
        padding: 7px 15px;
    }

    ul.notice-ul li a p {
        font-size: 20px;
    }

    ul.notice-ul li a span {
        font-size: 16px;
    }

    footer .container .left {
        width: 20%;
    }

    footer .container .right {
        width: 80%;
    }

    .stamptour dl dd .stamp-step ul li .txt {
        font-size: 18px;
    }

    .stamptour dl dd .stamp-step ul li .img img {
        max-width: 80px;
    }
}

@media all and (max-width:1024px) {
    .stamptour .top .left {
        width: 60%;
    }

    .stamptour .top .right {
        width: 40%;
    }
}

@media all and (max-width:960px) {
    header {
        height: 70px;
    }

    header h1 {
        width: auto;
    }

    header h1 a img {
        max-width: 200px;
    }

    header .gnb .btn-menu {
        display: block;
        width: 50px;
        height: 50px;
        margin-left: auto;
        background: url(../img/menu.svg) no-repeat center center;
        background-size: 30px;
        border: none;
        z-index: 111111;
        position: relative;
        text-indent: -9999px;
        cursor: pointer;
    }

    header .gnb.open nav .btn-close {
        display: block;
        width: 70px;
        height: 70px;
        margin-left: auto;
        background: url(../img/menu_close.svg) no-repeat center center;
        background-size: 20px;
        border: none;
        text-indent: -9999px;
        cursor: pointer;
        position: absolute;
        top: 0;
        right: 0;
    }

    header .gnb nav {
        display: none;
    }

    header .gnb.open nav {
        position: fixed;
        display: block;
        top: 0;
        border-top: solid 1px #ddd;
        background: #fff;
        left: 0;
        bottom: 0;
        padding: 0;
        height: 100%;
        z-index: 11111;
    }

    header .gnb.open .btn-menu {
        display: none;
    }

    header .gnb.open nav {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
        height: 100%;
    }

    header .gnb.open nav ul {
        flex-direction: column;
        height: calc(100% - 50px);
        justify-content: flex-start;
        align-items: center;
        padding-top: 100px;
    }

    header .gnb nav ul li {
        margin-bottom: 30px;
    }

    header .gnb nav ul li a {
        font-size: 18px;
    }

    footer .container {
        flex-direction: column;
    }

    footer .container .left {
        width: 100%;
        display: flex;
        justify-content: center;
    }

    footer .container .right {
        width: 100%;
        padding: 0;
        margin-top: 30px;
        display: flex;
        justify-content: center;
        flex-direction: column;
        align-items: center;
    }

    .about .about-p {
        font-size: 24px;
    }

    .sub-top {
        height: 250px;
    }

    .sub-top strong {
        margin-top: -30px;
    }

    .stamptour dl dd {
        font-size: 20px;
    }

    .stamptour dl dd p {
        font-size: 20px;
    }

    .stamptour dl dd p b {
        font-size: 20px;
    }
}

@media all and (max-width:768px) {
    .info-ul > li {
        width: calc(50% - 40px);
        margin: 0px 20px 50px;
    }

    footer {
        padding: 40px 0px;
    }

    footer .container .right .ft-info ul {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    footer .container .right .ft-info ul li {
        width: 100%;
        padding: 0;
        margin: 0;
        line-height: 1.5;
        font-size: 14px;
    }

    footer .container .right .ft-info ul li::before {
        display: none;
    }

    footer .container .right p {
        font-size: 14px;
        text-align: center;
    }

    footer .container .left img {
        max-width: 200px;
    }

    .sec02 .container .tab .tab-tit ul li a {
        padding: 10px 0px;
        border-radius: 10px;
    }

    .sec02 .container .tab .tab-tit ul li a p {
        font-size: 16px;
    }

    .about .img img {
        width: 100%;
    }

    .stamptour .top .right {
        width: 100%;
        order: 1;
    }

    .stamptour .top .right .img {
        display: flex;
        justify-content: center;
    }

    .stamptour .top .right .img img {
        max-width: 400px;
    }

    .stamptour .top .left {
        width: 100%;
        order: 2;
    }

    .stamptour dl dd .stamp-step ul li {
        flex-direction: column;
    }

    .stamptour dl dd .stamp-step ul li .img {
        width: 100%;
    }

    .stamptour dl dd .stamp-step ul li .txt {
        width: 100%;
        padding: 0px 10px;
        text-align: center;
    }

    .stamptour dl dd .stamp-step ul li::before {
        width: 16px;
        background-size: contain;
    }

    .stamptour dl dt span {
        font-size: 20px;
    }
    h4 {
        font-size:24px;
    }
}

@media (max-width: 640px) {
    ul.notice-ul li a {
        padding: 20px;
    }

    ul.notice-ul li a i {
        display: none;
    }

    .about .about-p {
        font-size: 17px;
    }

    .about .style::after {
        height: 13px;
    }

    .sub-top strong {
        font-size: 21px;
        padding: 17px 25px;
        border-radius: 10px;
        min-width: 50%;
    }

    .stamptour dl dd {
        font-size: 16px;
    }

    .stamptour dl dd p {
        font-size: 16px;
    }

    .stamptour dl dd p b {
        font-size: 16px;
    }

    .stamptour dl dd .stamp-list ul li {
        flex-direction: column;
    }

    .stamptour dl dd .stamp-list ul li p {
        width: 100%;
    }

    .stamptour dl dd .stamp-list ul li i {
        padding-left: 71px;
        font-weight: 600;
        margin-top: 10px;
        font-size: 16px;
    }

    .stamptour dl dd .stamp-step ul {
        flex-direction: column;
    }

    .stamptour dl dd .stamp-step ul li {
        width: 100%;
        margin-bottom: 30px;
        flex-direction: row;
    }

    .stamptour dl dd .stamp-step ul li::before {
        left: 50%;
        top: calc(100% + 5px);
        transform: translateX(-50%) rotate(90deg);
    }

    .stamptour dl dd .stamp-step ul li .img {
        width: 25%;
    }

    .stamptour dl dd .stamp-step ul li .txt {
        width: 75%;
        text-align: left;
    }

    .stamptour dl dd .stamp-step ul li .txt br {
        display: none;
    }

    .stamptour dl dt span {
        font-size: 16px;
        padding: 7px 15px;
    }
    h4 {
        font-size:20px;
    }
    .notice-dot-ul li {
        font-size: 18px;
        padding-left:15px;
    }
    
    .notice-dot-ul li::before {
        content: '';
        display: block;
        width: 3px;
        height: 3px;
        background: #222;
        position: absolute;
        left: 5px;
        top: 10px;
    }
    .sec02 .container .tab .tab-tit ul li a.on::before {
        display:none;
    }
    .sec02 .container .tab .tab-tit ul li {
        width: calc(33.333% - 10px);
    }

}

@media all and (max-width:480px) {
    .index h2 p {
        padding-right: 10px;
        font-size: 22px;
    }

    .index h2 i {
        display: none;
    }

    ul.notice-ul li a p {
        font-size: 18px;
    }

    .info-ul > li {
        width: calc(50% - 20px);
        margin: 0px 10px 50px;
    }

    .info-ul > li .txt strong {
        font-size: 16px;
    }

    .info-ul > li .txt .dot-ul li {
        font-size: 14px;
    }

    .sec02 .container .tab .tab-tit ul li a p {
        font-size: 16px;
    }

    .sec02 .container .tab .tab-tit ul li a p span {
        font-size: 14px;
    }

    .sec02 .container .tab .tab-tit ul li:first-child a.on::before {
        width: 20px;
        background-size: contain;
    }

    .sec02 .container .tab .tab-tit ul li:last-child a.on::before {
        width: 20px;
        background-size: contain;
    }
    .logos ul li {
        margin:0px 10px;
    }
}
@media all and (max-width:360px) {
    .sec02 .container .tab .tab-tit ul li {
        width: calc(50% - 10px);
        margin:0 5px 10px;
}

}
