/* ==================================================================================
    Media query
================================================================================== */
@media only screen
and (max-width: 768px) {

    /* *******************************************************************
        layout
    ******************************************************************* */
    .inner-wrap {
        width: 100%;
    }

    hr.divline {
        display: block;
        visibility: visible;
        margin: 50px 0;
        width: 100%;
        height: 32px;
        background: #fff url("/images/bg/bg_divline.jpg") 50% top no-repeat;
    }

    /* *******************************************************************
        snb
    ******************************************************************* */
    .snb {
        gap: 10px;
    }
    .snb > li {
        flex: 1 1 30%;
    }
    .snb > li > a {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
        height: 40px;
        line-height: 1;
        text-overflow: unset;
        overflow: unset;
        white-space: normal;
        margin: 0 4px;
        padding: 0 10px;
        font-size: 17px;
        border-radius: 40px;
    }

    /* ----------------------------------------------------------------------------------
        style : common contents
    ---------------------------------------------------------------------------------- */
    /* breadcrumb */
    .breadcrumb {
        position: relative;
        top: 60px;
    }
    .breadcrumb .inner-wrap {
        gap: 30px;

        height: 130px;
    }
    .breadcrumb .inner-wrap h2 {
        position: relative;
        top: -10px;
        font-size: 32px;
    }
    .breadcrumb ul {
        bottom: 12px;
    }
    .breadcrumb ul li {
        font-size: 13px;
    }
    .breadcrumb ul li .feather {
        width: 14px;
        height: 14px;
    }

    #wrap #contents .inner-wrap {
        padding-top: 60px;
    }

    /* article */
    .article {
        min-height: 640px;
        padding: 40px 0 60px;
    }
    .article > h1 {
        margin: 0 0 40px;
        font-size: 32px;
        font-weight: 800;
    }

    /* section */
    .article .section {
        font-size: 15px;
    }
    .article .section h3 {
        font-size: 17px;
        font-weight: 800;
    }
    .article .section p {
        margin: 0 0 20px;
    }

    /* h1 */
    h1.section-title {
        font-size: 24px;
        font-weight: 800;
    }

    /* h2 */
    .article .section h2.section-title {
        margin: 40px 0 20px;
        font-size: 22px;
        font-weight: 900;
    }
    .article .section h2.section-title small {
        font-size: 15px;
    }

    /*h3*/
    .article .section h3.semi-title {
        margin: 20px 0 10px;
        font-size: 15px;
        color: #1179f0;
    }

    /* p */
    .article .section p.section-paragraph {
        text-align: justify;
        word-break: break-all;
    }

    /* ==================================================================================
        공통 스타일
    ================================================================================== */
    .article p.table-info {
        font-size: 13px;
    }
    .article table.table tbody th {
        padding: 5px;
        font-size: 15px;
    }
    .article table.table tbody td {
        padding: 5px;
        font-size: 15px;
    }
    p.text-info {
        margin-top: 5px;
        font-size: 13px;
        color: #33f;
    }

    /*button*/
    .article .section .btn-area {
        margin: 30px 0;
        /*padding-top: 40px;*/
    }
    .article .section .btn-area.btn-area-collapse {
        margin: 10px 0 0;
    }
    .article .section .btn-area .btn i {
        margin: 0 7px 0 0;
    }

    /* btn-download */
    .article .section .btn-download.clearfix {
        position: relative;
        display: inline-block !important;
        max-width: 340px;
        margin: 0 10px;
        transition: all 0.25s;
    }
    .article .section .btn-download .download-icon {
        float: left;
        display: inline-block;
        width: 50px;
        height: 55px;
        margin: 0;
        border: 1px solid #ddd;
        border-right: 0;
        border-radius: 4px 0 0 4px;
        background-color: #fff;
    }
    .article .section .btn-download .download-icon i {
        margin-top: 10px;
        font-size: 30px;
        color: #999;
        transition: all 0.25s;
    }
    .article .section .btn-download .download-icon i.pdf {
        color: #ff3f39;
    }
    .article .section .btn-download .download-icon i.hwp {
        color: #009ad7;
    }
    .article .section .btn-download .download-icon i.excel {
        color: #1e9f75;
    }

    .article .section .btn-download .file-con-area {
        float: left;
        display: inline-block;
        width: 210px;
        height: 55px;
        margin: 0;
        padding: 10px 10px 10px 0;
        text-align: left;
        border: 1px solid #ddd;
        border-left: 0;
        border-radius: 0 4px 4px 0;
        background-color: #fff;
    }
    .article .section .btn-download .file-con-area .title {
        display: block;
        width: 170px;
        padding-bottom: 2px;
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
        line-height: 1;
        text-align: left;
        vertical-align: middle;
        font-size: 14px;
        font-weight: normal;
        color: #333;
    }

    .article .section .btn-download .file-con-area .file-info-area {
        margin: 0 0 5px;
        line-height: 1.1;
    }
    .article .section .btn-download .file-con-area .file-info-area .file-size {
        display: inline-block;
        font-size: 11px;
        color: #999;
    }
    .article .section .btn-download .file-con-area .file-info-area .file-size::after {
        content: '-';
        margin: 0 5px;
    }
    .article .section .btn-download .file-con-area .file-info-area .file-etc {
        display: inline-block;
        font-size: 11px;
        color: #999;
    }
    .article .section .btn-download .file-con-area .file-info-area .file-etc i {
        color: #999;
    }

    .article .section .btn-download .file-con-area .btn-inner {
        position: absolute;
        top: 15px;
        right: 10px;
        display: block;
        width: 28px;
        height: 24px;
        line-height: 22px;
        text-align: center;
        border: 1px solid #ddd;
        border-radius: 2px;
        background-color: #f4f4f4;
    }
    .article .section .btn-download:hover .file-con-area .btn-inner {
        border: 1px solid #ccc;
        background-color: #f0f0f0;
    }

    /* more-info */
    .more-info {
        margin: 0;
    }
    .more-info > li {
        margin: 5px 0;
    }
    .more-info > li i {
        margin: 0 5px 0 0;
    }
    .more-info li > ul {
        margin: 0 0 0 20px;
    }

    /* etc-info */
    .etc-info {
        margin: 0;
    }
    .etc-info dl {
        margin: 0 0 0 15px;
    }
    .etc-info dl dt {
        margin: 0 0 5px;
    }
    .etc-info dl dd {
        margin: 0 0 10px;
    }

    /* ==================================================================================
        개요
    ================================================================================== */
    .outline .article {

    }
    .outline .article ol.list {
        margin-left: 20px;
        list-style: decimal;
    }
    .outline .article ol.list > li {
        margin: 0 0 5px;
    }

    /* overview */
    .tour-process {

    }
    .tour-process > ul {
        flex-flow: column nowrap;
        justify-content: center;
        align-items: center;
    }
    .tour-process > ul > li {
        flex: unset;
        width: 100%;
    }
    .tour-process > ul > li.divide {
        flex: 0 0 40px;
        transform: rotate(90deg);
    }
    .tour-process > ul > li .title-area {
        padding: 12px 0;
        font-size: 17px;
    }
    .tour-process > ul > li .conts-area {
        height: auto;
        padding: 30px;
        text-align: center;
        font-size: 17px;
    }

    /* ==================================================================================
        투어 대상지
    ================================================================================== */
    .site-map .article {
        padding-top: 16px;
    }
    .site-map .article .site-map-area {
        flex-flow: column nowrap;
        justify-content: flex-start;
        align-items: flex-start;
        gap: 20px;
    }

    /* .map-area */
    .site-map .article .map-area {
        flex: unset;
        width: 100%;
    }
    #marker-title {
        width: 200px;
        height: 40px;
    }
    #map_canvas {
        height: 360px;
    }

    /* .info-area */
    .site-map .article .info-area {
        flex: 0 0 40%;
    }
    .site-map .article .info-area .control-area {
        margin: 0 0 30px;
    }
    .site-map .article .info-area .control-area .control {
        display: flex;
        flex-flow: column nowrap;
        justify-content: flex-start;
        justify-content: flex-start;
        gap: 5px;

        width: 100%;
    }
    .site-map .article .info-area .control-area .control label {
        display: flex;
        justify-content: center;
        align-items: center;

        width: 100px;
        min-width: 100px;
        height: 36px;
        margin: 0;
        font-size: 15px;
        color: #fff;
        border-radius: 4px;
        background-color: #ccc;
    }
    .site-map .article .info-area .control-area .control select {
        width: 100%;
        height: 36px;
        border: 1px solid #dfdfdf;
        border-radius: 4px;
    }
    .site-map .article .info-area .control-area .control input[type=text] {
        width: 100%;
        height: 36px;
        line-height: 36px;
        padding: 0 10px;
        border: 1px solid #dfdfdf;
        border-radius: 4px;
    }
    .site-map .article .info-area .control-area .control input[type=button] {
        width: 60px;
        height: 36px;
        line-height: 1;
        text-align: center;
        font-size: 15px;
        color: #fff;
        border: 1px solid #125acd;
        border-radius: 4px;
        background-color: #125acd;
        transition: all 0.25s;
    }
    .site-map .article .info-area .control-area .control input[type=button]:hover {
        border: 1px solid #ff6d68;
        background-color: #ff6d68;
    }

    .site-map .article .info-area .control-area .control .filter-area {
        display: flex;
        flex-flow: row nowrap;
        justify-content: flex-start;
        align-items: center;
        gap: 20px;

        width: 100%;
    }
    .site-map .article .info-area .control-area .control .field-area {
        display: flex;
        flex-flow: row nowrap;
        justify-content: flex-start;
        align-items: center;
        gap: 5px;

        width: 100%;
    }

    .site-map .article .info-area .control-area .control .zone-area {
        display: flex;
        flex-flow: row nowrap;
        justify-content: flex-start;
        align-items: center;
        gap: 5px;

        width: 100%;
    }

    .site-map .article .info-area .control-area .control .keyword-area {
        display: flex;
        flex-flow: row nowrap;
        justify-content: flex-start;
        align-items: center;
        gap: 5px;

        width: 100%;
    }

    /* site-info-area */
    .site-map .article .info-area .site-info-area {

    }
    .site-map .article .info-area .site-info-area #site_area {

    }
    .site-map .article .info-area .site-info-area #site_area ul.site-info-list {
        display: flex;
        flex-flow: column nowrap;
        justify-content: flex-start;
        align-items: flex-start;
        gap: 10px;
    }
    .site-map .article .info-area .site-info-area #site_area ul.site-info-list > li {
        display: flex;
        justify-content: flex-start;
        align-items: stretch;

        width: 100%;
        border-radius: 10px;
        transition: all 0.25s;
        cursor: pointer;
    }
    .site-map .article .info-area .site-info-area #site_area ul.site-info-list > li:hover {
        background-color: #F3F8FE;
    }
    .site-map .article .info-area .site-info-area #site_area ul.site-info-list > li .site-small-img {
        flex: 0 0 160px;
        display: flex;
        justify-content: center;
        align-items: center;

        overflow: hidden;
        width: 100%;
        min-height: 110px;
        border-right: 1px solid #dfdfdf;
        border-radius: 10px 0 0 10px;
    }
    .site-map .article .info-area .site-info-area #site_area ul.site-info-list > li .site-small-img img {
        max-width: 100%;
        min-height: 110px;
        transition: all 0.25s;
        transform: scale(1.2,1.2);
    }
    .site-map .article .info-area .site-info-area #site_area ul.site-info-list > li:hover .site-small-img img {
        transform: scale(1.4,1.4);
    }
    .site-map .article .info-area .site-info-area #site_area ul.site-info-list > li .site-small-img .empty {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 160px;
        min-height: 110px;
        font-size: 21px;
        font-weight: 800;
        color: #999;
        border: 1px solid #dfdfdf;
        border-radius: 10px;
        background-color: #eee;
    }
    .site-map .article .info-area .site-info-area #site_area ul.site-info-list > li .site-info-txt {
        display: flex;
        flex-flow: column nowrap;
        justify-content: center;
        gap: 10px;

        width: 100%;
        min-height: 110px;
        padding: 16px;
        border: 1px solid #dfdfdf;
        border-left: 0;
        border-radius: 0 10px 10px 0;
    }
    .site-map .article .info-area .site-info-area #site_area ul.site-info-list > li .site-info-txt::after {
        display: none;
    }
    .site-map .article .info-area .site-info-area #site_area ul.site-info-list > li .site-info-txt h4 {
        line-height: 1.4;
        font-size: 18px;
        font-weight: 800;
        transition: all 0.25s;

        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;  /* 2줄 넘어가면 말줄임 */
        -webkit-box-orient: vertical;
    }
    .site-map .article .info-area .site-info-area #site_area ul.site-info-list > li:hover .site-info-txt h4 {
        color: #125acd;
    }
    .site-map .article .info-area .site-info-area #site_area ul.site-info-list > li .site-info-txt .place {
        line-height: 1.4;
        font-size: 14px;
        font-weight: 700;
        color: #767676;
        word-break: keep-all;

        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;  /* 2줄 넘어가면 말줄임 */
        -webkit-box-orient: vertical;
    }

    /* modal popup */
    .article.site .modal-dialog {
        width: 96% !important;
        margin: 2%;
    }
    .modal-header-area {
        margin: 0 0 30px;
    }
    .modal-header-area,
    .modal-header-area img {
        height: 220px;
    }
    .modal-header-area h2 {
        font-size: 15px;
    }
    .article .modal-body .section {
        padding: 0;
    }
    .modal-body .section h2.section-title {
        margin: 30px 20px 10px;
    }
    .article .modal-body .section td img {
        height: auto !important;
    }
    .article .modal-body .section .tb-type-etc {
        table-layout: fixed;
    }

    /* ==================================================================================
        투어 프로그램
    ================================================================================== */
    .article.programs {

    }
    .article.programs .text-info {
        color: #f33;
    }

    .article.programs .nav-tabs.nav-justified > li {
        float: left;
        width: 50%;
    }
    .article.programs .nav-tabs.nav-justified > li:nth-child(2n) {
        padding: 0 0 0 2px;
    }
    .article.programs .nav-tabs.nav-justified > li:nth-child(2n+1) {
        padding: 0 3px 0 0;
    }
    .article.programs .nav-tabs.nav-justified > li > a {
        padding: 7px 5px;
        font-size: 14px;
    }


    /* ==================================================================================
        투어 신청
    ================================================================================== */
    .article {

    }


    /* ==================================================================================
        예약 확인
    ================================================================================== */
    .article {

    }


    /* ==================================================================================
        갤러리
    ================================================================================== */
    .gallery .article {
        padding-top: 30px;
    }

    /* ==================================================================================
        홍보영상
    ================================================================================== */
    .videos .article {
        padding-top: 30px;
    }

    /* ==================================================================================
        홍보책자
    ================================================================================== */
    .guidebook .article .guidebook-list {
        flex-flow: row wrap;
        gap: 20px 25px;
    }

    /* ==================================================================================
        공지사항
    ================================================================================== */
    .notices .article {
        padding-top: 40px;
    }

    /* ----------------------------------------------------------------------------------
        Process Bar
    ---------------------------------------------------------------------------------- */
    .wizard_horizontal ul.wizard_steps {
        display: table;
        list-style: none;
        position: relative;
        width: 100%;
        margin: 0 0 20px;
    }

    .wizard_horizontal ul.wizard_steps li {
        display: table-cell;
        text-align: center;
    }

    /* step1 */
    .wizard_horizontal ul.wizard_steps li#step-1 {

    }
    .wizard_horizontal ul.wizard_steps li#step-1 a {
        text-align: left;
    }

    /* step2 */
    .wizard_horizontal ul.wizard_steps li#step-2 {

    }
    .wizard_horizontal ul.wizard_steps li#step-2 a {

    }

    /* step3 */
    .wizard_horizontal ul.wizard_steps li#step-3 {

    }
    .wizard_horizontal ul.wizard_steps li#step-3 a {
        text-align: right;
    }

    .wizard_horizontal ul.wizard_steps li a, .wizard_horizontal ul.wizard_steps li:hover {
        display: block;
        position: relative;
        -moz-opacity: 1;
        filter: alpha(opacity= 100);
        opacity: 1;
        color: #666;
    }

    .wizard_horizontal ul.wizard_steps li a:before {
        content: "";
        position: absolute;
        height: 7px;
        background: #ccc;
        top: 25px;
        width: 100%;
        z-index: 2;
        left: 0;
    }

    /* step */
    .wizard_horizontal ul.wizard_steps li a {
        display: block;
    }

    .wizard_horizontal ul.wizard_steps li a .step_no {
        width: 60px;
        height: 60px;
        line-height: 60px;
        border-radius: 100px;
        display: inline-block;
        margin: 0 auto 5px;
        font-size: 16px;
        text-align: center;
        position: relative;
        z-index: 3;
    }
    .wizard_horizontal ul.wizard_steps li a .step_no,
    .wizard_horizontal ul.wizard_steps li a.disabled .step_no {
        color: #fff;
        background: #ccc;
    }
    .wizard_horizontal ul.wizard_steps li.selected a:before,
    .wizard_horizontal ul.wizard_steps li.selected a .step_no {
        background: #34495E;
        color: #fff;
    }

    .wizard_horizontal ul.wizard_steps li a.done:before, .wizard_horizontal ul.wizard_steps li a.done .step_no {
        background: #1ABB9C;
        color: #fff;
    }
    /* step text */
    .wizard_horizontal ul.wizard_steps li a .step_descr {
        display: block;
    }

    /* step line */
    .wizard_horizontal ul.wizard_steps li:first-child a:before {
        left: 0%;
    }

    .wizard_horizontal ul.wizard_steps li:last-child a:before {
        right: 0%;
        width: 100%;
        left: auto;
    }
    /* ----------------------------------------------------------------------------------
        약관동의
    ---------------------------------------------------------------------------------- */
    .text-box {
        font-size: 13px;
        height: 160px;
        margin: 0 0 10px;
        padding: 20px;
        overflow-y: scroll;
        border: 1px solid #dfdfdf;
        border-radius: 5px;
        background-color: #f7f7f7;
    }
}
