@charset "UTF-8";

h4{
    font-weight:300;
}
main > section {padding: 50px 0;}

/*intro*/
#intro{
    margin: 0;
    padding: 0;
}

#intro .slide {
    position: relative;
    width: 100%;
    height: calc(100vh);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

#intro .slide .txt_wrap{
    position: absolute;
    top: 45%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 100%;
    padding: 0 20px;
    text-align: center;
    color: #fff;
}
#intro .slide .txt_wrap h2 {
    font-size: 60px;
    font-weight: 600;
    color: #fff;
    text-shadow: 0px 0px 60px #333;
    padding-top:50px;
}
#intro .slide .txt_wrap p {
    font-size: 20px;
    font-weight: 300;
    margin-top: 20px;
    text-align: center;
}
#intro .slide .txt_wrap h3{
    padding:50px 0px;
}
#intro #right_nav {
    margin: 0 auto;
    width:35%;
    background-color: rgba(255, 255, 255, 0.1);
    border-radius: 50px;
    box-shadow: rgb(38 57 77) 0px 20px 30px -10px;
}
#intro #right_nav ul {
    text-align: center;
    font-size: 0;
}
#intro #right_nav ul li {
    display: inline;
    vertical-align: middle;
}
#intro #right_nav ul li a {
    font-family:Roboto;
    font-weight:300;
    font-size: 18px;
    display: inline-block;
    padding:12px 10px;
    color:#efefef;
}

#intro #right_nav ul li a:hover{
    color:#1c313a;
    transition:all ease-in-out .3s;
}

#intro #right_nav ul li a::after {
    content: "";
    background: #ddd;
    width: 1px;
    height: 13px;
    display: inline-block;
    vertical-align: middle;
    /*margin: 0 15px;*/
    margin-left:15px;
}
#intro #right_nav ul li:last-child a::after {content: none;}


#intro .m_menu {
    display: none;
    float: right;
    padding-right: 15px;
}

.intro_logo_box span{
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    border-radius: 20px;
    padding:4px 12px;
}




@media all and (max-width: 1440px) {
    #intro h1 {left: 15px;}
    #intro #gnb ul li {margin: 0 10px;}
    #intro #right_nav {width: 50%;}
}
@media all and (max-width: 1023px) {
    #intro #gnb, #header #right_nav {display: none;}
    #intro .m_menu {display: block;}
    #intro .slide .txt_wrap h2 {font-size: 30px;}
    #intro .slide .txt_wrap p {font-size: 15px;}
    #intro .slide .txt_wrap .logo {margin-bottom: 30px;}
    #intro #right_nav {
        margin: 0 auto; 
        margin-top: 50px; 
        width: 80%;
    }
    #intro #right_nav ul li a img{
        width: 28px;
    }
    
}
/*@media all and (max-width: 360px){*/
/*    #intro #right_nav ul li a::after{*/
/*        width: 0px;*/
/*        margin: 0 5px;*/
/*    }*/
/*}*/



/*main*/
#main_slider {
    margin: 0;
    padding: 0;
}
#main_slider .slide {
    position: relative;
    width: 100%;
    height: calc(100vh - 100px);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
#main_slider .slide .txt_wrap {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 100%;
    padding: 0 20px;
    text-align: center;
    color: #fff;
}
#main_slider .slide .txt_wrap p {
    font-size: 30px;
    font-weight: 300;
    margin-bottom: 20px;
    padding:20px 0px;
}
#main_slider .slide .txt_wrap h2 {
    font-size: 60px;
    font-weight: 600;
}
#main_slider .slick-dots {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 50px;
    font-size: 0;
}
#main_slider .slick-dots li {
    display: inline-block;
    vertical-align: middle;
    width: 30px;
    height: 3px;
    margin: 0;
}
#main_slider .slick-dots li button {
    width: 30px;
    height: 3px;
    padding: 0;
    background: #fff;
    opacity: 0.2;
    border: none;
    font-size: 0;
    cursor: pointer;
}
#main_slider .slick-dots li button::before {content: none;}
#main_slider .slick-dots li.slick-active button {opacity: 1;}
#main_slider .slick-arrow {
    width: auto;
    height: auto;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
    font-size: 0;
    background: transparent;
    border: none;
    cursor: pointer;
}
#main_slider .slick-arrow:before {
    content: "";
    width: 22px;
    height: 48px;
    display: block;
    opacity: 1;
}
#main_slider .slick-prev {left: 100px;}
#main_slider .slick-prev:before {background: url("../img/arrow_left.svg") no-repeat;}
#main_slider .slick-next {right: 100px;}
#main_slider .slick-next:before {background: url("../img/arrow_right.svg") no-repeat;}

