@charset "UTF-8";

/* ========== Fonts ========== */

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@100;300;400;500;700;900&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Nanum+Gothic:wght@400;700;800&family=Noto+Sans+KR:wght@400;700&display=swap');

@import url('https://cdn.rawgit.com/moonspam/NanumSquare/master/nanumsquare.css');

@import url('https://fonts.googleapis.com/css2?family=Black+Han+Sans&family=Gothic+A1:wght@100;200;300;400;500;600;700;800;900&family=Nanum+Gothic:wght@400;700;800&family=Noto+Sans+KR:wght@400;700&display=swap');

@font-face {
    font-family: 'GmarketSans';
    font-weight: 300;
    font-style: normal;
    src: url('https://cdn.jsdelivr.net/gh/webfontworld/gmarket/GmarketSansLight.eot');
    src: url('https://cdn.jsdelivr.net/gh/webfontworld/gmarket/GmarketSansLight.eot?#iefix') format('embedded-opentype'),
         url('https://cdn.jsdelivr.net/gh/webfontworld/gmarket/GmarketSansLight.woff2') format('woff2'),
         url('https://cdn.jsdelivr.net/gh/webfontworld/gmarket/GmarketSansLight.woff') format('woff'),
         url('https://cdn.jsdelivr.net/gh/webfontworld/gmarket/GmarketSansLight.ttf') format("truetype");
    font-display: swap;
} 

@font-face {
    font-family: 'GmarketSans';
    font-weight: 500;
    font-style: normal;
    src: url('https://cdn.jsdelivr.net/gh/webfontworld/gmarket/GmarketSansMedium.eot');
    src: url('https://cdn.jsdelivr.net/gh/webfontworld/gmarket/GmarketSansMedium.eot?#iefix') format('embedded-opentype'),
         url('https://cdn.jsdelivr.net/gh/webfontworld/gmarket/GmarketSansMedium.woff2') format('woff2'),
         url('https://cdn.jsdelivr.net/gh/webfontworld/gmarket/GmarketSansMedium.woff') format('woff'),
         url('https://cdn.jsdelivr.net/gh/webfontworld/gmarket/GmarketSansMedium.ttf') format("truetype");
    font-display: swap;
} 

@font-face {
    font-family: 'GmarketSans';
    font-weight: 700;
    font-style: normal;
    src: url('https://cdn.jsdelivr.net/gh/webfontworld/gmarket/GmarketSansBold.eot');
    src: url('https://cdn.jsdelivr.net/gh/webfontworld/gmarket/GmarketSansBold.eot?#iefix') format('embedded-opentype'),
         url('https://cdn.jsdelivr.net/gh/webfontworld/gmarket/GmarketSansBold.woff2') format('woff2'),
         url('https://cdn.jsdelivr.net/gh/webfontworld/gmarket/GmarketSansBold.woff') format('woff'),
         url('https://cdn.jsdelivr.net/gh/webfontworld/gmarket/GmarketSansBold.ttf') format("truetype");
    font-display: swap;
} 

@font-face {
    font-family: 'EliceDigitalBaeum';
    font-weight: 400;
    font-style: normal;
    src: url('https://cdn.jsdelivr.net/gh/webfontworld/elice/EliceDigitalBaeumRegular.eot');
    src: url('https://cdn.jsdelivr.net/gh/webfontworld/elice/EliceDigitalBaeumRegular.eot?#iefix') format('embedded-opentype'),
         url('https://cdn.jsdelivr.net/gh/webfontworld/elice/EliceDigitalBaeumRegular.woff2') format('woff2'),
         url('https://cdn.jsdelivr.net/gh/webfontworld/elice/EliceDigitalBaeumRegular.woff') format('woff'),
         url('https://cdn.jsdelivr.net/gh/webfontworld/elice/EliceDigitalBaeumRegular.ttf') format("truetype");
    font-display: swap;
} 
@font-face {
    font-family: 'EliceDigitalBaeum';
    font-weight: 700;
    font-style: normal;
    src: url('https://cdn.jsdelivr.net/gh/webfontworld/elice/EliceDigitalBaeumBold.eot');
    src: url('https://cdn.jsdelivr.net/gh/webfontworld/elice/EliceDigitalBaeumBold.eot?#iefix') format('embedded-opentype'),
         url('https://cdn.jsdelivr.net/gh/webfontworld/elice/EliceDigitalBaeumBold.woff2') format('woff2'),
         url('https://cdn.jsdelivr.net/gh/webfontworld/elice/EliceDigitalBaeumBold.woff') format('woff'),
         url('https://cdn.jsdelivr.net/gh/webfontworld/elice/EliceDigitalBaeumBold.ttf') format("truetype");
    font-display: swap;
} 


/* ========== Theme Default ========== */

* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

body {
	font-family: 'Nanum Gothic', sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #191919;
	line-height: 24px;
}

a {
	text-decoration: none;
}

