@media only screen and (max-width: 1780px) {
	
	/* Header */
	#header .global-menu .member-info {display: none;}
	
}





/* Device 1500 */
@media only screen and (max-width: 1700px) {
    
    /* --------------------------------------------------------- Html Header ------------------------------------------------------------------ */
    #header {padding: 0 30px; height: 80px;}
    #header h1 {margin-right: 30px;}
    #header h1 img {height: 30px;}
    #header .gnb .depth1 > li::before {left: -17px;}
    #header .gnb .depth1 > li > a {font-size: 1.125rem; padding: 34px 10px 26px;}
    
    /*
    #header .gnb .depth1 li#gnb_tour > a,
    #header .gnb .depth1 li#gnb_taboca > a,
    #header .gnb .depth1 li#gnb_long > a,
    #header .gnb .depth1 li#gnb_companyInfo > a {
    	padding: 32px 10px 26px;
    }
    */
    
    #header .gnb .depth2 a {font-size: 0.875rem;}
    #header .global-menu {padding: 17px 0; padding-right: 30px;}
    #header .global-menu .call {font-size: 1.375rem; line-height: 26px;}
    #header .global-menu .call::before {
        width: 25px; height: 25px;
        background-size: 25px;
    }
    #header .global-menu nav a {font-size: 0.875rem; margin-left: 10px;}
    /* --------------------------------------------------------- //Html Header ------------------------------------------------------------------ */
    
    
    
    /* --------------------------------------------------------- Page Header ------------------------------------------------------------------ */
    /* location */
    .location-bar {padding: 9px 0; padding-left: 240px;}
    .location-bar a,
    .location-bar span {font-size: 0.937rem;}
    /* --------------------------------------------------------- //Page Header ------------------------------------------------------------------ */
    
    
    
    /* --------------------------------------------------------- Main ------------------------------------------------------------------ */
    /* Top Banner */
    /*
    .main-banner .swiper-slide,
	.main-banner .swiper-slide .container {
		height: calc(100vh - 80px);
	}
	*/
    /* --------------------------------------------------------- //Main ------------------------------------------------------------------ */
    
}
/* //Device 1500 */





/* Device 1366 ~ 1499 */
@media only screen and (max-width: 1499px) {

    /* --------------------------------------------------------- Html Header ------------------------------------------------------------------ */
    #header .gnb .depth1 > li {margin: 0 12px;}
    #header .global-menu .call {display: none;}
    /* --------------------------------------------------------- //Html Header ------------------------------------------------------------------ */
    
    
    
    /* --------------------------------------------------------- Html Footer ------------------------------------------------------------------ */
    /* Aside Items */
	.right-items {display: none;}
	/* --------------------------------------------------------- //Html Footer ------------------------------------------------------------------ */

}
/* //Device 1366 ~ 1499 */





/* Device 1200 ~ 1365 */
@media only screen and (max-width: 1365px) {

    /* --------------------------------------------------------- Html Header ------------------------------------------------------------------ */
    #header {padding: 0 20px; height: 78px;}
    #header h1 {margin-right: 25px;}
    #header h1 img {height: 25px;}
    #header .global-menu {padding-right: 20px;}
    /* --------------------------------------------------------- //Html Header ------------------------------------------------------------------ */
    
    
    
    /* --------------------------------------------------------- Page Header ------------------------------------------------------------------ */
    /* location */
    .location-bar {padding-left: 195px;}
    /* --------------------------------------------------------- //Page Header ------------------------------------------------------------------ */

}
/* //Device 1200 ~ 1365 */



/* Device 1200 ~ 1279 */
@media only screen and (max-width: 1279px) {
    
    /* --------------------------------------------------------- Html Header ------------------------------------------------------------------ */
    #header .gnb .depth1 > li {margin: 0 10px;}
    /* --------------------------------------------------------- //Html Header ------------------------------------------------------------------ */

    
    
    /* --------------------------------------------------------- Html Footer ------------------------------------------------------------------ */
    /* Footer */
    #footer .foot-menu {white-space: nowrap; overflow-x: auto;}
    #footer .foot-menu a {padding: 10px 6px;}



    /* Aside right */
    .right-zone {width: 40px; right: 15px;}
    .right-zone .go-top {width: 40px; height: 40px; bottom: 30px;}
    .right-zone .go-top img {height: 40px;}
    /* --------------------------------------------------------- //Html Footer ------------------------------------------------------------------ */

}
/* //Device 1200 ~ 1279 */