section header {margin-bottom: 30px;}
section header img {
    display: inline-block;
    vertical-align: middle;
}
section header h2 {
    display: inline-block;
    vertical-align: middle;
    font-size: 20px;
    font-weight: 300;
    /*margin: 0;*/
    margin-left: 8px;
}



.dayTour,
.privateTour{
    float:left;
    width:calc((100% - 30px)/2);
    /*margin-right:30px;*/
    /*margin-bottom:30px;*/
}

.dayTour{
    margin-right:30px;
    margin-bottom:30px;
}

.dayTour .dayTourList,
.privateTour .privateTourList{
    display:flex;
    justify-content: flex-start;
    align-items: center;
}
.dayTour .dayTourList > li,
.privateTour .privateTourList > li{
    width:100%;
    margin-right:25px;
}

.dayTour .dayTourList .thumb_img,
.privateTour .privateTourList .thumb_img{
    width:100%;
    height:277px;
    background-position:center;
    background-size:cover;
    position:relative;
}
.dayTour .dayTourList .thumb_img .tag,
.privateTour .privateTourList .thumb_img .tag{
    font-size: 12px;
    font-weight: 500;
    background: #d13b40;
    padding: 3px 12px;
    border-radius: 3px;
    color: #fff;
    position: absolute;
    top: 10px;
    left: 10px;
}

