@import url('https://fonts.googleapis.com/css2?family=Lato&display=swap');

html {width:100%;scroll-behavior: inherit;}
body {
	margin:0;
	padding:0;
	padding:0;
	position:relative;
	box-sizing:border-box;
	font-family: Pretendard;
}
div {
	transition:all 0.3s;
	box-sizing:border-box;
}

.mo_br {display:none;}
.mo_only {display:none!important;}

.fc00 {color:#000!important;}
.fc11 {color:#111!important;}
.fs17 {font-size:17px!important;}

@media (max-width:991px) {
	br {display:none;}
	.mo_br {display:block;}
	.mo_only {display:block!important;}
	.pc_only {display:none!important;}
}
/* input 기본 스타일 초기화 */

input {
    -webkit-appearance: none;
    -moz-appearance: none;
	appearance: none;
}

/* IE10 이상에서 input box 에 추가된 지우기 버튼 제거 */
input::-ms-clear { display: none; }

/* input type number 에서 화살표 제거 */
input[type='number']::-webkit-inner-spin-button,
input[type='number']::-webkit-outer-spin-button {
	-webkit-appearance: none;
    -moz-appearance: none;
	appearance: none;
}
input:-webkit-autofill,input:-webkit-autofill:hover,input:-webkit-autofill:focus,input:-webkit-autofill:active {transition: background-color 5000s;}

button {border: none;background: none;}

input:foucs { outline: none; }
input:focus { outline: none; }

section {transition: all 1s cubic-bezier(0.340, -0.600, 0.515, 1.570);}
/* ====================================== */
/* header				   		  		  */
/* ====================================== */	
#header {
    z-index: 500;
    width: 100%;
	height: 80px;
	position: relative;
	position: fixed;
	transition:all 0.4s;
	box-sizing:border-box;
	border-bottom: 1px solid rgba(255,255,255,0.2);
}

.header_wrpper {
	margin:0 80px;
	position:relative;
	transition: all 0.35s ease-in;
}

.header_underline {
    width: 100%;
    height: 1px;
    background: #eee;
    position: absolute;
    left: 0;
    top: 80px;
	opacity:0;
}


/* ::: Logo ::: */
#header .topLogo {
	left:0;
	top:50%;
    width: 300px;
    height: 32px;
	position:absolute;
	transform:translateY(-50%);
}

#header .topLogo img {width: 100%;}

.h_Logo {
    top: 50%;
    left: 0px;
    width: 260px;
    height: 16px;
	position: absolute;
    transform: translateY(-50%);
	transition:all 0.3s ease;
}
.h_Logo img {
	top: 50%;
	width:100%;
	position:absolute;
    transform: translateY(-50%);
}
/* ::: // Logo ::: */


/* ::: Gnb ::: */
.h_gnb_wrap {width:100%;height:80px;}
.h_gnb_inner {
	height: 100%;
	margin:0 auto;
	padding:0 20px;
	max-width:1060px;
}
.h_gnb {width: 100%;height: 100%;}
.h_gnb .depth01 {
	width: 100%;
	display: flex;
	margin:0 auto;
    padding:28px 0px;
	justify-content: center;
    transition: all 0.35s ease-in;
}
.h_gnb .depth01 .d_01 {
    color: #fff;
	font-family: Pretendard;
	font-size: 19px;
	font-weight: 500;
	line-height: 22.8px;
	text-align: center;
	position:relative;
	transition:all 0.35s ease-in;
	width:170px;
}
.h_gnb .depth01 .d_01:last-child {margin-right:0;}
.h_gnb .depth01 .d_01 .b_menu {padding-bottom:30px;}
.depth02_Warp {display:none;transition:all 0.4s ease-in;}
.depth02 {margin-top:33px;transition:all 0.35s ease-in;}
.depth02 .d_02	{
	color:#222;
	font-size: 17px;
	font-weight: 400;
	line-height: 1.17;
	text-align: center;
	padding-bottom:25px;
	transition:all 0.35s ease-in;
}
.depth02 .d_02:first-child {padding-top:30px;}
.h_gnb .depth01 .d_01 .b_menu {position:relative;}
.h_gnb .depth01 .d_01 .b_menu::before {
	content:'';
	width:0;
	left:50%;
	bottom:-1px;
	z-index:10;
	height:2px;
	position:absolute;
	background-color:#039BD0;
	transform:translateX(-50%);
	transition:all 0.35s ease-in;
}
.h_gnb .depth02 .d_02 {
	font-size: 17px;
	font-weight: 400;
	line-height: 20px;
	margin-right:0;
	transition:all 0.6s ease-in;
}

a.y_gnb {
    display: flex;
    align-items: center;
    justify-content: center;
}

.gnb_icon {width:15.5px; height:15.5px; margin-left:8px;}
.gnb_icon img {width:100%; height:auto;}

img.icon_b {display: none;}
.d_02 img.icon_b {display:none;}
.d_02 img.icon_nb {display:block;}

.d_02:hover img.icon_b {display:block;}
.d_02:hover img.icon_nb {display:none;}