/* Device 1024 ~ 1199 */
@media only screen and (max-width: 1199px) {

    /* --------------------------------------------------------- Html Header ------------------------------------------------------------------ */
    #header {height: 70px;}
    #header h1 {margin-right: 15px;}
    #header h1 img {height: 20px; top: -4px;}
    #header .gnb .depth1 > li {margin: 0 8px;}
    #header .gnb .depth1 > li > a {font-size: 1rem; padding: 30px 7px 24px;}
    
    #header .gnb .depth2 a {font-size: 11px;}
    #header .global-menu {padding: 16px 0; padding-right: 10px;}
    #header .global-menu nav a {font-size: 12px; margin-left: 5px;}
    #header .global-menu nav a::before {width: 20px; height: 20px; background-size: 20px;}
    
    #header.white .global-menu nav a::before {background-position: 0 -20px;}
    /* --------------------------------------------------------- //Html Header ------------------------------------------------------------------ */
    
    
    
    /* --------------------------------------------------------- Page Header ------------------------------------------------------------------ */
    /* location */
	.location-bar {padding-left: 155px;}
    /* --------------------------------------------------------- //Page Header ------------------------------------------------------------------ */
    
    
    
    /* --------------------------------------------------------- Main ------------------------------------------------------------------ */
    /* Top Banner */
    /*
    .main-banner .swiper-slide,
	.main-banner .swiper-slide .container {
		height: calc(100vh - 70px);
	}
	*/
    /* --------------------------------------------------------- //Main ------------------------------------------------------------------ */

}
/* //Device 1024 ~ 1199 */







/* Device 768↑ */
@media only screen and (min-width: 768px) {
	
	.chat-icon {display: block;}
	
}



/* Device 1024↑ */
@media only screen and (min-width: 1024px) {
    /* --------------------------------------------------------- Html Header ------------------------------------------------------------------ */
    #header .gnb .depth1 > li::before {
		content: "";
		display: block;
		width: 1px; height: 16px;
		background: #a2a6a3;
		position: absolute; left: -15px; top: calc(50% - 5px);
	}
	#header .gnb .depth1 > li:last-child::after {
		content: "";
		display: block;
		width: 1px; height: 16px;
		background: #a2a6a3;
		position: absolute; right: -14px; top: calc(50% - 5px);
	}
    #header .gnb .depth1 > li:hover > a::after {width: 100%; left: 0;}
    #header .gnb .depth2 li:hover a {font-weight: bold; color: #0e9f26;}
    
    #header.white .gnb .depth1 > li::before,
    #header.white .gnb .depth1 > li:last-child::after {display: none;}
    
    
    
    .chat-icon,
    .chat-icon.scroll {
    	top: auto;
    	bottom: 100px;
    	right: 0;
    }
    .chat-icon img,
    .chat-icon.scroll img {
    	height: 85px;
    }
    /* --------------------------------------------------------- //Html Header ------------------------------------------------------------------ */
}
/* //Device 1024↑ */



/* Device 1280↑ */
@media only screen and (min-width: 1280px) {
    /* --------------------------------------------------------- Html Header ------------------------------------------------------------------ */
    .chat-icon,
    .chat-icon.scroll {
    	right: 20px;
    	bottom: 110px;
    }
    /* --------------------------------------------------------- //Html Header ------------------------------------------------------------------ */
}
/* //Device 1280↑ */



/* Device 1500↑ */
@media only screen and (min-width: 1500px) {
    /* --------------------------------------------------------- Html Header ------------------------------------------------------------------ */
    .chat-icon,
    .chat-icon.scroll {
    	right: 12px;
    	bottom: 470px;
    }
    .chat-icon img,
    .chat-icon.scroll img {
    	height: 100px;
    }
    
    
    #header h1.logo a::before {width: 222px; height: 40px; background-size: 222px auto;}
	#header h1.logo a:nth-child(2)::before {width: 88px; background-size: 88px auto;}
	
	/* #header.white h1.logo a::before {background-position: 0 -40px;} */
    /* --------------------------------------------------------- //Html Header ------------------------------------------------------------------ */
}
/* //Device 1500↑ */







