
/* ================== media queries ================= */


@media (min-width: 1200px){}
@media (min-width: 992px) and (max-width: 1199.98px){}
@media (min-width: 768px) and (max-width: 991.98px){}
@media (min-width: 576px) and (max-width: 767.98px){}


@media (max-width: 1199.98px){
    /* 공통요소 */
    .main-banner{
        min-height: 600px;
    }
    .main-banner .line{
        height: 50px;
        margin: 20px 0;
    }

    .page-banner p br,
    .main-banner p br{
        display: none;
    }
    .page-banner .banner-symbol{
        margin-bottom: 20px;
    }

    /* header / foorer */

    /* 산티아고 / 제주 소개 */
    .thumb-group{
        gap: 80px
    }

    .thumb-desc,
    .thumb-desc.right{
        padding: 0;
        gap: 24px;
    }
    .thumb-desc .line{
        display: none;
    }
    .photo-thumb{
        margin-bottom: 24px;
    }

    /* 완주소개 */
    .curious-box{
        align-items: center;
    }

    .contact-explanation .explanation-desc{
        padding-left: 0;
    }
    .contact-explanation .txt-group{
        padding-right: 15px;
    }

}





@media (max-width: 991.98px){


    /* ****************** header ****************** */
    /* 웹 화면 이하 반응형 모바일 공통 */
    header .navbar-brand{
        margin: 15px auto;
        background-size: contain;
        width: 100px;
        height: 60px;
    }

    .navbar-toggler{
        background-image: url('../img/mobile-toggle_b.png');
        background-repeat: no-repeat;
        background-size: 24px auto;
        background-position: center;
        width: 40px;
        height: 40px;
        border: none;
        position: absolute;
        right: 40px;
    }

    .top-lang {
        gap: 20px;
        justify-content: center;
        bottom: 50px;
        left: 0;
        right: 0;
        top: unset;
    }

    header .offcanvas{
        width: 400px;
        border-top: 0;
    }

    header .navbar-nav{
        gap: 0;
    }
    header .navbar-nav li a{
        line-height: 50px;
    }

    /* ****************** footer ****************** */
    .footer .link-box{
        height: calc(100% - 40px);
    }
    .footer .sns-link{
        gap: 20px;
    }
    .footer .copyright{
        line-height: 40px;
        bottom: 0;
    }

    /* ********** 공통요소 ********** */

    .page-banner h2{
        font-size: 35px;
        line-height: 47px;
    }

    .contents{
        padding-bottom: 80px;
    }
    .cont-title{
        padding: 40px 0 50px;
    }

    .cont-title h2 {
        font-size: 28px;
        line-height: 36px;
    }


    /* ****************** 01 홈 ****************** */

    /* ****************** 02 산티아고 소개 ****************** */

    /* ****************** 03 제주올레 소개 ****************** */

    /* ****************** 04 완주 소개 ****************** */
    .curious-box{
        padding: 60px;
    }
    .certificate-desc p{
        font-size: 16px;
    }
    .certificate-desc span{
        line-height: 26px;
    }

    /* ****************** 05 명예의전당 ****************** */
    .hall-of-fame-group{
        grid-template-columns: 1fr 1fr;
    }

    /* 팝업 */
    .popup-container{
        width: calc(100% - 40px);
    }
    .popup-body .record-group{
        display: grid;
    }

    /* ****************** 06 문의처 ****************** */
    .contact-explanation.border-right{
        margin-bottom: 80px;
        padding-bottom: 100px;
        border-bottom: 1px solid #e9e9e9;
    }
    .contact-explanation.border-right::after{
        display: none;
    }

}











@media (max-width: 767.98px){





    /* ****************** header ****************** */ 


    /* ****************** footer ****************** */
	.footer .container{
	height:50px;
	}

	.thumb-desc {
	display:inline;
	}

    .footer .link-box{
        display: none;
        justify-content: center;
        align-content: center;
        gap: 15px;
		border:0px solid #fffff;
    }

    /* ********** 공통요소 ********** */
    .cont-title h2 {
        font-size: 26px;
        line-height: 32px;
    }

    /* 검색 */
    .search-form input{
        width: 100%;
    }

    .page-banner h2 {
        font-size: 30px;
        line-height: 42px;
    }
    .page-banner{
        min-height: 400px;
    }
    .main-banner .line{
        display: none;
    }
    .page-banner p br,
    .main-banner p br{
        display: none;
    }


    /* ****************** 01 홈 ****************** */
    .main-banner h2{
        margin-bottom: 20px;
    }

    /* ****************** 02 산티아고 소개 ****************** */

    /* ****************** 03 제주올레 소개 ****************** */

    /* ****************** 04 완주 소개 ****************** */
    .curious-box{
        padding: 40px 30px;
    }

    /* ****************** 05 명예의전당 ****************** */
    .hall-of-fame-group{
        grid-template-columns: 1fr;
    }

    /* 팝업 */
    .popup-body .photo-box{
        height: 400px;
    }


    /* ****************** 06 문의처 ****************** */
    .txt-group .sns-link{
        justify-content: center;
    }

}








@media (max-width: 575.98px){

    /* ****************** header ****************** */
    .navbar-toggler{
        right: 12px;
    } 
    header .offcanvas{
        width: 100%;
    }

    /* 팝업 */
    .popup-body .record-group{
        padding: 15px;
    }
    .popup-body .photo-box{
        height: 300px;
    }
    .popup-footer .btn{
        width: 100%;
    }



    /* 공통요소 */
    .page-banner h2 {
        font-size: 26px;
        line-height: 38px;
        width: 80%;
        margin: 0 auto 20px;
		
    }
    .page-banner h2 br{
        display: none;
    }
    .page-banner p{
        font-size: 16px;
        line-height: 28px;
    }

    .cont-title h2 {
        font-size: 22px;
        line-height: 30px;
    }

    .thumb-desc p{
        font-size: 15px;
        line-height: 26px;
    }
    .thumb-desc, .thumb-desc.right{
        gap: 15px;
    }
    .thumb-desc .btn-orange{
        margin: 20px auto 0;
        width: 100%;
		background-color: #c0c0c0;
    }

}