img {
	width: 100%;
}

* {
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-ms-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
}

a:focus,
.button:focus {
	text-decoration: none;
	outline: none;
}

a:focus,
a:hover {
	color: inherit;
	text-decoration: none;
}

a,
button {
	color: inherit;
	outline: none;
	border: none;
}

button:hover {
	cursor: pointer;
}

button:focus {
	outline: 0;
	border: 0;
}

.uppercase {
	text-transform: uppercase;
}

.capitalize {
	text-transform: capitalize;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	color: #191919;
	margin-top: 0px;
	font-weight: 600;
	line-height: 1.2;
}

h1 {
	font-size: 40px;
}

h2 {
	font-size: 36px;
}

h3 {
	font-size: 24px;
}

h4 {
	font-size: 20px;
}

h5 {
	font-size: 16px;
}

h6 {
	font-size: 14px;
}

ul {
	margin: 0px;
	padding: 0px;
}

li {
	list-style: none;
}

p {
	font-size: 14px;
	font-weight: normal;
	color: #191919000;
	margin-bottom: 7px;
	line-height: 20px;
}

.bg_cover {
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
}

ul.social-link li {
	display: inline-block;
}

*::-moz-selection {
	background: #5f3afc;
	color: #ffffff;
	text-shadow: none;
}

::-moz-selection {
	background: #5f3afc;
	color: #ffffff;
	text-shadow: none;
}

::selection {
	background: #5f3afc;
	color: #ffffff;
	text-shadow: none;
}


/* ========== Scroll Bar ========== */

body::-webkit-scrollbar {
    width: 8px;
}

body::-webkit-scrollbar-thumb {
    height: 25%;
    background: rgba(255, 85, 85, .5);
    border-radius: 5px;
}

body::-webkit-scrollbar-track {
    background: rgba(102, 0, 51, .2);
}


/* ========== Common Classes ========== */

.fix {
	overflow: hidden;
}

.clear {
	clear: both;
}

.f-left {
	float: left;
}

.f-right {
	float: right;
}

.p-relative {
	position: relative;
}

.p-absolute {
	position: absolute;
}

.section__title {
	text-align:center;
	margin-bottom: 40px;
    font-family: 'GmarketSans';
	font-size: 50px;
	font-weight: 900;
	line-height: 60px;
	color: #6c3510;
}

.section_first_letter {
	color: #cc4c3e;
}

@media screen and (min-width: 1400px) {
	.container {
		width: 1300px;
		padding: 10px;
		overflow: hidden;
	}
}


/*======= Header =======*/

.header-navigation {
	background-color: #fff;
	width: 80%;
	margin: 0 auto;
	padding: 0 15px;
	-webkit-transition-duration: 0.5s;
			transition-duration: 0.5s;
	font-family: 'EliceDigitalBaeum';
}

.header-navigation .primary-menu li {
	display: inline-block;
	line-height: 5.33;
	position: relative;
    padding: 1.8rem 0 0 3.5rem;
}

.header-navigation .primary-menu li img:hover {
	transform:scale(1.1);
}

.header-navigation .primary-menu li .dd-trigger {
	font-size: 12px;
	font-weight: 500;
	color: #b1b1b1;
	position: absolute;
	right: 13px;
	top: 50%;
	-webkit-transform: translateY(-50%);
			transform: translateY(-50%);
	line-height: 1;
	-webkit-transition: 0.3s;
			transition: 0.3s;
}

.header-navigation .primary-menu li a.drop {
	margin-right: 18px;
}

.header-navigation .primary-menu li a {
	font-size: 1.7em;
	font-weight: 500;
	color: #191919;
	padding: 10px;
	font-family: 'EliceDigitalBaeum';
	text-transform: capitalize;
	margin: 0 10px;
}

.header-navigation .primary-menu li.current > a,
.header-navigation .primary-menu li.current > .dd-trigger,
.header-navigation .primary-menu li a:hover,
.header-navigation .primary-menu li a:hover ~ .dd-trigger {
	color: #0000FF;
}

.header-navigation .offcanvas-icon,
.header-navigation .nav-toggler {
	position: relative;
	width: 25px;
	height: 25px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	line-height: 1;
	cursor: pointer;
}

.header-navigation .offcanvas-icon span,
.header-navigation .nav-toggler span {
	background-color: #6c3510;
	height: 2px;
	width: 100%;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	-webkit-transition: 0.3s;
	transition: 0.3s;
	position: relative;
}

.header-navigation .nav-toggler {
	display: none;
}

.header-navigation .nav-toggler.menu-opened span:nth-child(1) {
	-webkit-transform: rotate3d(0, 0, 1, 45deg);
	transform: rotate3d(0, 0, 1, 45deg);
	top: 8px;
}

.header-navigation .nav-toggler.menu-opened span:nth-child(2) {
	opacity: 0;
}