/* Device 1024↓ */
@media only screen and (max-width: 1023px) {

    /* --------------------------------------------------------- Html Header ------------------------------------------------------------------ */
    #header {height: 50px; padding: 0 15px;}
	#header h1 a {padding: 13px 0;}
    #header h1 img {height: 20px; top: 0;}
    
    #header h1.logo a::before {
    	width: 125px;
		height: 22px;
		background-size: 125px auto;
    }
    #header h1.logo a:nth-child(2)::before {
		width: 44px;
		background-size: 44px auto;
	}
	
	/* #header.white h1.logo a::before {background-position: 0 -22px;} */
	
    
    #header .side-btn {
        display: block;
        position: absolute; top: 0; right: 0; z-index: 99;
    }
    #header .side-btn.active {position: fixed;}
    #header .side-btn a {display: block; padding: 15px;}
    #header .gnb-wrapper {
        display: none;
        position: fixed; right: 0; top: 0; bottom: 0; z-index: 97;
        width: 100%;
        background: #14a526;
        border-left: 1px solid #14a526;
        vertical-align: baseline;
        box-sizing: border-box;
        padding: 125px 0 50px;
    }
    #header .gnb-wrapper.open {display: block;}
    #header .gnb {
        padding: 0 40px 50px;
        height: 66vh;
        height: calc(100% - 80px);
        overflow-y: auto;
    }
    #header .gnb .depth1 > li {
        display: block;
        vertical-align: baseline;
        text-align: left;
        margin: 10px 0 0 !important;
        padding: 0 0 10px;
    }
    #header .gnb .depth1 > li:first-child {margin-top: 0 !important;}
    #header .gnb .depth1 > li:not(:last-child) {
    	border-bottom: 1px solid #80ce8a;
    }
    #header .gnb .depth1 > li > a {
        font-size: 1rem; color: #fff;
        padding: 10px 0;
    }
    #header .gnb .depth1 > li > a::after {display: none;}
    #header .gnb .depth1 li#gnb_tour > a,
    #header .gnb .depth1 li#gnb_taboca > a,
    #header .gnb .depth1 li#gnb_long > a,
    #header .gnb .depth1 li#gnb_companyInfo > a {padding: 5px 0;}
    
    #header .gnb .depth2 {
        display: block;
        position: static;
        padding: 0;
    }
    #header .gnb .depth2 a {
        display: inline-block;
        font-size: 0.937rem; color: #fff;
        letter-spacing: 0;
        padding: 5px 0;
        position: relative;
    }
    #header .gnb .depth1 > li.active > a,
    #header .gnb .depth2 li.active a {color: #ecfa08; text-decoration: none;}
    #header .gnb .depth2 li.active a::before {
        content: "";
        position: absolute; left: 0; right: 0; bottom: 2px;
        height: 1px;
        background: #ecfa08;
    }
    #header .gnb .depth2 li.active a::after {
        content: "";
        display: inline-block; vertical-align: middle;
        width: 18px; height: 14px;
        background: url("../../images/res/frame/head/depth2-active.png") no-repeat center;
        background-size: 18px 14px;
        position: relative; top: -3px;
        margin-left: 5px;
    }
    #header .sns {
        position: fixed; left: 40px; right: 40px; bottom: 40px; z-index: 98;
        display: block; text-align: center;
        border-top: 1px solid #80ce8a;
        padding-top: 20px;
    }
    #header .sns a {display: inline-block; vertical-align: middle; margin: 0 4px}
    #header .sns img {height: 38px;}
    
    #header .global-menu {
    	display: none;
        position: fixed; top: 60px; left: 0; right: 0; z-index: -1;
        text-align: center;
        padding: 0;
        /* display: flex; */
        justify-content: space-around;
    }
    #header .global-menu .call {display: none;}
    #header .global-menu nav a {
    	font-size: 14px; color: #fff; margin-left: 10px; padding: 6px;
    	background: #fff;
    	border-radius: 50%;
    }
    #header .global-menu nav a:first-child {margin-left: 0;}
    #header .global-menu nav a::before {
		width: 20px; height: 20px;
		background-size: 20px;
		position: relative; top: -1px;
	}
	#header .global-menu nav a strong {display: none;}
	#header .global-menu nav.out a {
		white-space: nowrap;
		background: none;
	}
	#header .global-menu nav.out a:not(:first-child) {margin-left: 30px;}
	#header .global-menu nav.out a::before,
	#header .global-menu nav.out a strong {
		display: inline-block;
		vertical-align: middle;
	}
	#header .global-menu nav.out a::before {
		width: 32px; height: 32px;
		background-color: #fff;
		background-image: url("../../images/res/frame/head/login_mw.png");
		background-position: center;
		border-radius: 50%;
		margin-right: 5px;
	}
	#header .global-menu nav.out a strong {
		position: static;
		font-size: 14px;
	}
	
	#header .global-menu nav.out a.sign::before {background-image: url("../../images/res/frame/head/signup_mw.png");}
    
    #header .global-menu .member-info {display: inline-block; vertical-align: middle; position: relative; top: 1px;}
    #header .global-menu .member-info .text {color: #fff;}
    
    #header .global-menu.active {z-index: 98; display: flex;}
    /* --------------------------------------------------------- //Html Header ------------------------------------------------------------------ */
    
    
    
    /* --------------------------------------------------------- Page Header ------------------------------------------------------------------ */
    /* location */
    .location-bar {
    	padding: 5px 15px;
    	white-space: nowrap;
    	overflow-x: auto;
    }
    .location-bar a {padding: 6px 2px;}
    .location-bar a img {height: 18px;}
    .location-bar a,
    .location-bar span {font-size: 0.875rem;}
    /* --------------------------------------------------------- //Page Header ------------------------------------------------------------------ */
    
    
    
    /* --------------------------------------------------------- Main ------------------------------------------------------------------ */
    /* Top Banner */
    .main-banner .swiper-slide,
	.main-banner .swiper-slide .container {
		height: calc(100vh - 50px);
	}
    /* --------------------------------------------------------- //Main ------------------------------------------------------------------ */

}
/* //Device 1024↓ */