.privateTour .privateTourList .list_info > h4 > span{
    padding:0px 10px;
}
section header h2 br {display: none;}
.domestic_list {margin-right: -30px;}
.domestic_list li {margin-right: 30px;}
.domestic_list li a .thumb_img {
    width: 100%;
    height: 277px;
    background-position: center;
    background-size: cover;
    position: relative;
}
.domestic_list li a .thumb_img .tag {
    font-size: 12px;
    font-weight: 500;
    background: #d13b40;
    padding: 3px 12px;
    border-radius: 3px;
    color: #fff;
    position: absolute;
    top: 10px;
    left: 10px;
}
.domestic_list .slick-arrow {
    position: absolute;
    background: #fff;
    box-shadow: 0 0 20px rgba(0,0,0,0.2);
    width: 40px;
    height: 40px;
    border-radius: 40px;
    z-index: 1;
    top: 40%;
    font-size: 0;
    border: none;
    cursor: pointer;
}
.domestic_list .slick-arrow:before {
    content: "";
    width: 8px;
    height: 13px;
    display: block;
    opacity: 1;
    margin: 0 auto;
}
.domestic_list .slick-prev {left: -20px;}
.domestic_list .slick-prev:before {background: url("../img/arrow_circle_left.svg") no-repeat;}
.domestic_list .slick-next {right: 10px;}
.domestic_list .slick-next:before {background: url("../img/arrow_circle_right.svg") no-repeat;}
.domestic_list .list_info {margin-top: 30px;}
.domestic_list .list_info h4 {
    font-size: 16px;
    font-weight: 300;
    margin-bottom: 10px;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-wrap: normal;
    overflow: hidden;
}
.domestic_list .list_info p {
    font-size: 13px;
    color: #888;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-wrap: normal;
    overflow: hidden;
}
.domestic_list .list_info .list_price_wrap {
    overflow: hidden;
    margin-top: 25px;
}
.domestic_list .list_info .list_price_wrap span {
    float: left;
    font-size: 14px;
}
.domestic_list .list_info .list_price_wrap span em {
    font-family: "Roboto";
    font-size: 21px;
    font-weight: 500;
    font-style: normal;
}
.domestic_list .list_info .list_price_wrap .dc {
    float: right;
    font-family: "Roboto";
    font-size: 21px;
    font-weight: 500;
    color: #d13b40;
}
.section_overseas {
    overflow: hidden;
    padding-top: 0;
}
.section_overseas article {
    float: left;
    width: calc((100% - 30px)/2);
    margin-right: 30px;
    margin-bottom: 30px;
}
.section_overseas .overseas_japan,
.section_overseas .overseas_charter {margin-right: 0;}
/*.section_overseas .overseas_southeast,*/
/*.section_overseas .overseas_charter {margin-bottom: 0;}*/
.section_overseas .overseas_title a {
    background-position: center;
    background-size: cover;
    width: 100%;
    height: 277px;
    border-radius: 0 0 30px 0;
    overflow: hidden;
    position: relative;
    color: #fff;
    display: block;
}
.section_overseas .overseas_china .overseas_title a {background-image: url("../img/activity_title_1.jpg");}
.section_overseas .overseas_japan .overseas_title a {
    background-image: url("../img/activity_title_2.jpg");
    color: #333;
}
.section_overseas .overseas_southeast .overseas_title a {background-image: url("../img/activity_title_5.jpg");}
.section_overseas .overseas_charter .overseas_title a {background-image: url("../img/activity_title_6.jpg");}
.section_overseas .overseas_title a .txt_wrap {
    position: absolute;
    left: 40px;
    bottom: 40px;
}
.section_overseas .overseas_title a .txt_wrap p {
    font-size: 16px;
    text-shadow: 0 0 10px rgba(0,0,0,0.2);
}
.section_overseas .overseas_title a .txt_wrap h3 {
    font-size: 30px;
    font-weight: bold;
    text-shadow: 0 0 10px rgba(0,0,0,0.2);
    margin-top: 5px;
}
.section_overseas .overseas_japan a .txt_wrap p,
.section_overseas .overseas_japan a .txt_wrap h3 {text-shadow: none;}
.section_overseas .overseas_list {
    border: 1px solid #eee;
    padding: 0 20px;
    margin-top: 30px;
}
.section_overseas .overseas_list li {
    border-bottom: 1px solid #ddd;
    padding: 20px 0;
}
.section_overseas .overseas_list li:last-child {border-bottom: none;}
.section_overseas .overseas_list li a {
    display: block;
    overflow: hidden;
}
.section_overseas .overseas_list li a .thumb_img {
    width: 150px;
    height: 150px;
    overflow: hidden;
    background-position: center;
    background-size: cover;
    float: left;
    position: relative;
}
.section_overseas .overseas_list li a .thumb_img .tag {
    font-size: 12px;
    font-weight: 500;
    background: #d13b40;
    padding: 3px 12px;
    border-radius: 3px;
    color: #fff;
    position: absolute;
    top: 10px;
    left: 10px;
}
.section_overseas .overseas_list li a .list_info {
    float: left;
    padding: 20px 20px 0 40px;
    width: calc(100% - 150px);
}
.section_overseas .overseas_list li a .list_info h4 {
    font-size: 16px;
    font-weight: 300;
    margin: 0 0 10px;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-wrap: normal;
    overflow: hidden;
}
.section_overseas .overseas_list li a .list_info p {
    font-size: 13px;
    color: #888;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-wrap: normal;
    overflow: hidden;
}
.section_overseas .overseas_list li a .list_info .list_price_wrap {
    margin-top: 40px;
    overflow: hidden;
}
.section_overseas .overseas_list li a .list_info .list_price_wrap span {
    float: left;
    font-size: 14px;
}
.section_overseas .overseas_list li a .list_info .list_price_wrap span em {
    font-family: "Roboto";
    font-size: 21px;
    font-weight: 500;
    font-style: normal;
}
.section_overseas .overseas_list li a .list_info .list_price_wrap .dc {
    float: right;
    font-family: "Roboto";
    font-size: 21px;
    font-weight: 500;
    color: #d13b40;
}
.section_support {
    background: #f8f8f8;
    border-radius: 50px 50px 0 0;
    overflow: hidden;
}
.section_support::after {
    content: "";
    display: block;
    clear: both;
}
.section_support .cscenter {
    float: left;
    width: 25%;
    border-right: 1px solid #ddd;
    min-height: 280px;
}
.section_support .cscenter > strong {
    font-family: "Roboto";
    font-size: 30px;
    color: #d13b40;
}
.section_support .cscenter .hours h5 {
    font-size: 14px;
    font-weight: bold;
    margin: 20px 0 10px;
}
.section_support .cscenter .hours h5 img {
    display: inline-block;
    vertical-align: middle;
}
.section_support .cscenter .hours h5 b {
    display: inline-block;
    vertical-align: middle;
    margin-left: 5px;
}
.section_support .cscenter .hours p {
    font-size: 14px;
    margin-bottom: 3px;
}
.section_support .notice {
    float: left;
    width: 58.4%;
    padding: 0 50px;
}
.section_support .notice header {overflow: hidden;}
.section_support .notice header h2 {margin-left: 0;}
.section_support .notice header .more_btn {
    font-family: "Roboto";
    width: 120px;
    height: 36px;
    line-height: 36px;
    border-radius: 36px;
    text-align: center;
    font-size: 13px;
    font-weight: bold;
    color: #333;
    transition: all 0.3s;
    border: 1px solid #333;
    display: inline-block;
    float: right;
}
.section_support .notice header .more_btn:hover {
    color: #fff;
    background: #333;
}
.section_support #notice_list li {margin-bottom: 10px;}
.section_support #notice_list li a {
    background: #fff;
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
    border-radius: 5px;
    padding: 0 30px;
    line-height: 60px;
    display: block;
    overflow: hidden;
    transition: all 0.3s;
}
.section_support #notice_list li a:hover {box-shadow: none;}
.section_support #notice_list li a em {
    font-size: 16px;
    font-weight: 400;
    float: left;
    width: calc(100% - 80px);
    font-style: normal;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-wrap: normal;
    overflow: hidden;
}
.section_support #notice_list li a .list_date {
    font-family: "Roboto";
    font-size: 14px;
    color: #888;
    float: right;
    width: 80px;
    text-align: right;
}
.section_support .btn_wrap {
    float: left;
    width: 16.6%;
}
.section_support .btn_wrap > a {
    display: block;
    margin-bottom: 15px;
    padding: 20px;
    text-align: right;
    border-radius: 5px;
    box-sizing: border-box;
}
.section_support .btn_wrap > a h3 {
    font-size: 16px;
    font-weight: bold;
    margin: 0 0 20px;
    text-align: left;
}
.section_support .btn_wrap > a.about_btn {background: #fff;}
.section_support .btn_wrap > a.contact_btn {background: #d13b40;}
.section_support .btn_wrap > a.contact_btn h3 {color: #fff;}

@media all and (max-width: 1023px) {
    #main_slider .slick-prev {left: 15px;}
    #main_slider .slick-next {right: 15px;}
    .domestic_list .slick-dots {
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        bottom: -30px;
        font-size: 0;
    }
    .domestic_list .slick-dots li {
        display: inline-block;
        vertical-align: middle;
        width: 30px;
        height: 3px;
        margin: 0;
    }
    .domestic_list .slick-dots li button {
        width: 30px;
        height: 3px;
        padding: 0;
        background: #333;
        opacity: 0.1;
        border: none;
        font-size: 0;
        cursor: pointer;
    }
    .domestic_list .slick-dots li button::before {content: none;}
    .domestic_list .slick-dots li.slick-active button {opacity: 1;}
}
@media all and (max-width: 991px) {
    .section_overseas article {
        float: none;
        width: 100%;
        margin: 0 0 50px;
    }
    .section_support .cscenter {
        float: none;
        width: 100%;
        border-right: none;
        border-bottom: 1px solid #ddd;
        min-height: auto;
        text-align: center;
        padding-bottom: 50px;
        margin-bottom: 50px;
    }
    .section_support .cscenter .hours p {display: inline-block;}
    .section_support .notice {
        padding: 0;
        padding-right: 50px;
        width: 60%;
    }
    .section_support .btn_wrap {width: 40%;}

    .dayTour,
    .privateTour{
        float:none;
        width:100%;
        margin: 0 0 50px;
    }

    .dayTour .dayTourList,
    .privateTour .privateTourList{
        display:flex;
        justify-content: center;
        flex-direction:column;

    }
    .dayTour .dayTourList > li,
    .privateTour .privateTourList > li{
        margin-right:0px;
    }
    #intro #right_nav ul li a{
        display:flex;
        justify-content: center;
        flex-direction:column;
    }
    #intro #right_nav ul li a::after{
        margin:0px;
        padding:0px;
        height:auto;
    }
    #intro .slide .txt_wrap{
        top:50%;
    }
}
@media all and (max-width: 767px) {
    main > section {padding: 50px 0;}
    #main_slider .slide {height: 400px;}
    #main_slider .slide .txt_wrap p {
        font-size: 20px;
        margin-bottom: 15px;
    }
    #main_slider .slide .txt_wrap h2 {
        font-size: 30px;
    }
    #main_slider .slick-dots {bottom: 30px;}
    section header img {
        display: block;
        margin: 0 auto 10px;
    }
    section header h2 {
        display: block;
        text-align: center;
        font-size: 21px;
    }
    section header h2 br {display: block;}

    .dayTour,
    .privateTour{
        margin-bottom:30px;
    }
    #intro #right_nav ul li a::after{
        width:0px;
    }

    .domestic_list {margin-right: -15px;}
    .domestic_list li {margin-right: 15px;}
    .domestic_list li a .thumb_img {height: 150px;}
    .domestic_list .list_info {margin-top: 15px;}
    .domestic_list .list_info h4 {font-size: 15px;}
    .domestic_list .list_info .list_price_wrap {margin-top: 20px;}
    .domestic_list .list_info .list_price_wrap span em, #domestic_list .list_info .list_price_wrap .dc {font-size: 16px;}
    .section_overseas article {margin-bottom: 30px;}
    .section_overseas .overseas_title a {height: 180px;}
    .section_overseas .overseas_title a .txt_wrap {
        left: 20px;
        bottom: 20px;
    }
    .section_overseas .overseas_title a .txt_wrap h3 {font-size: 21px;}
    .section_overseas .overseas_list {
        padding: 0 10px;
        margin-top: 15px;
    }
    .section_overseas .overseas_list li {padding: 10px 0;}
    .section_overseas .overseas_list li a .thumb_img {
        width: 80px;
        height: 80px;
    }
    .section_overseas .overseas_list li a .thumb_img .tag {display: none;}
    .section_overseas .overseas_list li a .list_info {
        width: calc(100% - 80px);
        padding: 0;
        padding-top: 3px;
        padding-left: 15px;
    }
    .section_overseas .overseas_list li a .list_info h4 {
        font-size: 15px;
        margin-bottom: 5px;
    }
    .section_overseas .overseas_list li a .list_info .list_price_wrap {margin-top: 15px;}
    .section_overseas .overseas_list li a .list_info .list_price_wrap span em,
    .section_overseas .overseas_list li a .list_info .list_price_wrap .dc {font-size: 16px;}
    .section_support {border-radius: 20px 20px 0 0;}
    .section_support header {margin-bottom: 20px;}
    .section_support .cscenter {
        padding-bottom: 30px;
        margin-bottom: 30px;
    }
    .section_support .cscenter .hours p {display: block;}
    .section_support .notice, .section_support .btn_wrap {
        float: none;
        width: 100%;
        padding: 0;
    }
    .section_support .notice header h2 {
        text-align: left;
        display: inline-block;
        padding-top: 3px;
    }
    .section_support .notice header .more_btn {
        font-size: 12px;
        height: 30px;
        line-height: 30px;
    }
    .section_support #notice_list li a {
        line-height: 50px;
        padding: 0 15px;
    }
    .section_support #notice_list li a em {
        font-size: 15px;
        width: calc(100% - 65px);
    }
    .section_support #notice_list li a .list_date {
        font-size: 12px;
        width: 65px;
    }
    .section_support .btn_wrap {
        overflow: hidden;
        margin-top: 30px;
    }
    .section_support .btn_wrap > a {
        float: left;
        width: calc((100% - 10px)/2);
        margin-right: 10px;
        margin-bottom: 0;
        padding: 15px;
    }
    .section_support .btn_wrap > a:last-child {margin-right: 0;}
}

.clear-main{
    clear:both;
    height:50px;
}