.header-navigation .nav-toggler.menu-opened span:nth-child(3) {
	-webkit-transform: rotate3d(0, 0, 1, -45deg);
	transform: rotate3d(0, 0, 1, -45deg);
	top: -8px;
}

.header-navigation .nav-close {
	display: none;
	font-size: 25px;
	color: #6c3510;
	position: absolute;
	right: 20px;
	top: 20px;
	line-height: 1;
}

.site-logo {
	max-width: 180px;
}


/*======= Sticky Header start =======*/

.sticky-header {
	position: absolute;
	z-index: 999;
	width: 100%;
	top: 10px;
	text-align: center;
}

.sticky-header:not(.sticky-on) .header-navigation {
	border-radius: 9px;
}

.sticky-header.sticky-on .header-navigation {
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 999;
	-webkit-animation: sticky 1.2s;
			animation: sticky 1.2s;
	background-color: #fff;
	-webkit-box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.04);
			box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.04);
}

.sticky-header.sticky-on .header-navigation .sticky-logo {
	display: block;
}

.sticky-header.sticky-on .header-navigation .main-logo {
	display: none;
}

.sticky-header.sticky-on .header-navigation:not(.breakpoint-on) .primary-menu > li {
	line-height: 5.33;
	padding: 0.2rem 0 0.2rem 3.5rem;
}

.sticky-header.sticky-on .header-navigation:not(.breakpoint-on) .primary-menu > li a img {
	width: 40%;
}

.sticky-header.sticky-on .header-navigation:not(.breakpoint-on) .primary-menu > li a,
.sticky-header.sticky-on .header-navigation:not(.breakpoint-on) .primary-menu > li .dd-trigger {
	color: #191919000;
}

.sticky-header.sticky-on .header-navigation:not(.breakpoint-on) .primary-menu > li.current > a,
.sticky-header.sticky-on .header-navigation:not(.breakpoint-on) .primary-menu > li.current > .dd-trigger,
.sticky-header.sticky-on .header-navigation:not(.breakpoint-on) .primary-menu > li a:hover,
.sticky-header.sticky-on .header-navigation:not(.breakpoint-on) .primary-menu > li a:hover ~ .dd-trigger {
	color: #547af8;
}

.sticky-header.sticky-on .header-navigation:not(.breakpoint-on) .primary-menu > li .submenu li a:hover {
	color: #fff;
}

.sticky-header.sticky-on.header-four .nav-toggler {
	border: 1px solid #547af8;
}

.sticky-header.sticky-on.header-four .nav-toggler span {
	background-color: #547af8;
}


/*======= Header Navigation Start =======*/

.header-navigation {
	z-index: 10;
}

.header-navigation.breakpoint-on {
	padding: 10px 0;
}