/* Device 768↓ */
@media only screen and (max-width: 767px) {
    
    /* --------------------------------------------------------- Wrap/Container ------------------------------------------------------------------ */
    .content-box {padding-bottom: 40px;}
    /* --------------------------------------------------------- //Wrap/Container ------------------------------------------------------------------ */

    
    
    /* --------------------------------------------------------- Html Header ------------------------------------------------------------------ */
    .chat-icon {display: block;}
    /* --------------------------------------------------------- //Html Header ------------------------------------------------------------------ */
    
    
    
    /* --------------------------------------------------------- Html Footer ------------------------------------------------------------------ */
    /* Footer */
    #footer {padding: 30px 0; text-align: center;}
    #footer .foot-logo {margin-bottom: 10px;}
    #footer .foot-logo img {height: 22px;}
    #footer .foot-menu {margin-bottom: 20px; padding: 0 10px;}
    #footer .foot-menu a {font-size: 0.875rem; padding: 10px 6px;}
    #footer .copyright p {font-size: 0.812rem; line-height: 1.375rem; color: #282828; word-break: keep-all;}
    #footer .copyright p span:not(:last-child) {margin-right: 5px;}
    #footer .sns {margin-top: 15px;}
    #footer .sns a {padding: 5px; margin: 0;}
    #footer .sns img {height: 30px;}
    /* --------------------------------------------------------- //Html Footer ------------------------------------------------------------------ */

}
/* //Device 768↓ */





/* Device 360↓ */
@media only screen and (max-width: 359px) {
	
	/* --------------------------------------------------------- Html Header ------------------------------------------------------------------ */
	#header .sns a {margin: 0 2px}
	/* --------------------------------------------------------- //Html Header ------------------------------------------------------------------ */ 

}
/* //Device 360↓ */