/* ======== depth01 hover ======== */
.h_gnb .depth01:hover .d_01 {color:#222;}
.h_gnb .depth01:hover .depth02_Warp {display:block;}
.h_gnb .depth01:hover .lang_area {border:1px solid #222!important;}
#header.change .lang_area {border: 1px solid #222!important;}
#header.change .select_nav_h.lang>li {color:#222!important;}
/* ======== depth01 hover ======== */
/* = header hover = */
#header::before {
	content:'';
	width:100%;
	background:#eee;
	position:absolute;
	left:0;
	top:80px;
	z-index:10;
}
.h_gnb .depth01 .d_01:hover .b_menu::before {width:50px;}
.depth02 .d_02:hover>a {color: #01B5DC;}
/* = // header hover = */
/* ::: // Gnb ::: */

/* ++++ header - language ++++ */
.header_right {
	top: 50%;
    right: 00px;
	display:flex;
	position: absolute;
	align-items: center;
    transform: translateY(-50%);
}

.lang_area {
    width: 89px;
    height: 34px;
    right: 280px;
	margin-right:40px;

    border: 1px solid rgba(255, 255, 255, 0.3);
    border-radius: 17px;

    display: flex;
    justify-content: center;
    align-items: center;
	z-index:30;
}

.lang_pic {
	width: 100%;
    height: 40px;
    display: flex;
    align-items: center;
	justify-content: center;
}

.select_nav_h.lang>li {
	font-family: Lato;
	font-size: 15px;
	font-weight: 600;
	line-height: 18px;
	color:#fff;
	display:flex;
    align-items: center;
	padding:0;
}

.select_nav_h .other_lang li {
    display: block;
    cursor: pointer;
    align-items: center;
    justify-content: flex-start;
    background: rgba(255,255,255,0.5);
    border: 1px solid #222;
    box-sizing: border-box;
    padding: 5px 33px 5px 10px;
}
.select_nav_h .other_lang li:hover {background: #F8F8F8; color:#222;}
.lang_arrow {position: relative;}
.select_nav_h.lang img {width:12px;height:7px;padding-left:11px;}
.select_nav_h.lang img.hover_black {top: 60%;opacity: 0;right: 0px;position: absolute;transform: translateY(-50%);}
img.black {display: none;}
ul.other_lang {display:none;}
.lang_area:hover ul.other_lang {left: 8px;top: 100%;display: block;position: absolute; }
/* // ++++ header - language ++++ */

/* ++++ header-sns ++++ */
.h_snsbox ul {display: flex;align-items: center;}
.h_snsbox ul li {
    float: left;
    padding-right: 20px;
    width: 24px;
    height: 24px;
}
.h_snsbox ul li:last-child {padding-right:0;}
.h_snsbox ul li img {width:100%; height:auto;}

/* li.kakao { */
    /* width: 24px; */
    /* height: 24px; */
/* } */

/* li.kakao img { */
    /* width: 100%; */
    /* height: auto; */
/* } */

.hover_black {transition:all 0.35s ease-in;opacity:0;}
.hover_black.logo {position: absolute;left: 0;top:8px;}
.sns.hover_black  {position: absolute;top: 0px;}
/* //header-sns */



/* ====================== header scroll css ====================== */
#header.change {background:#fff!important;}
#header.change .h_gnb .depth01 .d_01 {color:#222;}
#header.change .hover_black.logo {opacity:1;}
#header.change .hover_black {opacity: 1!important;}
#header.change .lang_area {border:1px solid #DDD;}

#header.change .select_nav_h.lang img.black {display:block;}
/* #header.change .select_nav_h.lang img {display:none;} */

#header.change .select_nav_h.lang>li {color:#222;}
/* ====================== // header scroll css ====================== */
@media (max-width:1700px) {
	.h_gnb .depth01 .d_01 {width: 133px;}
}
@media (max-width:1600px) {
	.header_wrpper {margin:0px 20px;}
	.h_Logo {
		top: 50%;
		left: 0px;
		width: 230px;
		height: 20px;
		transform:translateY(-50%);
	}
	.header_right {right: 0;}
	.lang_area {margin-right:20px;}
}
@media (max-width:1400px) {
	.h_gnb .depth01 {margin: 0 0 0 auto;}
	.h_gnb .depth01 .d_01 {width: 104px;}
	.h_gnb_inner {height: 100%;max-width: 640px;}
	.h_gnb .depth01 .d_01 {font-size:17px;width: 120px;}
	.h_gnb .depth01 .d_01 .b_menu {padding-bottom: 38px;}
	.h_gnb .depth02 .d_02 {font-size:14px;}
	.h_gnb .depth01 .d_01 .b_menu::before {bottom:5px;}
} 
@media (max-width:1200px) {
	.hover_black.logo {display:block;}
	.h_gnb {display:none;}
	.header_right {display:none;}
	.sns.hover_black  {opacity:1!important;}
}
@media (max-width:991px) {
	#header {height:60px!important;}
	#header:hover {height:60px;}
	.h_gnb_wrap {height: 60px;}
	.select_nav_h li {padding-left: 0px!important;padding-right: 20px!important;}
	.hover_black.logo {top:inherit;}
	.gnb_icon img {vertical-align: super;}
}
/* ====================================== */
/*  // header				   		  	  */
/* ====================================== */


/* ====================================== */
/* Side Nav 				     		  */
/* ====================================== */
.side_nav_area {
	z-index: 9;
    top: 50%;
    right: 50px;
    position: fixed;
	white-space: nowrap;
	transform:translateY(-50%);
}
.side_nav_area .side_nav_bar {list-style: none;margin: 0;padding: 0;}
.side_cont_wrap {
    width: 100%;
    right: -1000px;
    position: relative;
    transition: right 0.5s ease;
}
.menu-trigger span {
    position: absolute;
    left: 0;
    width: 100%;
    height: 3px;
    background-color: #fff;
    border-radius: 4px;
}
@media (max-width:1475px) {
	.depth02 .d_02 {font-size: 17px;margin-right: 15px;}
}
@media (max-width:1440px) {
	.side_nav_area {
		top: 50%;
		right: 25px;
		position: fixed;
		white-space: nowrap;
		transform: translateY(-50%);
	}
}
/* Only stick if you can fit */
@media (min-height: 300px) {
    .side_nav_area .side_nav_bar {position: sticky;top: 0;}
}
.side_nav_area .side_nav_bar li a {
    opacity: 1;
    color: white;
	display: block;
	padding: 0.5rem 1rem;
    text-decoration: none;
}
.side_nav_area .side_nav_bar li {position: relative;}
.side_nav_area .side_nav_bar li a {position: relative;padding: 12.5px;}
.side_nav_area .side_nav_bar li a span {position: relative;}
.side_nav_area .side_nav_bar li a span:before {
	content: '';
	position: absolute;
	top: 0%;
    left: 0%;
	width: 7px;
    height: 7px;
	border-radius: 50%;
	background-color: #FFF;
    transform: translate(-50%, -50%);
}
.side_nav_area .side_nav_bar li.current a {
    opacity: 1;
	background-size: contain;
	background-position: center;
    background-repeat: no-repeat;
	background-image: url(../img/sidenav_current_cricle.png);
}
.side_nav_area .side_nav_bar li.current a span:before {opacity: 1;background: #01B5DC!important;}
.nav_name {
	display:none;
	position: absolute;
    top: 50%;
    right: 34px;
    transform: translateY(-50%);
	font-weight: 800;
	font-size: 13px;
	line-height: 16px;
	letter-spacing: 1px;
	color: #01B5DC;
}
.side_nav_area .side_nav_bar li.current a .nav_name {display:block;}
.side_nav_area.hB .side_nav_bar li a span:before {background-color:#DDD;}
/* ====================================== */
/* header  -  sidemenu     				  */
/* ====================================== */
.side_menu {display:none;}
.mobile-nav{display: inline-block;}
.Mbmenu-nav {display: none;}
.side_menu.on{z-index: 500;}
.side_menu.on::after {
    content: '';
    width: 100%;
    height: 100%;
    display: block;
    position: fixed;
    left: 0px;
    z-index: 0;
	border-radius: 3px;
	background: rgba(0,0,0,0.3);
	top:0;
	left:0;
}
.side_menu_Btn {
	width:16px;
    cursor: pointer;
    position: relative;
    display: block;
    z-index: 500;
    height: auto;
    display: none;
}
.menu-trigger {width: 16px;height:13px;position:relative;}
.menu-trigger span {
  left: 0;
  width: 100%;
  height: 1px;
  position: absolute;
  background-color: #fff;
}
#header.change .menu-trigger span {background:#222;}
.menu-trigger span:nth-of-type(1) {top: 0;}
.menu-trigger span:nth-of-type(2) { top: 50%; transform: translateY(-50%);}
.menu-trigger span:nth-of-type(3) {bottom: 0;}

.side_cont_wrap .main-nav{display: block}
.side_cont_wrap{
	width:100%;
	right: -1000px;
	position:relative;
	transition: right 0.5s ease
}
.side_cont_wrap.on{
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
	display:block;
	padding: 30px;
	z-index: 10;
	position: fixed;
	background: #FFF;	
}
.side_cont_inner {top:50%;left:50%;position:absolute;transform:translate(-50%,-50%);}
.side_menu_Btn.is_active span {background-color:#222;}
.side_cont_inner {display:none;}
.side_cont_wrap.on .side_cont_inner {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.side_cont_inner .container {height: auto;padding: 80px 30px 0px 30px;}
.side_cont_wrap {transition: right 0.5s ease;}
#ac {position:relative;}
#ac .menu01 {
	position:relative;
	margin-bottom:49px;
	padding-left:0px;
	display:flex;
	color:#222;
	
	font-family: Pretendard;
	font-size: 22px;
	font-weight: 400;
	line-height: 26px;
}

#ac .menu01>a {width:400px;}
#ac .menu01:hover>.menu01_h  {color: #222;font-size: 22px;font-weight: 600;line-height: 26px;}
#ac .menu01_h {width:400px;cursor:pointer;}

.menu2 {display: none;padding-top: 57px;position:relative;}
.menu2::before {
	content:'';
	width:35px;
	height:1px;
	background:#039BD0;
	position:absolute;
	left:0;
	top:28px;
}
.menu2 li {
	padding-left: 40px;
	font-size: 22px;
	font-weight: 400;
	line-height: 2.81;
	letter-spacing: 0.02em;
	font-family:'Pretendard';
}
.menu2 li:nth-child(1) {padding-left:0;}
.menu2 li:hover>a {color: #01B5DC;font-weight:600;}

/* side nav sns */
.side_nav_snsbox {right: 0;bottom: 0;z-index: 11;position: absolute;}
.s_sns ul li {margin-bottom:30px;}
.s_sns ul li:last-child {margin-bottom:0;}
.s_sns .hover_black {
    position: absolute;
    top: inherit;
    display: flex;
    flex-direction: column;
    align-items: center;
    bottom: 31px;
    right: 31px;
}
.side_cont_wrap.on .s_sns .hover_black {position:fixed;width:20px;}
.side_cont_wrap .s_sns .hover_black img {width:100%;}
/* //side nav sns */



/* .side_sns {display:none;} */
@media (max-width:1400px) {
	#header.change .h_Logo .hover_black {display: block;}
	.h_sns {display:none;}
	.side_menu_Btn {display:inline-block;}
	.side_menu_Btn.is_active {position: fixed;right: 25px;top: 35px;}
	.h_gnb .depth01 .d_01_a::before {bottom: -38px;}
}

.side_menu_Btn.is_active .menu-trigger span:nth-of-type(3) {bottom: 7px;transform: rotateZ(45deg);}
.side_menu_Btn.is_active .menu-trigger span:nth-of-type(2) {opacity:0;}
.side_menu_Btn.is_active .menu-trigger span:nth-of-type(1) {top: 5px;transform: rotate(-45deg);}

@media (max-width:1200px) {
	.side_menu {display: inline-block;position: absolute;top: 35px;right: 0;}
	.menu-trigger, .menu-trigger span {display: inline-block;transition: all .35s;box-sizing: border-box;}
	.side_cont_wrap.on {width:100%;background-color:#fff;}
	#ac .menu01 {display:block;}
	.menu2 {display:none;}
	#ac .menu2 li {
		padding:5px 0px;
		font-size: 16px;
		font-weight: 400;
		line-height: 1.75;
		letter-spacing: 0.02em;
	}
	#ac .count {
		position:absolute;
		width:20px;
		top:0;
		left:0;
		font-family: Montserrat;
		font-size: 10px;
		font-weight: 600;
		line-height: 2.6;
		letter-spacing: 0.02em;
		text-align: center;
	}
}

@media (max-width:1280px) {.depth02 .d_02 {font-size: 15px;margin-right:15px;}}
@media (max-width:991px) {
	.side_cont_wrap.on .side_cont_inner {
		width: 100%;
		height: 100%;
		display: flex;
		justify-content: flex-start;
		align-items: flex-start;
	}
	header:hover #header {background:none;}
	.h_gnb_inner {display:none;}
	.h_Logo {width: 213px;height: auto;left: 0px;}
	#ac .menu01_h {
		width: auto;
		cursor: pointer;
		font-size: 22px;
		font-weight: 400;
		line-height: 26px;
	}
	.side_menu_Btn.is_active {top: 20px; right:20px;}
	.side_menu {top: 20px;}
}

@media (max-width:767px){
	.h_gnb {display:none;}
	.side_menu.on .side_menu_Btn {position: fixed;right: 20px;top: 20px;}
	.menu-trigger {width: 16px;}
	.h_sns {display:none;}
	.side_cont_wrap.on{overflow: auto;}
	.menu2 {display: none;padding-top: 57px;}
	#ac .menu2 li {
		padding: 0px 0px 24px 0;
		font-size: 18px;
		font-weight: 400;
		line-height: 22px;
	}
}
/* ====================================== */
/* // header  -  slide	     			  */
/* ====================================== */

/* ====================================== */
/* main 								  */
/* ====================================== */

h1 {
	color:#fff;
	font-family: Lato;
	font-size: 80px;
	font-weight: 800;
	line-height:80px;
	text-align: center;
	margin-bottom:25px;
	position:relative;
}

h2 {
    color: #fff;
    font-size: 50px;
    font-weight: 700;
    line-height: 65px;
    text-align: center;
    opacity: 0.6;
	position:relative;
}

h3{	
	font-family: Lato;
	color:#01B5DC;
	font-size: 15px;
	font-weight: 900;
	line-height: 1.2;
	letter-spacing: 2px;
	position:relative;
}

h4 {
	margin-top:20px;
	font-size: 50px;
	font-weight: 700;
	line-height: 1.2;
	position:relative;
	font-family: Pretendard;
}
.main_wrap {overflow: hidden;}

body.hidden{
	-ms-overflow-style: none;
 }
 
body.hidden::-webkit-scrollbar {
  display: none;
}


@media (max-width:1300px) {h4 {font-size: 30px;}}
@media (max-width:991px) {h4 {font-size: 42px;}}
@media (max-width:767px) {
	h3 {font-size: 13px;font-weight: 800;line-height: 15.6px;letter-spacing: 1.6px;}
	h4 {margin-top: 15px;font-size: 24px;line-height: 34px;}
}
/* ====================================== */
/* main - intro							  */
/* ====================================== */
.intro_wrap {
	width: 100%;
	height:100vh;
	position:relative;
	background:url(../img/main/main.jpg) no-repeat center/cover;
}
.intro_title {
	top:50%;
	left:50%;
	width:100%;
	padding:0 20px;
	position:absolute;
	transform:translate(-50%,-50%);	
}
.intro_btn {
	display: flex;
	position:absolute;
	align-items: flex-end;
	bottom:0%; right:140px;
}
.inb {
	color:#fff;
	width:160px;
	/* height:80px; */
	background-color:#01B5DC;
	transition: all 0.2s ease-in-out;
}
.inb:hover {box-shadow: 10px -10px 40px rgba(0, 0, 0, 0.2);}
.inb:hover .inb_inner {padding:34px 25px;}
.inb:nth-child(2) {background-color:#00316A;}
.inb:nth-child(3) {background-color:#FFFFFF; color: #000000;}
.inb_inner {
	height:100%;
	display: flex;
    padding: 26px 25px;
    align-content: flex-start;
    justify-content: space-between;
}
.inb_txt {font-size: 18px;font-weight: 600;line-height: 21.6px;}
.inb_arrow {width:10px; position:relative;}
.inb_arrow img {position:absolute;top:6px; right:0;width:100%;}
.live_wrap {
	color:#fff;
	display:flex;
	position:absolute;
	bottom:40px;
	left:60px;
}
.live_r {position:relative;}
.live_wrap .live_Swiper {width:279px;height:41px;}
.live_Swiper .swiper {width:100%;height:100%;}
.live_Swiper .swiper-wrapper {padding-right:15px;}
.live_Swiper .swiper-button-prev {margin-top:0;left:inherit;right:0;}
.live_Swiper .swiper-button-next {top:51px;right:0;}
.live_Swiper .swiper-button-prev, .live_Swiper .swiper-button-next{
	opacity:1;
	width:7px!important;
	height:7px!important;
	background:url(../img/auto-slide-arrow-down.png) no-repeat center/cover;
}
.live_Swiper .swiper-button-next {background:url(../img/auto-slide-arrow.png) no-repeat center/cover;}
.live_Swiper .swiper-button-prev.swiper-button-disabled.swiper-button-lock, .live_Swiper .swiper-button-next.swiper-button-disabled.swiper-button-lock {
	width:7px;
	height:7px;
	opacity:1;
	background:url(../img/auto-slide-arrow.png) no-repeat center/cover;	
}
.live_Swiper .swiper-button-next.swiper-button-disabled.swiper-button-lock {background:url(../img/auto-slide-arrow-down.png) no-repeat center/cover;}
.live_Swiper .swiper-button-next.swiper-button-disabled, .live_Swiper .swiper-button-prev.swiper-button-disabled {opacity:1;}
.live_Swiper .swiper-button-next:hover {background:url(../img/auto-slide-arrow.png) no-repeat center/cover!important; background-color:none;}
.live_Swiper .swiper-button-prev:hover {background:url(../img/auto-slide-arrow-down.png) no-repeat center/cover!important;}
.live_Swiper .swiper-button-lock {display:inherit;}
.live_Swiper .swiper-button-next, .live_Swiper .swiper-button-prev {width: inherit;height: inherit;}

.live_l {
	opacity:0.8;
	margin-right:30px;
	font-size: 15px;
	font-weight: 600;
	line-height: 20px;
}
.live_r .livetitle{
	display: block;
    display: -webkit-box;
    overflow: hidden;
    white-space: normal;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
	
	font-size: 15px;
	font-weight: 400;
	line-height: 18px;
	margin-bottom:6px;
}
.date {
	font-family: Lato;
	opacity:0.6;
	margin-top: 6px;
	font-size: 13px;
	font-weight: 400;
	line-height: 1.23;
	color:#fff;
}
.scroll {
	width:25px;
	z-index:500;
	right: 59px;
	bottom:80px;
	display: flex;
    position: absolute; 
	align-items: center;
    flex-direction: column;
	position:fixed;
}

.scroll p {
	color: #fff;
    font-family: Lato;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 1px;
    transform: rotate(90.1deg);

}
.scroll .scroll_mov {
	width: 14px;
    height: 26px;
	margin-top: 30px;
    border-radius: 11px;
	border: 2px solid #FFFFFF;
	position:relative;
}

.scroll .scroll_mov::before {
	content:'';
	width:4px;
	height:4px;
	top:3px;
	left:5px;
	transform:translateX(-50%);
	border-radius:50%;
	position:absolute;
	background-color:#fff;
	animation: sdb 2.5s infinite;
}

/* scroll ani */

@-webkit-keyframes sdb {
  0% {
    -webkit-transform: translateY(0);
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
  80% {
    -webkit-transform: translateY(18px);
    opacity: 0.5;
  }
  100% {
    opacity: 0;
  }
}

@keyframes sdb {
  0% {
    transform: translate(-50%,0);
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
  80% {
    transform: translate(-50%,14px);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}


.scroll.hB p {color: #DDD;}
.scroll.hB .scroll_mov {border:2px solid #DDD;}
.scroll.hB .scroll_mov::before {background-color:#DDD;}

@media (max-width:1440px) {.scroll {right: 25px; transform: translateY(-50%);}}
@media (max-width:1300px) {
	h1 {font-size:50px;}
	h2 {font-size: 30px;line-height: 45px;}
	.inb {width: 150px; height: 70px;}
}
@media (max-width:991px){
	.scroll {display:none;}
	.side_nav_area {display:none;}
	.intro_btn {display: none;}
}
@media (max-width:767px){
	.intro_title h1 {
		font-family: Lato;
		font-size: 36px;
		font-weight: 900;
		line-height: 44px;
		letter-spacing: 0em;
		text-align: center;
		margin-bottom:15px;
	}
	.intro_title h2 {color: #fff;font-size: 24px;line-height: 36px;}
	.live_wrap {left: 0;bottom: 30px;margin: 0 20px;}
	.live_l {opacity: 0.8;font-size: 14px;margin-right: 0px;line-height: 18px;}
	.live_r .livetitle{
		font-size: 14px;
		font-weight: 500;
		line-height: 18px;
		margin-bottom: 2px;
		margin-left: 18px;
	}
	.date {
		margin-left:18px;
		font-family: Lato;
		opacity: 0.6;
		margin-top: 2px;
		font-size: 12px;
		line-height: 16px;
		color: #fff;
	}
}
/* ====================================== */
/* main - job							  */
/* ====================================== */
.job_wrap {
	display: flex;
	height: 100vh;
	position:relative;
	align-items: center;
	background-color:#00316A;
}
.job_inner {max-width:1440px;padding: 0 20px;margin:0 auto;}
.job_title {position:relative;}
.job_title .sm_title {
	color:#01B5DC;
	font-family: Lato;
	font-size: 15px;
	font-weight: 900;
	line-height: 1.2;
	letter-spacing: 2px;
}
.job_title .big_title {
	color:#fff;
	font-family: Pretendard;
	font-size: 45px;
	font-weight: 700;
	line-height: 1.2;
	letter-spacing: 0em;
	margin-top:20px;
}
.job_contents {padding-top:60px;display:flex;}
.job_cont {padding-right:40px;position:relative;max-height:520px;width:50%;}
.job_cont img {width:100%;}
.job_cont.right {margin-left:40px;padding-right:0;}
.job_bg {position:relative;}
.job_bg p {
	color:#fff;
	top:30px;
	left:30px;
	position:absolute;
	
	font-family: Lato;
	font-size: 22px;
	font-weight: 700;
	line-height: 1.18;
	letter-spacing: 1px;
}
.job_txt {
	width:385px;
	height:140px;
	display:inline-block;
	background-color:#00316A;
	
	position:relative;
	bottom:72px;
	left:00px;
}
.job_cont.right .job_txt {bottom: 90px;}
.job_txt_inner {padding: 30px 70px 30px 35px;transition:all 0.3s;}
.job_btxt {color:#fff;font-size: 35px;font-weight: 600;line-height: 1.2;margin-bottom:20px;}
.job_txt .job_vm {
	color:#01B5DC;
	font-size: 15px;
	font-weight: 600;
	line-height: 1.2;
	letter-spacing: 1px;
	position:relative;
	display: inline-block;
}
.job_txt .job_vm::before {
    content: '';
	top: 50%;
    right: -20px;
    width: 12.7px;
    height: 12.7px;
    background: url(../img/main/job-arrow.png) no-repeat top/cover;
    position: absolute;
    transform: translateY(-50%);
}
.job_txt .job_vm img {width:auto;padding-left:16px;}
.job_txt_inner:hover {background: #01B5DC;}
.job_txt:hover .job_vm {color: #FFF;}
.job_txt_inner:hover .job_vm::after {display:block;}
.job_vm::after {
	content: '';
	top: 50%;
    right: -20px;
    width: 12.7px;
    height: 12.7px;
    background: url(../img/main/main-hov-arrow.png) no-repeat top/cover;
	position: absolute;
    transform: translateY(-50%);
	display:none;
}
@media (max-width:1400px) {.job_cont {padding-right:20px;}.job_cont.right {margin-left:20px;}}
@media (max-width:1300px) {
	.job_title .sm_title {font-size: 15px;}
	.job_title .big_title {font-size: 35px; margin-top: 20px;}
	.job_contents {padding-top: 40px; justify-content: center;}
	.job_cont {padding-right: 20px; width: 40%;}
	.job_btxt { font-size:25px; margin-bottom:15px;}
	.job_txt {width: 285px; height: 110px;}
	.job_txt_inner {padding:20px 60px 20px 25px;}
	.job_txt .job_vm { font-size:13px;}
	.job_bg p {top: 20px;left: 20px;font-size: 15px;}
}

@media (max-width:991px) {
	.job_wrap {height: 100%;padding: 80px 0px 120px 0px;}
	.job_contents {display: flex;padding-top: 50px;flex-direction: column;}
	.job_cont {width:100%;padding-right: 0px;position: relative;max-height:inherit;}
	.job_bg p {top: 15px;left: 15px;font-size: 14px;line-height: 16.8px;}
	.job_cont.right {margin-left: 0px;padding-right: 0;margin-top:70px;}
	.job_title .big_title {
		color: #fff;
		font-family: Pretendard;
		font-size: 24px;
		line-height: 32px;
		letter-spacing: 0em;
		margin-top: 15px;
	}
	.job_txt_inner {padding:16px;height:100%;transition: all 0.3s; }
	.job_txt {
		width: 205px;
		height: 79px;
		display: inline-block;
		background-color: #00316A;
		position: absolute;
		bottom: 0px;
		left: 00px;
		transform: translateY(50%);
	}
	.job_cont.right .job_txt {bottom: 0;}
	.job_btxt {font-size: 20px;line-height: 24px;margin-bottom: 10px;}
	.job_txt .job_vm {font-size: 11px;line-height: 13.2px;letter-spacing: 0.8px;}
}
/* ====================================== */
/*   // main - job						  */
/* ====================================== */

/* ====================================== */
/* main - business						  */
/* ====================================== */
.business_wrap {height:100vh;display: flex;overflow: hidden;}
.business_wrap h3 {line-height:1.66}
.bu_menu_cont {
	position:relative;
	width:calc(100%/4);
	padding-bottom:100vh;
	transition:all 0.3s;
}
.bu_menu_cont {
	position: relative;
    width: calc(100%/4);
    padding-bottom: 0;
    transition: all 0.3s;
}
.bu_menu_cont.job {background: url(../img/main/bu_001.jpg) no-repeat center / cover;}
.bu_menu_cont.visa {background: url(../img/main/bu_002.jpg) no-repeat center / cover;}
.bu_menu_cont.rehabil {background: url(../img/main/bu_003.jpg) no-repeat center / cover;}
.bu_menu_cont.law {background: url(../img/main/bu_004.jpg) no-repeat center / cover;}
.bu_menu_cont img {position: absolute;height: 100%;width: 100%;top: 0;left: 0;}	
.bu_menu {
	width: 100%;
	position:absolute;
	top:50%; left:50%;
	transform:translate(-50%,-50%);
}
.bu_txt_area {z-index:50;color:#fff;text-align:center;position:relative;}
.bu_title {
	font-size: 42px;
	font-weight: 700;
	line-height: 1.2;
	text-align: center;
	margin: 20px 0px 20px 0px; 
}

.bu_txt {
	opacity:0.8;
	font-size: 18px;
	font-weight: 400;
	line-height: 1.55;
	text-align: center;
	margin-bottom: 8px;
}

.bu_Stxt {
	font-size: 15px;
	font-weight: 400;
	line-height: 24px;
	text-align: center;
	color:#fff;
	opacity:0.8;
	margin-bottom:40px;
}

.bu_txt ul {display: flex;padding: 0 20px;flex-direction: column;}
.law .bu_txt ul li {position:relative;display:inline-block;}
.bu_txt ul li:nth-child(2) {margin: 8px 0;}
.law .bu_txt ul li p {padding-left: 8px;position: relative;display: inline-block;}
.law .bu_txt ul li p::before {
	content:'';
	width:3px;
	height:3px;
	left:0;
	top:11px;
	border-radius:50%;
	position:absolute;
	background:rgba(255,255,255,0.8);
}
.law .bu_btn {margin-top:40px;}
.raw_s_txt {font-size:14px;padding-top: 4px;}
.bu_btn {left:50%;width: 35px;height:35px;position: absolute;transform:translateX(-50%);}
.bu_menu_cont:hover .bu_menu_H {opacity:0.5;}
.bu_menu_H {
	opacity:0%;
    position: absolute;
    width: 100%;
    background-color: #01B5DC;
    height: 100%;
    top: 0;
	transition:all 0.4s ease-in;
}
.ribbon {width: 100%;max-width: 176px;margin: 0 auto;}
.ribbon img {
    width: 100%;
    height: auto;
    top: inherit;
    left: inherit;
	position: relative;
}


.mo_bg {display:none;}

@media (max-width:1300px) {
	.bu_title {font-size:28px;}
	.bu_txt {font-size:13px;}
}

@media (max-width:991px) {
	.business_wrap {
		display: flex;
		height: 100%;
		overflow: hidden;
		flex-direction: column;
	}
	.bu_menu_cont {
		position: relative;
		width: 100%;
		height:100%;
		min-height: 375px;
		padding-bottom: 0;
		transition: all 0.3s;
	}
	.bu_menu_cont.job {background: url(../img/main/busi_001.jpg) no-repeat center / cover;}
	.bu_menu_cont.visa {background: url(../img/main/busi_002.jpg) no-repeat center / cover;}
	.bu_menu_cont.rehabil {background: url(../img/main/busi_003.jpg) no-repeat center  / cover;}
	.bu_menu_cont.law {background: url(../img/main/busi_004.jpg) no-repeat center / cover;}
	.bu_title {
		font-size: 24px;
		font-weight: 700;
		line-height: 28.8px;
		margin: 14px 0px 14px 0px;
	}
	.bu_txt {font-size:14px;margin-bottom:0;line-height:20px;}
	.bu_txt ul li:nth-child(2) {margin:0;}
	.bu_btn {display:none;}
	.mo_bg {display:block;}
	.pc_bg {display:none;}
}


@media (max-width:767px) {
	.bu_menu_cont {min-height: 203px;}
	.bu_txt_area {text-align: center;position: relative;color: #fff;}
	.bu_title {
		font-size: 24px;
		font-weight: 700;
		line-height: 28.8px;
		text-align: center;
		margin: 14px 0px 14px 0px;
	}
	.bu_txt {
		font-size: 14px;
		font-weight: 400;
		line-height: 20px;
		text-align: center;
		margin-bottom: 0px;
	}
	.bu_btn {display:none;}
	.ribbon {max-width: 103px;}
}

/* ====================================== */
/*  main - business  					  */
/* ====================================== */


/* ====================================== */
/* main - contents						  */
/* ====================================== */
#section-4 .contents_wrap {
	height:100vh;
	position:relative;
	background-color:#fff;
}
.contents_fc {
	height: 100vh;
	margin: 0 auto;
	max-width:1400px;
	padding:0 65px;
	display: flex;
    align-items: center;
    justify-content: center;
}
.contents_inner {width:100%;position:relative;}
.contents_title_area {
    width: 100%;
    display: flex;
	position:relative;
	margin-bottom:60px;
    justify-content: space-between;
}

.contents_title {position:relative;}
.contents_title h4 {font-size:38px;}

/*tab css*/
.tab {margin-top:60px;}
.tabnav li {
	display: inline-block;
	font-family: Lato;
	font-size: 20px;
	font-weight: 700;
	line-height: 1.2px;
	letter-spacing: 1px;
}
.tabnav li a {
	color: #AAA;
	font-family: Lato;
	font-size: 20px;
	font-weight: 700;
	line-height: 24px;
	letter-spacing: 1px;
	text-align: left;
	padding-right:40px;
}
.tabnav li:last-child a {padding-right:0!important;}
.tabnav li a:hover,
.tabnav li a.current {color:#01B5DC;}
.u_icon {display: inline;padding-right: 10px;vertical-align: middle;}
.u_icon img {width: 24px; height: 18px;}
.tabnav li a.current .gray_y {display:none;}
.tabnav li a:hover .gray_y {display:none;}
.blue_y {display:none;}
.tabnav li a:hover .blue_y {display:inline-block;}
.tabnav li a.current .blue_y {display:inline-block;}
/* // tab css */

/* tab_cont css */
.tabcontent {height: auto;border-top: none;}
.cont_box_menu {
	color: #01B5DC;
	font-family: Lato;
	font-size: 14px;
	font-weight: 800;
	line-height: 1.21;
	letter-spacing: 1px;
	margin-bottom:14px;
	text-transform: uppercase;
}
.cont_box_menu.youtube {color:#E23E34;}
.cont_top img {width: 100%;}

.contents_inner .swiper-button-next {right:-57px;}
.contents_inner .swiper-button-prev {left: -57px;}

.contents_inner .swiper-button-next.swiper-button-disabled {background:url(../img/cont_disable_r.png) no-repeat center / cover;}
.contents_inner .swiper-button-prev.swiper-button-disabled {background:url(../img/cont_disable_l.png) no-repeat center / cover;}
/* .cont_btn { */
    /* top: 62%; */
    /* width: 111%; */
    /* display: flex; */
    /* position: absolute; */
    /* justify-content: space-between; */
    /* height: 50px; */
    /* align-items: flex-end; */
    /* transform: translate(-50%,-50%); */
    /* left: 50%; */
	/* z-index:1; */
/* } */

/* .contents_inner .swiper-button-next::after, .contents_inner .swiper-button-prev::after{ */
	/* display:none; */
/* } */

/* .contents_inner .swiper-button-next.swiper-button-disabled{ */
    /* opacity: 1; */
    /* cursor: auto; */
    /* pointer-events: none; */
	/* border:1px solid #eee; */
	/* background:url(../img/cont_slide_arrow_r.png) no-repeat center/cover; */
	/* background-size:18px; */
/* } */

/* .contents_inner .swiper-button-next { */
    /* width: 50px; */
    /* height: 50px; */
    /* position: relative; */
    /* left: 0; */
    /* top: 0; */
    /* bottom: 0; */
    /* background: url(../img/cont_slide_arrow_color_r.png) no-repeat center/contain; */
    /* background-size: 18px; */
    /* border: 1px solid #01B4DC; */
    /* padding: 18px; */
/* } */


/* .contents_inner .swiper-button-prev { */
	/* width:50px; */
	/* height:50px; */
	/* top: 0; */
	/* left: 0; */
	/* bottom: 0; */
	/* position: relative; */
	/* border: 1px solid #01B4DC; */
	/* background:url(../img/cont_slide_arrow_color_l.png) no-repeat center/cover; */
	/* background-size:18px; */
/* } */

/* .contents_inner .swiper-button-prev.swiper-button-disabled { */
    /* opacity: 1; */
    /* cursor: auto; */
    /* pointer-events: none; */
    /* background-color: url(../img/cont_slide_arrow_l.png) no-repeat center/cover; */
    /* border: 1px solid #eee; */
    /* padding: 16px; */
    /* background-size: 18px; */
	/* width: 50px; */
    /* height: 50px; */
/* } */

/* .contents_inner .swiper-button-prev:hover, .contents_inner .swiper-button-next:hover {background:#01B5DC;}  */
/* 220616 */
.contents_wrap {position: relative;}
.m_cont_box {box-sizing:border-box;}

.cont_video{
	width:100%;
	position:relative;
	padding-bottom:59%;
}
.videoDim{
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	z-index:20;
}
.cont_video iframe{
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	z-index:10;
}

.cont_img{
	width:100%;
	position:relative;
	padding-bottom:59%;
}
.cont_img img{
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	position:absolute;
}

.cont_top {height:240px;}
.cont_top img {height:100%; vertical-align: bottom;}
.cont_bottom {
    padding: 30px;
	border-top:none;
    border: 1px solid #eee;
}
.m_cont_box:hover {filter: drop-shadow(0px 10px 50px rgba(0, 0, 0, 0.08));}
.m_cont_box:hover .cont_bottom {border: 1px solid #01B5DC; border-top:none;}
.m_cont_box:hover .cont_bottom {background:#01B5DC;}
.m_cont_box:hover .cont_box_menu {color:#fff;}
.m_cont_box:hover .review_title {color: #fff!important;}
.m_cont_box:hover .review_title {color: #fff!important;}
.m_cont_box .review_title {
    color: #222;
    font-size: 20px;
    font-weight: 600;
    line-height: 1.5;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    word-wrap: break-word;
    height: 60px;
    text-align: left;
}

#tab02 .cont_bottom_inner {padding: 30px;}
#section-4 .date {
    font-family: Lato;
    opacity: 0.6;
    margin-top: 0;
    font-size: 13px;
    font-weight: 400;
    line-height: 1.23;
    color: #222;
	padding-top:45px;
}

.m_cont_box:hover .cont_bottom .date {
  color:#fff!important;
  opacity:1!important;
}
#section-4 .swiper.mySwiper.swiper-initialized.swiper-horizontal.swiper-pointer-events.swiper-backface-hidden {overflow: hidden;}
.contents_wrap .bg_txt {
	color:#F1F5F8;
	font-family: Lato;
	font-size: 180px;
	font-weight: 700;
	line-height: 1.2;
	letter-spacing: 2px;
	position:absolute;
	bottom:-37px;
	right:150px;
}

@media (max-width:1300px) {
	.contents_title_area {flex-direction: column;}
	.tab {margin-top:35px;}
	
	.contents_title h4 {font-size: 25px; margin-top:9px;}
	.tabnav li a {font-size: 15px;padding-right: 25px;}
	.contents_title_area {margin-bottom:30px;}
	
	.cont_bottom {padding: 15px;}
	.m_cont_box .review_title { font-size: 13px; height:40px;}
	#section-4 .date {padding-top:20px;}
	
	.contents_wrap .bg_txt {font-size: 140px;right:0;}
}


@media (max-width:1200px) {
	.contents_title_area {margin-bottom: 40px;justify-content: space-between;flex-direction: column;}
	.tab {margin-top: 35px;}
	.tabnav li a {font-size: 18px;letter-spacing: 1px;padding-right: 22px;}
}

@media (max-width:991px) {
	.contents_fc {height: 100%; padding:0 20px;}
	.contents_fc .cont_btn {display:none}
	#section-4 h3 {
		font-family: Lato;
		font-size: 13px;
		font-weight: 800;
		line-height: 16px;
		letter-spacing: 1.600000023841858px;
		text-align: left;
	}
	
	#section-4 h4 {
		font-size: 24px;
		font-weight: 700;
		line-height: 34px;
		letter-spacing: 0em;
		text-align: left;
	}
	
	#section-4 .contents_wrap{
		height: 100%;
		position: relative;
		background-color: #fff;
		padding:80px 0px 128px 0px;
	}
	
	.contents_title_area {
		margin-bottom: 30px;
		flex-direction: column;
	}
	.tab {margin-top: 40px;}
	.tabcontent .swiper {overflow: unset;}
	.cont_top {height:auto;}
	.tabnav li a {
		display: inline-block;
		font-size: 16px;
		font-weight: 700;
		line-height: 19.2px;
		padding-right: 25px!important;
	}
	.cont_bottom {padding: 20px;}
	.m_cont_box .review_title {
		font-size: 16px;
		line-height: 24px;
		overflow: hidden;
		text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-line-clamp: 2;
		-webkit-box-orient: vertical;
		word-wrap: break-word;
		height: 48px;
	}
	#section-4 .date {
		font-family: Lato;
		font-weight: 400;
		line-height: 15px;
		padding-top: 30px;
	}
	.contents_wrap .bg_txt {
		font-size: 55px;
		line-height: 66px;
		letter-spacing: 1px;
		position: absolute;
		bottom: -15px;
		right: 0px;
	}
	.cont_btn {
		left: 0;
		top: inherit;
		width: 63px;
		height: 18px;
		bottom: -48px;
		margin-top:30px;
		transform: inherit;
	}
	.contents_inner .swiper-button-next::after, .contents_inner .swiper-button-prev::after {width: 17px;height: 16px;}
	.contents_inner .swiper-button-next,
	.contents_inner .swiper-button-prev, 
	.contents_inner .swiper-button-prev.swiper-button-disabled,
	.contents_inner .swiper-button-next.swiper-button-disabled {width: 18px;height: 18px;border:none;padding:10px;}
}
@media (max-width:767px) {
	.tab {margin-top: 30px;}
	.u_icon img {width: 19px;height: 15px;}
	.tabnav li a {
		display: inline-block;
		line-height: 19.2px;
		padding-right: 25px;
		font-size: 16px;
		font-weight: 700;
	}
}
/* // tab_cont css */
/* ====================================== */
/* main - contents						  */
/* ====================================== */



/* ====================================== */
/* main - review						  */
/* ====================================== */

.review_wrap {
	height: 100vh;
	position:relative;
	background:url(../img/main_review_img.jpg) no-repeat center/cover;	
}

.review_fc {
	display:flex;
	
	padding:0 90px;
	margin:0 auto;
	max-width:1580px;
	
	height: 100%;
	align-items: center;
	justify-content: center;
	position:relative;
}
.sub_re_inner {width: 100%;}
.re_title_area {
	display: flex;
	margin-top:20px;
	margin-bottom: 50px;
	position: relative;
    align-items: center;
}
.review_wrap h4 {color:#fff; margin-top:0;}
.re_btn {
	margin-left: 20px;
	width:35px;
	height:35px;
	background:#01B5DC;
	border-radius:50%;
	position:relative;
	overflow: hidden;
}
	
.cont_arrow_bg {
	left: 50%;
    top: 50%;
    width: 11px;
	position: absolute;
    display: inline-block;
	transition: all 0.5s ease-in-out;
	transform: translate(-50%, -50%);
}

@keyframes return {
  0% {
	top:50%;
	left:50%;
  }

  55% {
	top:-20%;
	left :110%;
  }
  
  56% {
	top: 160%;
	left: 150%;
  }
  
  57% {
	left:-50%;
	top:152%;
  }
  
  100% {
	top:50%;
	left :50%;
  }
}


.re_btn:hover .cont_arrow_bg {animation-duration: 1s; animation-name: return;}

.cont_arrow_bg img{width:100%;}

#main_review .swiper {padding-bottom:60px;}
#main_review .swiper-pagination.swiper-pagination-progressbar.swiper-pagination-horizontal {
	width: 100%;
    left: 0;
	top: inherit;
    bottom: 0px;
	background: rgba(255, 255, 255, 0.3);
	height: 1px;
	overflow: hidden;
}


#main_review .review_area .swiper-horizontal>.swiper-pagination-progressbar, .swiper-pagination-progressbar.swiper-pagination-horizontal, .swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite, .swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
    width: 100%;
    height: 1px;
    left: 0;
	top:inherit;
    bottom: 0;
	color:#fff;
}

#main_review  .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {height:3px;width: 100%;background:#FFF;}

.review_titleArea {position:relative;}
.cont_r_btn {width:50px;height:50px;border:1px solid #fff;}

.swiper-button-next, .swiper-button-prev {top:55%!important;width:50px!important;height:50px!important;}
.swiper-button-next:after, .swiper-button-prev:after {content:''!important;}
.swiper-button-next {background:url(../img/next_button_c.png) no-repeat center / cover;}
.swiper-button-prev {background:url(../img/prev_button_c.png) no-repeat center / cover;}
.swiper-button-next:hover {background:url(../img/next_button_h.png) no-repeat center / cover;}
.swiper-button-prev:hover {background:url(../img/prev_button_h.png) no-repeat center / cover;}
.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {opacity:1!important;}
.swiper-button-next.swiper-button-disabled {background:url(../img/next_button_nc.png) no-repeat center / cover;}
.swiper-button-prev.swiper-button-disabled {background:url(../img/prev_button_nc.png) no-repeat center / cover;}

.review_cont {
	cursor:pointer;
	height:auto;
	/* max-height: 327px; */
	padding:40px 40px 46px 40px;
	box-sizing: border-box;
	border: 1px solid rgba(255, 255, 255, 0.3);
	transition: all 0.3s ease-in;
}
.review_cont:hover {background:#01B5DC;}
.review_title {
    color: #FFFFFF;
    font-size: 20px;
    font-weight: 600;
    line-height: 1.5;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    word-wrap: break-word;
    height: 32px;
    text-align: left;
}
.review_txt {
	opacity:0.8;
	font-size: 16px;
	line-height: 1.6;
	margin: 20px 0px;
	letter-spacing: -0.1px;
	text-overflow: ellipsis;
	transition: all 0.3s ease-in;
	color: #fff;
	font-weight: 200;
}

.m_rivew_txt {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    word-wrap: break-word;
    height: 130px;
    text-align: left;
}
.review_cont:hover .review_txt {opacity:1;}
 
.re_bottom {
	display: flex;
    align-items: center;
    justify-content: space-between;
}

.re-star ul li { float:left; padding-right:5px;}
.re-star ul li:nth-child(5) {padding-right:0;}

.re_info li {
	opacity:0.5;
	float:left;
	padding : 0px 10px;
	font-size: 13px;
	font-weight: 400;
	line-height: 1.2;
	position:relative;
	color: #fff;
}
.re_info .date {opacity:0.5; margin-top:0; color:#fff;}

.re_name:before {
	top: 2px;
    right: 0;
	opacity:0.2;
    content: '';
    height: 12px;
    position: absolute;
    border: 1px solid #fff;
}
.review_wrap .ad_txt {
    margin-top: 0;
    color: #EEE;
    font-size: 14px;
    font-weight: 400;
    line-height: 16.8px;
    letter-spacing: 0em;
	
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
    margin-bottom: 20px;
}

.review_wrap .ad_txt img {width: 46px; padding-left: 6px; padding-right: 2px;}
.ad_txt.mo_only {display:none!important}
.review_all {
	color:#fff;
	font-size: 13px;
	font-weight: 300;
	line-height: 20px;
	margin-bottom: 12px;
}
.review_all>p.allCount {font-weight: 600;padding-left: 5px;}

@media (max-width:1300px) {
	.re_title_area {margin-top: 20px; margin-bottom: 20px;}
	.review_cont {padding: 20px 20px 26px 20px;}
	.review_title {font-size: 14px;height: 20px;}
	.review_txt {font-size: 12px; margin: 15px 0px;}
	.m_rivew_txt {height: 120px;}
}

@media (max-width:991px) {
	.review_all.mo_only {display:flex!important;}
	.review_wrap {height: 100%;padding: 120px 0;}
	.review_fc {padding: 0 20px;}
	.review_fc .swiper_btn {display:none}
	.re_title_area {
		margin-top: 15px;
		margin-bottom: 40px;
		position: relative;
		align-items: center;
		display: inline-block;
	}
	.re_btn {
		position: absolute;
		padding-left: 0;
		bottom: 10px;
		right: 95px;
		width: 35px;
		height: 35px;
	}
	.re_btn img {width: 100%;}		
	.review_area .swiper {width:auto;}
	.review_cont {padding: 24px 22px 25px 22px;}
	.review_title {
		font-size: 16px;
		line-height: 24px;
		height:25px;
	}
	.review_txt {
		opacity: 0.8;
		font-size: 14px;
		line-height: 22px;
		margin: 15px 0px 20px 0p;
		letter-spacing: 0px;
	}
	.re-star ul li {float: left;width: 10px;padding-right: 3px;}
	.re-star ul li img {width: 100%;}
	.re_info li {font-size: 12px;}
	.m_rivew_txt {
		overflow: hidden;
		text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-line-clamp: 5;
		-webkit-box-orient: vertical;
		word-wrap: break-word;
		height: auto;
		text-align: left;
	}
}


@media (max-width:767px) {
	.ad_txt.pc_only {display:none!important}
	.ad_txt.mo_only {
		align-items: center;
		display:flex!important;
		margin-top: 0;
		font-size: 12px;
		line-height: 20px;
		margin-top: -65px;
		padding-top: 15px;
		justify-content: flex-start;
	}
	.review_wrap .ad_txt.mo_only img {width: 37px;padding-left: 6px;padding-right: 2px;}
	.review_wrap {height: 100%;padding: 80px 0;}
	#main_review .swiper {padding-bottom: 65px; overflow:unset;}
	.re_title_area {
		margin-top: 15px;
		margin-bottom: 50px;
		position: relative;
		align-items: center;
		display: inline-block;
	}
	.re_btn {
		position: absolute;
		padding-left: 0;
		bottom: 4px;
		right: 49px;
		width: 24px;
		height: 24px;
	}
	#main_review .swiper-button-next {width: 16px;height: 16px;position: unset;}
	#main_review .swiper-button-prev {width:16px;height:16px;}
	#main_review .swiper-button-next, #main_review .swiper-button-prev {
		transform:inherit;
		top: 0px;
		border: none;
		background-color:inherit;
		position: relative;
		left: 0;
		right: 0;
	}
	.swiper_btn::before {
		content: '';
		width: 1px;
		height: 100%;
		background: #DDD;
		position: absolute;
		left: 50%;
		top: 50%;
		transform: translate(-50%, -50%);
	}
}
/* ====================================== */
/*   // main - review					  */
/* ====================================== */


/* ====================================== */
/* main - INQUIRY	    				  */
/* ====================================== */
.inquiry_wrap {
	height:100vh;
	position:relative;
	background:url(../img/inquiry_bg.jpg) no-repeat center/cover;
}
.inquiry_fc {
	height: 100%;
	display: flex;
    margin: 0 auto;
    max-width: 1440px;
    align-items: center;
	position:relative;
}
.inquiry_inner {
	width: 100%;
	display: flex;
    padding: 0px 20px;
    align-items: flex-start;
    justify-content: flex-start;
}
.inquiry_title {width: 50%;position: relative;padding: 80px 20px 20px 20px;}
.inquiry_title .b_title {
	font-family: Pretendard;
	font-size: 45px;
	font-weight: 700;
	line-height: 60px;
}	
.inquiry_title .sub_txt {
	margin-top:20px;
	font-size: 18px;
	font-weight: 400;
	line-height: 1.55;
	color: #555;
}
.inquiry_right_box {
	width: 100%;
    max-width: 800px;
	padding:50px 60px;
	position:relative;
	backdrop-filter: blur(14px);
    background-color: rgba(255,255,255,0.75);
}
.inq_r_title {
	font-family: Pretendard;
	font-size: 30px;
	font-weight: 700;
	line-height: 36px;
	letter-spacing: 0em;
	text-align: left;
	color:#222;
	margin-bottom: 30px;
}
/* +++++ 상담구분 +++++ */

.rawraper{
	display:block;
	margin-top:80px;
}
.ct_Items {    margin-bottom: 99px;display: block;text-align: left;padding: 0rem;align-items: center;}
.ct_ItemInner {
    position: relative;
    display: block;
}

.ct_ItemInner .check {position: relative;display:inline-block;padding-left:0px;}
.radioCheck input{position:absolute;display:none;}
.radioCheck{margin-right:40px;}
.radioCheck:last-child{
	margin-right:0rem;
}
.radioCheck label {
	    font-family: Pretendard;
    color: #111;
    font-weight: 400;
    font-size: 18px;
    cursor: pointer;
    position: relative;
    line-height: 21.6px;
}
.ct_Items .check input{
	
}
.ct_Items .check input[type=radio].radio+label em {
    position: relative;
    top: -1px;
    display: inline-block;
    margin-right: 8px;
    vertical-align: middle;
    width: 22px;
    height: 22px;
    border: 1px solid #ddd;
    border-radius: 50%;
}
.ct_Items .check input[type=radio].radio+label em dt{position: absolute;top: 50%;left: 50%;-webkit-transform: translate(-50%, -50%);transform: translate(-50%, -50%);width:12px;height:12px;border-radius:50%;background-color:#fff;}
.ct_Items .check input[type=radio].radio:checked+label em {border:1px solid #ddd;}
.ct_Items .check input[type=radio].radio:checked+label em dt{background-color:#01B5DC;}






.inq_form_Area {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}


.sel_area {
    height: 70px;
	margin-top:30px;
	position: relative;
	width: calc(50% - 20px);
    border-bottom: 1px solid rgb(2 81 121 / 0.1);
}
.sel_area.country::before {left:91px;}
.sel_area.in_visa::before {left:66px;}

.inquiry_right_box select {
    cursor: pointer;
    font-size: 16px;
    line-height: 29px;
    color: #111;
    margin-right: 0px;

    border: none;
    background: none;

    background: url(../img/select-nav-arrow.png) no-repeat 95% 50%;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    position: absolute;
    bottom: 0;
    left: 0;
	width:100%;
	padding-bottom:10px;
}

.inquiry_right_box input:focus, select:focus, option:focus, textarea:focus, button:focus{
	outline: none;
}

.inquiry_right_box label {
	transition:all 0.3s ease;
	position:absolute;
	bottom:10px;
	left:0;
}


.inquiry_right_box .inq_type label {
    transition: all 0.3s ease;
    position: relative;
    bottom: 0;
    left: 0;
	
	font-size: 16px;
    font-weight: 400;
    line-height: 26px;
}

.inq_typeTitle {
    font-size: 13px;
    font-weight: 400;
    line-height: 26px;
    color: #999;
    margin-bottom: 7px;
    position: relative;
    padding-right: 9px;
    display: inline-block;
}
.inq_typeTitle::before {
	content:'';
	width:5px;
	height:5px;
	border-radius:50%;
	background:#01B5DC;
	position:absolute;
	right:0;
	top:0;
}
.inq_type .ct_Items {
    margin-bottom: 0;
    display: block;
    text-align: left;
    padding: 0rem;
    align-items: center;
}

.inq_type .ct_Items .check input[type=radio].radio+label em {
    width: 18px;
    height: 18px;
}

.inq_type .ct_Items .check input[type=radio].radio+label em dt {
    width: 10px;
    height: 10px;
}


.inquiry_right_box label::before {
	content:'';
	width:5px;
	height:5px;
	background: #01B5DC;
	position:absolute;
	border-radius:50%;
	right:-9px;
	top:0;
}
.inquiry_right_box input {
	transition:all 0.3s;
}


.inquiry_right_box input:focus, .inquiry_right_box select:focus {
    border-bottom: 1px solid #0080C4;
}


.inq-field {
    width: 100%;
    display: block;
    position: relative;
	margin-top:30px;
	margin-bottom: 0;
	padding-top:0rem;
}

.inq_nonemarT{margin-top:0px!important;}
.inq-field.w50 {width: calc(50% - 20px);}
.inq-field input[type="text"]{
	text-align: left;
	line-height: 49px;
	padding-top:19px;
}


.main_wrap .inq-field.w50:nth-child(1), 
.main_wrap .inq-field.w50:nth-child(2) {margin-top:20px;}

.inq-field input {
	flex: 1;
    width: 100%;
	position: relative;
    
    color: #222;
	font-size: 16px;
    font-weight: 400;
	background-color:inherit;
	
	-webkit-appearance: none;
    -webkit-border-radius: 0;
	border:none;
	border-bottom: 1px solid rgb(2 81 121 / 0.1);
}



.inq-field label {
	top: 50%;
	left: 0rem;
	color: #111;
	font-size: 18px;
    font-weight: 400;
	line-height:26px;
	transition: all 0.3s;
	margin-bottom: 0;
	position: absolute;
}

.inq-field input:valid~label, .inq-field input:focus~label {
    line-height: 1.882rem;
    font-size: 16px;
    color: #222;
    line-height: 26px;
    top: 0px;
	bottom:0;
}

.inq-field input:valid~label, .inq-field input:focus~label {
	color:#888;
	font-size:13px;
	line-height: 26px;
}

.inq-field input:valid~label::before, .inq-field input:focus~label::before {
	display:none;
}

input:focus~label::before {
	display:none;
}

.type_area::before {
	content:'';
	width:5px;
	height:5px;
	border-radius:50%;
	background:#01B5DC;
	position:absolute;
	right:0;
	top:0;
}


input#inquirytext {
	margin-top: 50px;
    line-height: 40px;
}

.inq-field.in_qna label {
    top: -35px;
    bottom: inherit;
    margin-bottom: 10px;
}

.inq-field.in_qna {
	margin-top:76px;
}
.in_qna label::before {display:none;}

.main_wrap #qna {
	height:90px;
    padding-top:50px;
}

.qna_label {
	color:#111!important;
	font-size:16px!important;
	line-height:26px!important;
}

#section-6 .inquiry_wrap .inq_bottom {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    align-items: flex-start;
	margin-top: 30px;
}

.ag_check {display: flex; align-items: center;}
.inq_bottom .ag_check input, .inq_bottom .ag_check .check {cursor:pointer;}
.inq_bottom .ag_check input::before {
    content: '';
    width: 16px;
    height: 16px;
    top: 50%;
    left: 0;
    position: absolute;
    transform: translateY(-50%);
    border: 1px solid #BBB;
    /* background: url(../img/checkbox.png) no-repeat center/cover; */
    box-sizing: border-box;
}

.inq_bottom .ag_check input[type="checkbox"]:checked:after {
    content: '';
    top: 50%;
    left: 0px;
    width: 16px;
    height: 16px;
    background: red;
    position: absolute;
    transform: translateY(-50%);
    background: url(/public/img/blue_checked.png) no-repeat center/cover;
}

.main_wrap .ag_check .check {font-family: Pretendard;}



.inq_bottom .ag_check input:focus {border:none; outline:none;}

.inq_bottom .ag_check .cs_txt {padding-top:0;}

.inq_bottom_right {
    width: 100%;
    display: flex;
    justify-content: flex-end;
}

.inq_form_Area textarea#inquirytext {
    width: 100%;
    border: none;
    border-bottom: 1px solid rgb(2 81 121 / 10%);
    height: 102px;
    background: none;
    padding: 0;
    box-sizing: border-box;
    padding: 12px;
	outline-color: #FE6B8B;
	resize: none;
	
	font-family: Pretendard;
	font-size: 16px;
	font-weight: 400;
	line-height: 26px;
	color: rgba(17, 17, 17, 1);
}



.inq_form_Area textarea#inquirytext:focus {outline:#01B5DC!important;}


/* 나이 성별 결혼여부 */


.floor {
	margin-bottom:40px;
}

.floor .consurlt {
	/* margin: 0px 8px; */
    width: calc(100%/3 - 12px);
	margin-right:8px;
}

.floor .consurlt:(n)th-child (3) {
	margin-right:0;
}

.main_wrap .selectBox2 .label {color:#111; position:relative;}
.main_wrap .selectBox2 .label::before {
	content: '';
    width: 5px;
    height: 5px;
    background: #01B5DC;
    position: absolute;
    border-radius: 50%;
    top: 4px;
    left: 64px;
}
.main_wrap .selectBox2 #sexchos::before {left:33px;}


/* 접수하기 btn */
.send_btn {
	width:100%;
	height:60px;
	cursor: pointer;
	background-color:#01B5DC;
	border: none;
	color:#fff;
	
	font-size: 18px;
	font-weight: 600;
	line-height: 1.44;
	text-align: center;
}

input::placeholder { 
	font-family: 'Pretendard';
	font-size: 17px;
	line-height: 1.44;
	color:#222;
}

textarea::placeholder {
	font-family: 'Pretendard';
	font-size: 17px;
	line-height: 1.44;
	color:rgba(255,255,255,0.8);
}

.inq_bottom {
    width: 100%;
    display: flex;
	margin-top:36px;
    align-items: center;
    justify-content: space-between;
}


.inq_bottom_left {
    color: #888;
   font-family: Pretendard;
	font-size: 16px;
	font-weight: 400;
	line-height: 24px;
	letter-spacing: 0em;
}

.inq_bottom button {
    background: none;
    border: none;
	font-family: Pretendard;
	font-size: 24px;
	font-weight: 500;
	line-height: 29px;
	letter-spacing: 0em;
	text-align: left;
	display: flex;
    align-items: center;
	cursor:pointer;
}


.inq_bottom button img {
	width:35px;
	height:35px;
	margin-left:16px;
}


button a {
    display: flex;
    align-items: center;
}

@media (max-width:1300px) and (min-width:992px) {
	.inquiry_inner {padding:0 40px;}
	.inquiry_right_box {padding:20px 30px;}
	
	
	
	.inquiry_title .b_title {font-size: 30px; line-height: 42px;}
	
	.main_wrap .inq-field {margin-top: 10px;}
	
	.main_wrap .inq-field input[type="text"] {line-height: 35px; padding-top: 15px;}
	.main_wrap .inq-field input {font-size:13px;}
	.main_wrap .inq-field label {font-size:13px!important;}
	
	
	.main_wrap .inquiry_fc .selectBox2 {margin-top: 13px; height: 39px;}
	.main_wrap .inquiry_fc .selectBox2 .label {font-size: 13px; line-height: 22px;}
	.main_wrap .inquiry_fc .optionItem {font-size: 13px; line-height: 5px;}
	.main_wrap .selectBox2 .label::before {left:48px;}
	.main_wrap .selectBox2 #sexchos::before {left:28px;}
	
	.inq-field.in_qna {margin-top: 54px;}
	.inq_form_Area textarea#inquirytext {
		height: 80px;
		font-size: 13px;
		line-height: 18px;
	}
	
	.inq_bottom_left {
		font-size: 13px;
		line-height: 17px;
	}
	
	.inq_bottom button {font-size:17px;}
	.inq_bottom {margin-top:20px;}
	
}

@media (max-width:991px) {
	
	.inquiry_wrap {
		height: 100%;
		position: relative;
		background: url(../img/main_inq_mo.jpg);
		background-repeat: no-repeat;
		background-position: bottom;
		background-size: contain;
	}
	
	.inquiry_title {
		width: 100%;
		padding: 20px;
	}
		
	.inquiry_inner {
		padding: 80px 20px 116px;
		height: 100%;
		display: flex;
		align-items: center;
		justify-content: flex-start;
		flex-direction: column;
	}
	
	.inquiry_right_box {
		width: 100%;
		max-width: inherit;
		background:none;
		padding:0;
		backdrop-filter:inherit;
		/* background: url(../img/mo_form_bg.jpg) no-repeat center/cover; */
	}
	
	.inq_type {padding: 20px 20px 0;}
	
	.inquiry_right_box .inq_type label {
		font-size: 14px;
		line-height: 26px;
	}
	
	.inq_type .ct_Items .check input[type=radio].radio+label em {
		width: 16px;
		height: 16px;
		margin-right: 6px;
	}
	
	.inq_form_Area {
		backdrop-filter: blur(14px);
		background-color: rgba(255,255,255,0.75);
		box-shadow: 30px 160px 100px rgba(68, 130, 138, 0.4);
		padding: 40px 20px;
	}
	
	.inq_bottom {
		align-items: flex-start;
		justify-content: space-between;
		flex-direction: column;
	}
	
	.inq_bottom_right {margin-top: 20px;}
	#section-6 .inquiry_wrap .inq_bottom {flex-direction: column; margin-top:0;}
	#section-6 .inq_bottom_right {margin-top:0;}
	#section-6 .check , #section-6 .cs_txt {font-size:12px;}
	
	#section-6  .inq_bottom_right {justify-content: flex-start;}
	
}
@media (max-width:767px) {
	
	.inquiry_inner {
		padding: 0px;
		justify-content: flex-start;
		flex-direction: column;
	}
	
	.inquiry_title {
		width: 100%;
		padding: 80px 20px 0px;
		background-color: #fff;
	}
	
	.inquiry_title .b_title {
		font-family: Pretendard;
		font-size: 24px;
		font-weight: 700;
		line-height: 34px;
		letter-spacing: 0em;
		text-align: left;
	}
	
	.inquiry_title .sub_txt {
		margin-top: 15px;
		font-size: 13px;
		line-height: 20px;
	}
	
	.inquiry_right_box {
		max-width: inherit;
		padding: 0px 0px 116px 0px;
	}
	
	.inquiry_right_box_wrap {
		padding: 0 20px;
	}
	
	
	.rawraper {
		margin-top: 30px;
	}
	.radioCheck {
		margin-right: 24px;
	}
	.ct_Items {
		margin-bottom: 60px;
	}
	.radioCheck label {
		font-size: 15px;
		line-height: 18px;
	}
	.ct_Items .check input[type=radio].radio+label em {
		margin-right: 8px;
		width: 18px;
		height: 18px;
	}
	.ct_Items .check input[type=radio].radio+label em dt {
		width: 10px;
		height: 10px;
	}
	
	
	.inq-field.w50 {width: 100%;}
	
	.sel_area {
		width:100%;
	}
	
	.inq_form_Area {
		/* background: url(../img/mo_form_bg.jpg) no-repeat center/cover; */
		/* background: linear-gradient(#fff, rgba(255,255,255,0.7));*/
		box-shadow: 30px 160px 100px rgba(68, 130, 138, 0.4);
		padding: 0 20px;
	}
	
	.inq-field label {
		top: 35%;
		left: 0rem;
		color:#222;
		font-size: 14px;
		line-height: 26px;
	}
	
	
	.inq-field input[type="text"] {
		line-height: 26px;
		padding-top: 23px;
		height: 36px;
		padding-bottom: 0px;
		/* margin-top: 20px; */
	}
	
	.inq-field input:valid~label, .inq-field input:focus~label {
		color:#888;
		font-size:13px;
		line-height: 14px;
	}
	
	.inq-field input:valid~label::before, .inq-field input:focus~label::before {
		display:none;
	}
	
	.inq-field input {
		flex: 1;
		width: 100%;
		position: relative;
		color: #111;
		font-size: 16px;
		font-weight: 400;
		background-color: inherit;
		-webkit-appearance: none;
		-webkit-border-radius: 0;
		border: none;
		border-bottom: 1px solid rgb(2 81 121 / 0.1);
	}
	.sel_area {height: 60px;}
	.inquiry_right_box select {font-size: 14px;line-height: 26px;bottom: -1px;}
	.inq-field.in_qna {margin-top: 20px;}
	.qna_label {font-size: 14px!important;}
	.mian_wrap #qna {padding-top: 50px;}
	
	#section-6 .inquiry_wrap .inq_bottom {flex-direction: column;}
	
	.inq_bottom {
		display: flex;
		align-items: flex-start;
		justify-content: space-between;
		flex-direction: column;
		padding-bottom: 40px;
		margin-top:0;
	}
	
	
	.inq_bottom_left {
		color: #888;
		font-size: 13px;
		font-weight: 400;
		line-height: 16px;
		letter-spacing: -0.01em;
		margin-bottom: 30px;
		margin-top:15px;
	}
	
	
	.inq_bottom button {
		color:#222;
		font-size: 20px;
		line-height: 26px;
		padding:0;
	}
	
	.inq_bottom button img {
		width: 24px;
		height: 24px;
		margin-left: 8px;
	}	
	
	.main_wrap .inq-field {margin-top:20px;}
	.main_wrap .selectBox2 {margin-top:20px; height:30px; background-position:95% 15%;}
		.main_wrap .selectBox2 .label {
		color: #111;
		font-size: 14px;
		line-height: 26px;
		padding-bottom: 16px;
		margin-top: 23px;
	}
	.main_wrap .selectBox2 .optionList {top:30px; border-top:none;}
	
	.main_wrap .selectBox2 .label::before {left: 53px; top:-5px;}
	.main_wrap .selectBox2 #sexchos::before {left:28px;}
	.inq-field.in_qna label {top:0;}
	.inq_form_Area textarea#inquirytext {
		height: 150px;
		padding: 30px 12px 12px 12px;
		font-size: 16px;
		line-height: 26px;
	}
	
}
/* ====================================== */
/*  // main - INQUIRY	    			  */
/* ====================================== */

/* ====================================== */
/*  // main 			    			  */
/* ====================================== */



/* ====================================== */
/* footer   		    				  */
/* ====================================== */
footer {background: #222; color:#fff;}
#footer {margin:0 auto;padding:60px 20px;max-width:1400px;background-color:#222;}

.ft-top {display:flex;padding-bottom: 40px;border-bottom: 1px solid #444;}
.ft-menu {width: calc(100%/6);display: inline-block;}
.ft-menu:last-child {margin-right:0;}
.ft-b-txt {
	font-family: Pretendard Variable;
	font-size: 16px;
	font-weight: 700;
	line-height: 1.5;
	margin-bottom:14px;
	color:#fff;
}
.ft-depth02 li {margin-bottom:8px;}
.ft-depth02 li:last-child {margin-bottom:0px;}
.ft-depth02 li a{
	opacity:0.6;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.5;
	margin-bottom:8px;
}

.ft-depth02 a:hover {
	opacity:1;
	font-weight:600;
	text-decoration:underline;
}
.ft_bottom {
    display: flex;
    margin-top: 40px;
    position: relative;
    align-items: flex-start;
    justify-content: space-between;
    flex-direction: column;
}
.ft_info_box {display: flex;width: 60%;}
.ft_info_box ul li {
	float:left;
	position:relative;
	padding:0 20px;
	margin-bottom: 15px;
	font-size: 15px;
	font-weight: 400;
	line-height: 1.2;
	color:#AAAAAA;
}

.ft_info_box ul li:before {
    content: '';
    position: absolute;
    top: 50%;
	right:0;
	height:14px;
	transform:translateY(-50%);
    border: 1px solid #444;
	background:#AAA;
}

.ft_info_box ul li:nth-child(1) {padding-left:0;}
.ft_info_box ul li:nth-child(4) {padding-left:0;}
.ft_info_box ul li:nth-child(5):before {display:none;}
	

.ftTxtBox {position: relative; width: 100%;}

.ft_txt {
    margin-bottom: 20px;
    font-size: 16px;
    font-weight: 600;
    line-height: 19px;
    letter-spacing: 0em;
    text-align: left;
    color: #AAA;
}

.ft_sns {
    width: 100%;
    position: relative;
}

.ft_sns ul {display:flex;}

.ft_sns ul li {
	color: #AAA;
	font-size: 15px;
	font-weight: 400;
	line-height:1.2;
    display: inline-block;
    position: relative;
    margin-right: 30px;
}
.ft_bottom .ft_sns li {float: left;margin: 0 10px;}
.ft_bottom .ft_sns li:first-child {margin-left:0;}
.ft_sns ul li:last-child {margin-right:0;}

.ft_info_cc {
	width: 100%;
    margin-top: 25px;
    display: inline-block;
	
	font-size: 14px;
	font-weight: 400;
	line-height: 1.2;
	color:#666;
}

.ft_bottom .top {
	font-family: Outfit;
	font-size: 14px;
	font-weight: 600;
	letter-spacing: 0.03em;
	
	position:absolute;
	right:0;
	top:88px
}

.ft_bottom .ft_sns .top {
    font-family: Outfit;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0.03em;
    position: absolute;
    right: 0;
    top: 0;
}

.ft_end {display: flex;align-items: center;padding: 0 20px 0px 0px;}
.ft_info_box.mo_only {display:none;}

.terms {
    display: flex;
    margin-bottom: 40px;
}
.terms a {
	font-size: 16px;
	font-weight: 600;
	line-height: 24px;
}

.terms a:nth-child(1) {margin-right:16px;}
@media (max-width:1500px) {
	.ft_bottom .ft_sns .top {right:50px;}
}

@media (max-width:1200px) {
	.ft_info_box ul li {font-size: 13px;}
}

@media (max-width:991px) {
	.ft_info_box.pc_only {display:none;}
	.ft_info_box.mo_only {display:block}
	#footer {margin: 0 auto;padding: 30px 0 100px 0px;}
	.pc_only {display:none;}
	.ft_bottom {
		margin-top:30px;
	    align-items: flex-start;
		flex-direction: column;
	}
	.ft_info_box {
		width: 100%;
		display: flex;
		padding:0 20px;
	}
	.ft_info_box ul li {
		float: left;
		position: relative;
		padding: 0 20px;
		margin-bottom: 8px;
		font-size: 14px;
		line-height: 20px;
		padding: 0;
		padding-right: 20px;
	}
	
	.ft_info_box ul li:nth-child(2n) {padding_right:0;}
	.ft_info_box ul li:before {right: 9px;opacity: 10%;}
	
	
	.ft-menu {
		width: calc(100%/3);
		display: inline-block;
		padding: 0;
		margin-top: 40ox;
		margin-bottom: 40px;
	}
	
	.ft-top {
		display: flex;
		flex-wrap: wrap;
		margin:0 20px;
		padding-bottom: 0px;
		border-bottom: 1px solid #444;	
	}
	.ft-depth02 li a {
		opacity: 0.6;
		font-size: 14px;
		font-weight: 400;
		line-height: 24px;
		margin-bottom: 8px;
	}
	.ft-depth02 li {margin-bottom: 4px;}
	
	.terms {padding: 0 20px; margin-bottom:20px;}
	.terms a {font-size: 14px; line-height: 24px;}
	/* sns */
	.ft_sns {padding:0 20px;margin-top:0px;position: relative;}
	.ft_bottom .ft_sns li {float: left;width:35px;margin:0px 10px 0px 0px;}
	.ft_bottom .ft_sns li:nth-child(1) {margin-left:0;}
	.ft_bottom .ft_sns li img {width:100%;}
	.ft_bottom .top {font-size: 14px;top: inherit;right: 20px;bottom: 9px;}
	.ft_end {margin-top:30px;}
	.ft_info_cc {
		margin-top: 0px;
		font-size: 12px;
		font-weight: 300;
		line-height: 20px;
		color: #FFF;
		opacity:0.5;
		padding-left: 20px;
	}
	.ft_info_box ul li:nth-child(3):before {display:block;}
	.ft_info_box ul li:nth-child(4):before {display:none;}
	.ft_info_box li:nth-child(4) {padding-right:0;}
	.ft_info_cc .mo_br {display:none;}
	.top {font-size:14px;}	
	

}

@media (max-width:767px) {
	.ft-menu {
		width: 50%;
		display: inline-block;
		padding: 0;
		margin-top: 40ox;
		margin-bottom: 40px;
	}
	.ft_info_cc .mo_br {display:block;}
	.ft_info_box ul li {font-size:13.5px;}
}

/* ================================================================*/
/* footer						      	 						   */
/* ================================================================*/


/* 개인정보처리방침 팝업 START ~ */
.ppop_bg { }
.ppop_bg.open {
	width:100vw;
	height:100vh;
	background:rgba(0,0,0,0.5);
	position:fixed;
	left:0;
	top:0;
	z-index:500;
}
.per_popup {
    width: 70%;
    height: 78%;
    display: none;
}
.open .per_popup {
    display: block;
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    background: #FFF;
}
.per_popupClose {
    top: 0;
    right: 0;
    /* cursor: pointer; */
    width: 18px;
    height: 18px;
    position: absolute;
    transform: translateX(150%);
    cursor: pointer;
}
.per_popupClose img {width:100%; height:auto;}

html.hidden {overflow:hidden;}

.per_popcont {
    position: relative;
    width: 100%;
    height: 100%;
    /* border: 1px solid blue; */
    padding: 50px;
}

p.tp_toptitle {
    letter-spacing: -0.2px;
    margin: 0px;
    width: 100%;
    padding-bottom: 20px;
    border-bottom: 1px solid #c4c4c4;
    font-weight: 500;
    color: #333;
    font-size: 24px;
    line-height: 26px;
}

.pop_terms.strong.top {margin: 30px 0 10px 0;}

.pop_terms.strong {
	font-family: Pretendard;
	font-size: 16px;
	font-weight: 500;
	line-height: 20px;
	letter-spacing: 0em;
	text-align: left;
}

.per_popcont {
	font-family: Pretendard;
	font-size: 15px;
	font-weight: 400;
	line-height: 23px;
	letter-spacing: 0em;
	text-align: left;
	overflow-y: scroll;
}

.per_popcontTxt {
    padding: 40px 0 30px 0;
	position:relative;
}
.closeBtn {
    right: 50px;
    top: 50px;
    width: 20px;
    height: 20px;
    position: absolute;
    cursor: pointer;
}
.closeBtn span {
    width: 1px;
	right: 50%;
    height: 26px;
    background: #333333;
    position: absolute;
}
.closeBtn span:nth-child(1) {transform: rotate(-45deg);}
.closeBtn span:nth-child(2) {transform: rotate(45deg);}

.popuptitleBox {
    position: fixed;
    width: 100%;
    padding: 50px 50px 0px 50px;
    background: #fff;
    z-index: 10;
}


@media (max-width:991px) {
	.per_popcontTxt br {display:block;}
	.per_popup {width: 85%; height: 72%;}
	p.tp_toptitle {
		font-size: 18px;
		line-height: 26px;
		padding-bottom: 11px;
	}
	.closeBtn {top:23px; right:20px;}
	.closeBtn span {height:18px;}
	
	.pop_terms.strong.top {margin: 25px 0 13px 0;}
	.pop_terms.strong {font-size:14px;}
	.per_popcont {font-size: 13px; line-height: 21px;}
	.per_popcontTxt {padding: 60px 0 20px 0; position: relative;}
	
	.popuptitleBox {padding: 20px 20px 0px 20px;}
	.per_popcont {padding: 20px;}
}
@media (max-width:767px) {}

/* // ~ 개인정보처리방침 팝업 END */