.header-navigation.breakpoint-on .nav-toggler {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.header-navigation.breakpoint-on .site-nav-menu {
	position: fixed;
	top: 0;
	height: 100vh;
	width: 300px;
	padding: 50px 25px;
	background-color: #fffff0;
	z-index: 999;
	overflow-x: hidden;
	overflow-y: scroll;
	left: -300px;
	visibility: hidden;
	opacity: 0;
	-webkit-transition: 0.3s;
	transition: 0.3s;
	box-shadow: 1px 2px 5px #808080;
}

.header-navigation.breakpoint-on .site-nav-menu .nav-close {
	display: block;
}

.header-navigation.breakpoint-on .site-nav-menu::-webkit-scrollbar {
	background-color: #ffffe6;
}

.header-navigation.breakpoint-on .site-nav-menu.menu-opened {
	left: 0;
	visibility: visible;
	opacity: 1;
}

.header-navigation.breakpoint-on .site-nav-menu::-webkit-scrollbar {
	width: 5px;
}

.header-navigation.breakpoint-on .site-nav-menu .primary-menu li {
	margin: 0;
	padding: 0;
	display: block;
}

.header-navigation.breakpoint-on .site-nav-menu .primary-menu li a {
	color: #191919;
	display: block;
	padding: 15px 25px 15px 0;
	font-size: 18px;
	line-height: 1.66;
	font-weight: 500;
	border-bottom: 1px solid rgba(128, 128, 128, 0.2);
}

.header-navigation.breakpoint-on .site-nav-menu .primary-menu li a:hover {
	color: #753939;
}

.header-navigation.breakpoint-on .site-nav-menu .primary-menu li .dd-trigger {
	display: block;
	top: 0;
	-webkit-transform: translate(0);
	transform: translate(0);
	right: 0 !important;
	height: 45px;
	width: 45px;
	color: #fff;
	cursor: pointer;
	text-align: center;
	line-height: 45px;
	border-left: 1px solid rgba(255, 255, 255, 0.2);
}

.header-navigation.breakpoint-on .site-nav-menu .primary-menu li .dd-trigger i {
	-webkit-transition: 0.3s;
	transition: 0.3s;
}

.header-navigation.breakpoint-on .site-nav-menu .primary-menu li .submenu {
	padding-left: 15px;
	-webkit-transition: 0;
	transition: 0;
	border: none;
}

.header-navigation.breakpoint-on .site-nav-menu .primary-menu li .submenu a {
	color: #fff !important;
	display: block;
	padding: 15px 25px 15px 0;
	line-height: 1.66;
}

.header-navigation.breakpoint-on .site-nav-menu .primary-menu li .submenu a:hover {
	background-color: transparent !important;
}

.header-navigation.breakpoint-on .site-nav-menu .primary-menu li .submenu,
.header-navigation.breakpoint-on .site-nav-menu .primary-menu li li .submenu {
	position: unset;
	top: 0;
	width: 100%;
	-webkit-transition: none;
	transition: none;
	visibility: visible;
	opacity: 1;
	background-color: transparent;
	-webkit-box-shadow: none;
			box-shadow: none;
	display: none;
}

.header-navigation.breakpoint-on .site-nav-menu .primary-menu li.current:before {
	position: absolute;
	left: -25px;
	top: 2px;
	bottom: 2px;
	width: 2px;
	background-color: #fff;
	content: "";
}

.header-navigation .header-right ul li  a img {
	width: 78%;
}

.sticky-header .header-navigation {
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 999;
	-webkit-animation: sticky 1.2s;
	animation: sticky 1.2s;
	background-color: #fff;
}

.sticky-header:not(.sticky-on) .header-navigation {
	border-radius: 0px;
}

.mobile_logo_img {
	transition: transform .5s;
}

.mobile_logo_img:hover {
	transform:scale(1.1);
}

/* ========== Responsive ========== */


@media screen and (min-width: 992px) {
	.mobile_logo_img {
		display: none;
	}
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
	.header-navigation .primary-menu li {
		padding: 1rem 0 1rem 3rem;
	}
}

@media screen and (max-width: 1399px) {
	.header-navigation .primary-menu li a {
		padding: 8px;
		margin: 0 5px;
		font-size: 20px;
		line-height: 1.73;
	}
}

@media screen and (max-width: 1199px) {
	.header-navigation .primary-menu li a.drop {
		margin-right: 12px;
	}
	.header-navigation .primary-menu li .dd-trigger {
		right: 8px;
	}
	.header-navigation .primary-menu li .dd-trigger {
		right: -5px;
	}
	.header-navigation .primary-menu li a {
		padding: 5px;
	}
}

@media screen and (max-width: 991px) {
	.header-navigation .primary-menu li.current > a,
	.header-navigation .primary-menu li.current > .dd-trigger,
	.header-navigation .primary-menu li a:hover,
	.header-navigation .primary-menu li a:hover ~ .dd-trigger {
		color: #fff;
	}
	.header-navigation.breakpoint-on .site-nav-menu .primary-menu li:nth-child(3) {
		display: none;
	}
	.header-navigation.breakpoint-on .site-nav-menu.menu-opened li {
		text-align: left;
	}
	.header-navigation .header-extra {
		margin-right: 60%;
	}
	.header-right {
		margin-right: 40%;
	}
	.mobile_logo_img {
		width: 70px;
	}
}

@media screen and (max-width: 767px) {
	.header-navigation .header-right ul li a img {
		width: 25%;
	}
}

@media screen and (max-width: 575px) {
	.header-navigation .site-logo {
		max-width: 160px;
	}
	.header-navigation.breakpoint-on .site-nav-menu .primary-menu li a {
		font-size: 16px;
	}
	.section__title {
		font-size: 28px;
		line-height: 35px;
	}
	.mobile_logo_img {
		width: 80%;
	}
}

/* ========== Section ========== */

.section__title-wrapper .section__title {
	margin-top: 30px;
}

@media screen and (min-width: 1300px) {
	section.visual {
		max-width: 1920px;
		margin: 0 auto;
	}
}

.visual .visual_wrap {
	position: relative;
}

.visual_text {
    font-family: 'GmarketSans';
}

.visual_center_text_first,
.visual_center_text_second,
.visual_center_text_third {
	position: absolute;
	font-size: 65px;
	line-height: 130%;
	font-weight: 500;
	transform:rotate(-1deg);
}

.visual_center_text_first,
.visual_center_text_third {
	color: #333;
}

.visual_center_text_first {
	top: 45%;
	left: 62%;
}

.visual_center_text_second {
	color: #fe8b86;
	top: 52.5%;
	left: 54%;
}

.visual_center_text_third {
	top: 60%;
	left: 58%;
}

.high_light {
	padding-top: 9%;
	line-height:120%; 
	background-image:url(../img/dot.png);
	background-position: right top;
	background-repeat:no-repeat;
}

@media screen and (max-width: 1699px) {
	.visual_center_text_first {
		left: 62.5%;
	}
	.visual_center_text_second {
		top: 53%;
	}
	.visual_center_text_third {
		top: 61%;
	}
}

@media screen and (max-width: 1599px) {
	.visual_center_text_first {
		left: 63.5%;
	}
	.visual_center_text_second {
		top: 53.5%;
	}
	.visual_center_text_third {
		top: 62%;
	}
}

@media screen and (max-width: 1399px) {
	.visual .visual_image {
		margin-top: 20px;
	}
	.visual_center_text_first,
	.visual_center_text_second,
	.visual_center_text_third {
		font-size: 55px;
	}
	.high_light {
		background-size: 80%;
	}
}

@media screen and (max-width: 1299px) {
	.visual_center_text_first {
		top: 42%;
	}
	.visual_center_text_second {
		top: 51%;
		left: 54%;
	}
	.visual_center_text_third {
		top: 60%;
		left: 58%;
	}
}

@media screen and (max-width: 1199px) {
	.visual .visual_image {
		margin-top: 40px;
	}
	.visual_center_text_first,
	.visual_center_text_second,
	.visual_center_text_third {
		font-size: 50px;
	}
	.visual_center_text_first {
		top: 42%;
	}
	.visual_center_text_second {
		color: #fe8b86;
		top: 51%;
	}
	.visual_center_text_third {
		top: 60%;
	}
}

@media screen and (max-width: 991px) {
	.visual .visual_image {
		margin-top: 0 !important;
	}
	.visual_center_text_first,
	.visual_center_text_second,
	.visual_center_text_third {
		font-size: 42px;
	}
}

@media screen and (min-width: 821px) {
	.visual_m {
		display: none;
	}
}

@media screen and (max-width: 820px) {
	.visual_center_text_first,
	.visual_center_text_second,
	.visual_center_text_third {
		font-size: 55px;
	}
	.visual_center_text_first {
		top: 13%;
		left: 45%;
	}
	.visual_center_text_second {
		top: 17.5%;
		left: 30%;
	}
	.visual_center_text_third {
		top: 22%;
		left: 36%;
	}
	.visual_d {
		display: none;
	}
	.visual_m {
		width: 100%;
		margin-top: 0;
	}
	.high_light {
		background-size: 80%;
	}
}

@media screen and (max-width: 767px) {
	.visual_center_text_first,
	.visual_center_text_second,
	.visual_center_text_third {
		font-size: 50px;
	}
}

@media screen and (max-width: 575px) {
	.visual_center_text_first,
	.visual_center_text_second,
	.visual_center_text_third {
		font-size: 40px;
	}
	.visual_center_text_first {
		top: 12%;
		left: 41.5%;
	}
	.visual_center_text_second {
		color: #fe8b86;
		top: 17%;
		left: 25%;
	}
	.visual_center_text_third {
		top: 22%;
		left: 32%;
	}
}

@media screen and (max-width: 420px) {
	.visual_center_text_first,
	.visual_center_text_second,
	.visual_center_text_third {
		font-size: 28px;
	}
	.visual_center_text_first {
		top: 15%;
	}
	.visual_center_text_second {
		top: 19.5%;
	}
	.visual_center_text_third {
		top:24%;
	}
}

@media screen and (max-width: 360px) {
	.visual_center_text_first,
	.visual_center_text_second,
	.visual_center_text_third {
		font-size: 24px;
	}
}

.visual_text p {
	font-weight: 400;
}

.visual .visual_image {
	position: relative;

}

.visual_left_text {
	position: absolute;
	top: 84%;
	left: 47%;
	font-size: 18px;
	line-height: 25px;
	color: #8c8c8c;
}

.visual_left_text_a:hover { 
	color: #0000FF;
}


.ballon {
	position: absolute;
	top: 82%;
	left: 73%;
	font-size: 14px;
	background-color: #6abc42;
	padding: 7px 15px 4px 15px;
	color: #fff;
}

.ballon:after {
    border-top: 10px solid #6abc42;
    border-left: 10px solid transparent;
    border-right: 0 solid transparent;
    border-bottom: 0 solid transparent;
    content: "";
    position: absolute;
    top: 30px;
    left: 10px;
}

.visual_right_text {
	position: absolute;
	top: 87%;
	left: 74%;
	font-size: 18px;
	color: #333;
}

.visual_right_text a:hover {
	color : #0000FF;
}

@media screen and (max-width: 1699px) {
	.ballon {
		left: 76%;
	}
	.visual_right_text {
		left: 78%;
	}
}

@media screen and (max-width: 1599px) {
	.visual_left_text {
		top: 82%;
		left: 50%;
	}
	.ballon {
		top: 79.5%;
		left: 80%;
	}
	.visual_right_text {
		top: 85%;
		left: 82%;
	}
}

@media screen and (max-width: 1499px) {
	.ballon {
		left: 82%;
	}
	.visual_right_text {
		left: 84%;
	}
}

@media screen and (max-width: 1399px) {
	.visual_left_text {
		top: 80%;
		left: 48%;
	}
	.ballon {
		top: 76.5%;
		left: 82%;
	}
	.visual_right_text {
		top: 83%;
		left: 84%;
	}
}

@media screen and (max-width: 1299px) {
	.header-navigation .primary-menu li {
		padding: 1rem 0 0 3rem;
	}
	.visual_left_text {
		font-size: 16px;
	}
	.ballon {
		left: 82%;
		font-size: 13px;
	}
	.visual_right_text {
		left: 84%;
		font-size: 16px;
	}
}

@media screen and (max-width: 1199px) {
	.visual_left_text {
		top: 75%;
		left: 52%;
	}
	.ballon {
		display: none;
	}
	.visual_right_text {
		top: 87%;
		left: 52%;
	}
}

@media screen and (max-width: 991px) {
	.visual_left_text {
		top: 73%;
		left: 48%;
	}
	.visual_right_text {
		top: 85%;
		left: 48%;
	}
}

@media screen and (max-width: 820px) {
	.visual_left_text {
		display: none;
	}
	.visual_right_text {
		top: 33%;
		left: 55%;
		font-size: 16px;
	}
}

@media screen and (max-width: 575px) {
	.visual_right_text {
		top: 30%;
		left: 45%;
	}
}

@media screen and (max-width: 420px) {
	.visual_right_text {
		top: 31%;
		left: 42%;
		font-size: 13px;
	}
}

@media screen and (max-width: 360px) {
	.visual_right_text {
		top: 31%;
		left: 37%;
	}
}


/* ========== Meeting ========== */
.container {
	font-family: 'NanumSquare';
}

.container .align-items-end {
	margin-top: 40px;
}

@media screen and (min-width: 1300px) {
	.container {
		max-width: 1300px;
	}
}

.meeting__title {
	font-size: 25px;
	font-weight: 600;
	line-height: 30px;
	margin: 10px 50px 5px 30px;
	width: 240px;
	height: 100px;
}

.meeting__title a:hover {
	color: #0000FF;
}

.meeting__item:hover .meeting__thumb img {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}

.meeting__thumb {
	padding-right: 0;
}

.meeting__content {
	padding: 0px;
}

.meeting__content ul {
	margin-left: 30px;
}

.meeting__content li {
	font-size: 16px;
	line-height: 16px;
	padding-right: 15px;
	margin-bottom: 15px;
	font-weight: 700;
}

.meeting__content li span {
	font-weight: 700;
}

.meeting__content li .fa-mars {
	font-size: 12px;
	text-align: center;
	color: #fff;
	background: radial-gradient(circle farthest-corner at 32% 106%,#99ccff 0%,#99cccc 10%,#99cc66 28%,#6699ff 42%,transparent 82%) , linear-gradient(180deg,#0099ff 12%,#009999 58%);
	width: 18px;
	height: 18px;
	border-radius:9px;
	padding-top: 3px;
}

.meeting__content li .fa-venus {
	font-size: 12px;
	text-align: center;
	color: #fff;
	background: radial-gradient(circle farthest-corner at 32% 106%,#fef7d1 0%,#f9dd6c 10%,#f4c080 28%,#ff99cc 42%,transparent 82%) , linear-gradient(180deg,#c33cbe 12%,#d169cf 58%);
	width: 18px;
	height: 18px;
	border-radius:9px;
	padding-top: 3px;
	margin-left: 10px;
	transform:rotate(45deg)
}

.meeting__apply {
	margin: 10px 0 0 20px;
	color: #191919;
}

.meeting__apply a {
	display: inline-block;
	line-height: 22px;
	padding: 12px 10px 11px 65px;
	font-size: 18px;
	border: 1px solid #191919;
	font-weight: 700;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	text-transform: capitalize;
}

.meeting__apply a:hover {
	background: #ffde31;
	border: 1px solid #ffde31;
	color: #753939;
}

.meeting__apply .fa-arrow-right {
	margin-left: 40px;
	font-size: 30px;
	vertical-align: middle;
}

.meeting__tag {
	font-size: 23px;
	font-weight: 600;
	line-height: 40px;
	margin: 15px 0 15px 30px;
}

.meeting__tag span {
	color: #f04f29;
}

.main_item {
	margin: 35px 0;
	display: flex;
	position: inline-block;
	align-items: center;
}

@media screen and (min-width: 576px) {
	.mobile_img {
		display: none;
	}
	.meeting__thumb {
		width: 52%;
	}
	.meeting__content {
		width: 48%;
	}
}

@media screen and (min-width: 576px) and (max-width: 991px) {
	.col-md-6 {
		flex: 0 0 auto;
		width: 100%;
	}
}

/*
@media screen and (min-width: 576px) {
	.meeting__thumb-inner {
		width: 105%;
	} 
}
*/


@media screen and (max-width: 1299px) {
	.meeting__title {
		width: 220px;
		height: 90px;
		font-size: 22px;
		margin: 10px 5px 5px 30px;
	}
	.meeting__content li {
		font-size: 14px;
	    margin-bottom: 10px;
	}
	.meeting__apply a {
		line-height: 20px;
		padding: 8px 15px 8px 40px;
	}
}

@media screen and (max-width: 1199px) {
	.meeting__content li {
		font-size: 13px;
		margin-bottom: 7px;
	}
	.meeting__title {
		width: 180px;
		height: 90px;
		font-size: 18px;
		font-weight: 600;
		line-height: 30px;
		margin: 5px 5px 0px 25px;
	}
	.meeting__content ul {
		margin-left: 25px;
	}
	.meeting__content li .fa-venus {
		margin-left: 0px;
	}
	.meeting__tag {
		font-size: 18px;
		line-height: 30px;
		margin: 10px 0 10px 25px;
	}
	.meeting__apply a {
		line-height: 20px;
		padding: 8px 15px 8px 35px;
		font-size: 16px;
	}
	.meeting__apply .fa-arrow-right {
		margin-left: 15px;
		font-size: 20px;
	}
}

@media screen and (max-width: 991px) {
	.meeting__content li .fa-venus {
		margin-left: 10px;
	}
	.meeting__title {
		width: 230px;
		height: 90px;
		font-size: 22px;
	}
	.meeting__content li {
		font-size: 14.5px;
		margin-bottom: 14px;
	}
	.meeting__apply a {
		line-height: 22px;
		padding: 12px 10px 11px 60px;
		font-size: 18px;
	}
	.meeting__tag {
		font-size: 23px;
		margin: 15px 0 15px 30px;
	}
}

@media screen and (max-width: 575px) {
	.meeting__item {
		padding: 20px;
	}
	.meeting__thumb {
		margin-right: 0;
		margin-bottom: 20px;
		padding-right: 0;
	}
	.meeting__thumb img {
		width: 100%;
	}
	.meeting__content {
		padding: 0 10px;
	}
	.justify-content-between {
		display: flex;
	}
	.desktop_img {
		display: none;
	}
	.meeting__title {
		width: 360px;
		height: 70px;
		font-size: 20px;
		margin: 0 10px;
	}
	.meeting__apply {
		margin: 10px 0 0 10px;
	}
	.meeting__apply a {
		padding: 12px 10px 11px 50px;
		font-size: 18px;
	}
	.col-md-6 {
		margin-top: 10px;
	}
	.meeting__content ul {
		margin-left: 10px;
		font-size: 12px;
	}
	.meeting__tag {
		font-size: 20px;
		line-height: 30px;
		margin-left: 10px;
	}
	.section__title-wrapper .section__title {
		margin: 0 0 5px;
	}
	.main_item {
		margin: 10px 0;
	}
}

@media screen and (max-width: 420px) {
	.container {
		width: 400px;
		padding: 10px;
		overflow: hidden;
	}
	.meeting__thumb img {
		width: 91%;
	}
	.meeting__title {
		font-size: 18px;
	}
	.meeting__tag {
		font-size: 18px;
	}
	.meeting__apply .fa-arrow-right {
		margin-left: 20px;
	}
}

@media screen and (max-width: 360px) {
	.container {
		width: 340px;
		padding: 10px;
		overflow: hidden;
	}
	.meeting__thumb img {
		width: 76%;
	}
}


/* ========== Footer ========== */

.footer_logo_img {
	width: 107px;
	margin: 120px 60% 0;
	transition: transform.5s;
}

.footer_logo_img:hover {
	transform: scale(1.1);
}

.footer-area {
	margin-top: 140px;
	overflow: hidden;
	height: 375px;
}

.footer-copyright {
	padding: 10px 0 10px;
}

.footer-copyright .footer-text {
    margin: 160px 0;
    font-family: 'GmarketSans';
	font-weight: 200;
}

.footer-copyright .social-link li {
    margin-left: 60px;
	margin-top: 185px;
}

.footer-copyright .footer-text p {
	color: #8c8c8c;
}

.footer-text-last-child {
	margin-top: 20px;
}

.footer-copyright .footer-text p span {
	color: #333;
	font-weight: 600; 
}

.footer-copyright .footer-text p span:hover {
	color: #777;
}

.footer-style {
    position: relative;
    color: rgba(255, 255, 255, 0.6);
    z-index: 1;
}

.footer-style.bg_cover:after {
    position: absolute;
    top: 0;
    left: 0;
    content: '';
    width: 100%;
    height: 100%;
    mix-blend-mode: multiply;
    z-index: -1;
}

.footer-style .footer-copyright ul.social-link li a:hover {
	filter: brightness(1.2);
}

.footer-logo {
	width: 25%;
}

.footer-left {
	width: 50%;
}

.footer-right {
	width: 25%;
	margin-left: 0;
}

.footer-copyright .row {
	margin-top: 5px;
}

.footer-text p .padding_5 {
	padding: 0 10px;
	color: #8c8c8c !important;
}


/* ========== Footer Responsive ========== */

@media screen and (min-width: 1300px) {
	.bg_cover {
		max-width: 100%;
		display: block;
		margin: 0 auto;
	}
	.footer_container {
		width: 1300px; 
		margin: 0 auto;
	}
}

@media screen and (max-width: 1399px) {
	.footer-copyright .social-link li {
		margin-left: 50px;
	}
	.footer_logo_img {
		margin: 120px 60% 0;
	}
}

@media screen and (max-width: 1199px) {
	.footer-copyright .footer-text p {
		font-size: 12px;
	}
	.footer_logo_img {
		width: 33%;
		margin: 130px 55% 0;
	}
}

@media screen and (max-width: 991px) {
	.footer-copyright .row .col-md-4 {
		width: 110%;
	}
	.footer_logo_img {
		display: none;
	}
	.footer-copyright .footer-text p {
		font-size: 14px;
	}
	.footer-copyright .footer-text {
		margin: 40px 25px 15px;
		text-align: center;
	}
	.footer-copyright {
		padding: 60px 0 20px;
	}
	.footer-copyright .social-link li {
		margin: 0;
		padding:10px 35px;
	}
	.footer-area {
		margin-top: 50px;
		height: 300px;
	}
	.footer-copyright .footer-logo,
	.footer-copyright ul.social-link {
		text-align: center;
	}
}

@media screen and (max-width: 575px) {
	.footer-copyright .footer-text p {
		font-size: 12px;
	}
	.footer-area {
		margin-top: 0;
	}
}

@media screen and (max-width: 420px) {
	.footer-copyright .footer-text {
		margin: 45px 10px 15px;
		text-align: center;
	}
	.footer-copyright {
		padding: 40px 0 10px;
	}
	.footer-copyright .social-link li {
		margin: 0;
		padding: 5px 25px;
	}
}

/* ========== Page 02 ========== */

.sub_description_icon {
	margin-left: 50%;
	padding: 20px;
	width: 170px;
}

.sub_meeting_text {
	padding-left: 80px;
}

.col-md-6 {
	display: flex;
	position: inline-block;
	align-items: center;
	padding: 0;
}

.col-md-6.sub_item {
	padding-bottom: 40px;
}

.subsection__title-wrapper {
	margin-bottom: 70px !important;
}

.subsection__title {
    font-family: 'GmarketSans';
	display: inline;
	box-shadow: inset 0 -20px 0 #ffff00;
	margin-left: 0;
	font-weight: 900;
}

.subsection_last_letter {
	font-weight: 500;
}

.sub_visual_image {
	margin: 12% 0 3% 0;
}

.sub_description_title {
	font-size: 28px;
	padding-bottom: 15px;
}

.sub_description_text {
	font-size: 20px;
	line-height: 25px;
}

.sub_description_text img {
	width: 24px;
}

@media screen and (min-width: 992px) {
	.col-md-6.sub_item {
		display: grid;
		grid-template-columns: [first] 140% [second] 55%;
	}
}

@media screen and (max-width: 1299px) {
	.sub_visual_image {
		margin: 16% 0 8% 0;
	}
}

@media screen and (max-width: 991px) {
	.sub_visual_image {
		margin: 10% 0 8% 0;
	}
}

@media screen and (max-width: 767px) {
	.sub_visual_image {
		margin: 14% 0 8% 0;
	}
}

@media screen and (max-width: 575px) {
	.sub_visual_image {
		margin-top: 16%;
	}
	.sub_meeting_text {
		padding-left: 20px;
	}
	.subsection__title {
		font-size: 26px;
		margin-left: 10px;
	}
	.sub_description_text img {
		width: 20px;
	}
	.sub_description_title {
		font-size: 18px;
	}
	.sub_description_text {
		font-size: 14px;
	}
	.sub_description_icon {
		margin: 0 auto;
	}
	.subsection__title-wrapper {
		margin-bottom: 30px !important;
	}
}

@media screen and (max-width: 420px) {
	.sub_visual_image {
		margin: 20% 0 8% 0;
	}
}

/* ========== Back to Top ========== */

.back-to-top {
    display: inline-block;
    width: 45px;
    height: 45px;
    background: #ff8080;
    position: fixed;
    bottom: 130px;
    right: 40px;
    z-index: 1000000000;
    text-align: center;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    display: none;
    border-radius: 50%;
}

.back-to-top:hover {
    background: #ff5b5b;	
}

.back-to-top i {
    color: #ffffff;
    font-size: 18px;
    line-height: 45px;
}

@media screen and (max-width: 991px) {
	.back-to-top {
		bottom: 90px;
	}
}

@media screen and (max-width: 575px) {
	.back-to-top {
	    bottom: 35px;
		right: 7px;
	}
}


