@charset "UTF-8";
@font-face {
  src: url("../font/GmarketSansBold.woff");
  font-family: 'gmarketB';
}

@font-face {
  src: url("../font/GmarketSansLight.woff");
  font-family: 'gmarketL';
}

@font-face {
  src: url("../font/GmarketSansMedium.woff");
  font-family: 'gmarketM';
}

@font-face {
  src: url("../font/GodoB.woff");
  font-family: 'godoB';
}

@font-face {
  src: url("../font/GodoM.woff");
  font-family: 'godoM';
}

@font-face {
  src: url("../font/NEXON Lv2 Gothic Bold.woff");
  font-family: 'nexonB';
}

@font-face {
  src: url("../font/NEXON Lv2 Gothic Light.woff");
  font-family: 'nexonL';
}

@font-face {
  src: url("../font/NEXON Lv2 Gothic.woff");
  font-family: 'nexon';
}

@font-face {
  src: url("../font/NEXON-Lv2-Gothic-OTF-Bold.woff");
  font-family: 'nexonOB';
}

@font-face {
  src: url("../font/NEXON-Lv2-Gothic-OTF-Light.woff");
  font-family: 'nexonOL';
}

@font-face {
  src: url("../font/NEXON-Lv2-Gothic-OTF-Medium.woff");
  font-family: 'nexonOM';
}

@font-face {
  src: url("../font/NEXON-Lv2-Gothic-OTF.woff");
  font-family: 'nexonO';
}


@font-face {
  font-family: 'NanumSquareNeo_bold';
  src: url("../font/NanumSquareNeoTTF-cBd.woff") format("woff");
  font-style: normal;
}

@font-face {
  font-family: 'NanumSquareNeo_regular';
  src: url("../font/NanumSquareNeoTTF-bRg.woff") format("woff");
  font-style: normal;
}

@font-face {
  font-family: 'NanumSquareNeo_Light';
  src: url("../font/NanumSquareNeoTTF-aLt.woff") format("woff");
  font-style: normal;
}

@font-face {
  font-family: 'NanumSquareNeo_Exbold';
  src: url("../font/NanumSquareNeoTTF-dEb.woff") format("woff");
  font-style: normal;
}
/*@font-face{
    src:url('../font/NotoSansKR-Bold.woff');
    font-family:'NotoSansB';
}
@font-face{
    src:url('../font/NotoSansKR-Light.woff');
    font-family:'NotoSansL';
}
@font-face{
    src:url('../font/NotoSansKR-Medium.woff');
    font-family:'NotoSansM';
}
@font-face{
    src:url('../font/NotoSansKR-Regular.woff');
    font-family:'NotoSansR';
}
@font-face{
    src:url('../font/NotoSansKR-Black.woff');
    font-family:'NotoSansBL';
}*/
@font-face {
  src: url("../font/YES24.woff");
  font-family: 'yes24';
}

@font-face {
  src: url("../font/anyconv.com__NotoSans-Medium.woff");
  font-family: 'NotoSansM';
}

@font-face {
  src: url("../font/AnyConv.com__NotoSans-Bold.woff");
  font-family: 'NotoSansB';
}

@font-face {
  src: url("../font/anyconv.com__NotoSans-Black.woff");
  font-family: 'NotoSansBL';
}

@font-face {
  src: url("../font/anyconv.com__NotoSans-Regular.woff");
  font-family: 'NotoSansR';
}

@font-face {
  src: url("../font/anyconv.com__NotoSans-Light.woff");
  font-family: 'NotoSansL';
}

/*!! clear:both*/
/* 인자로 받은 line 만큼 말줄임 해주는 mix-in 인자를 넘기지 않으면 1줄 말줄임*/
/* reaction !!!*/
/*font-size 1rem = 10px made*/
/*html{font-size:62.5%;}*/
/* button실전 20210118_c */
label, input, button, select, img {
  vertical-align: middle;
  font-size: 1em;
}

html, h1, h2, h3, h4, h5, h6, form, fieldset, img {
  margin: 0;
  padding: 0;
  border: 0;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

ul, li, dl, dt, dd {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

* {
  margin: 0 auto;
}

*:after, *:before {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

a {
  text-decoration: none;
}

a:hover, a:focus, a:visited {
  text-decoration: none !important;
}

/* 20210913 이전 팝업디자인*/
/*.wsol_pops {
  position: fixed;
  top: 120px;
  left: 250px;
  width: 460px;
  height: 699px;
  z-index: 9999999;
  background: transparent;
  cursor: move;
}

@media only screen and (max-width: 991px) {
  .wsol_pops {
    visibility: hidden;
  }
}

.wsol_pops .wsol_pops_con {
  width: 460px;
  height: 664px;
  text-align: center;
  background: transparent;
  background-image: url("../images/popup.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  position:relative; 20210910_c add
}

.wsol_pops .wsol_pops_con p {
  padding: 15px;
  line-height: 20px;
  font-size: 17px;
  position: absolute;
  bottom: 0px; 20210910_c replace bottom:50px;
  width: 94%;
}

.wsol_pops .wsol_pops_con p button {
  margin: 0 auto;
  width: 81%;
  padding: 14px 0;
  text-align: center;
  font-size: 17px;
  font-weight: 600;
  color: #fff;
  background: #0958ce;
  border: 1px solid #0958ce;
  cursor: pointer;
  transition: all .7s;
  -webkit-transition: all .7s;
  -moz-transition: all .7s;
  -ms-transition: all .7s;
  -o-transition: all .7s;
}

.wsol_pops .wsol_pops_con p button:hover, .wsol_pops .wsol_pops_con p button:focus, .wsol_pops .wsol_pops_con p button:visited {
  color: #0958ce;
  background: #fff;
  border-color: #fff;
}

.wsol_pops .wsol_pops_footer {
  position: absolute;
  padding-top: 3px;
  right: 0;
  background: rgba(0, 0, 0, 0.9);
  width: 100%;
}

.wsol_pops .wsol_pops_footer form #close {
  float: right;
}

.wsol_pops .wsol_pops_footer form #close a {
  color: #fff;
  padding-right: 10px;
  cursor: pointer;
  font-size: 0.8rem;
  font-weight: 300;
  display: block;
  margin-bottom: 0.5rem;
}

.wsol_pops .wsol_pops_footer form #close a:hover, .wsol_pops .wsol_pops_footer form #close a:focus, .wsol_pops .wsol_pops_footer form #close a:visited {
  opacity: 0.6;
}

.wsol_pops .wsol_pops_footer form #check {
  float: right;
}

.wsol_pops .wsol_pops_footer form #check label {
  color: #fff;
  cursor: pointer;
  font-size: 0.8rem;
  font-weight: 300;
}

.wsol_pops .wsol_pops_footer form #check label:hover, .wsol_pops .wsol_pops_footer form #check label:focus {
  opacity: .6;
}

.wsol_pops .wsol_pops_footer form #check label input {
  visibility: hidden;
}

.wsol_pops .wsol_pops_footer form #check label.on {
  opacity: .5;
}*/

/*20210913 신규 팝업디자인*/
.wsol_pops {
 position: fixed;
 top: 120px;
 left: 250px;
 /*width: 608px;
 height: 437px;*/
 z-index: 997;
 cursor: move;
}

@media only screen and (max-width: 991px) {
 .wsol_pops {
   visibility: hidden;
 }
}

/*.wsol_pops .wsol_pops_con {
 width: 608px;
 height: 402px;
 text-align: center;

}

.wsol_pops .wsol_pops_con ul{
	width:100%;
	height:100%;
}

.wsol_pops .wsol_pops_con ul li{
	width:100%;
	height:100%;
}

.wsol_pops .wsol_pops_con ul li div{
	width:100%;
	height:100%;
	position:relative;
}

.wsol_pops .wsol_pops_con ul li:first-child div > a{
	position:absolute;
	bottom:60px;
	left:74%;
	z-index:999;
	transform:translateX(-71%);
	display:block;
	width:33%;
	font-size:17px;
	background:#4c4c4c;
	border:1px solid #4c4c4c;
	color:#fff;
	height:40px;
	line-height:35px;
	transition:all .5s;
}

.wsol_pops .wsol_pops_con ul li:first-child div > a:hover{
	background:#fff;
	color:#4c4c4c;
	font-weight:600;
}

.wsol_pops .wsol_pops_con ul li:nth-child(2) div > a{
	visibility:hidden;
}


.wsol_pops .wsol_pops_con img{
	width:100%;
	height:auto;
}

.popslider{
	overflow:hidden;
}

.popslider:after{
	content:'';
	display:block;
	clear:both;
}

.popslider li{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:auto;
	opacity:0;
}

.popbtnprevnext{
	position:absolute; 
	top:50%; 
	width:100%; 
	height:auto; 
	transform:translateY(-50%); 
	background:transparent; 
	display:flex; 
	justify-content:space-between;
}

.popbtnprevnext button{
	background:transparent;
	border:none;
	outline:none;
	cursor:pointer;
	position:relative;
	z-index:1001;
	width:45px;
	height:auto;
}
.popbtnprevnext button:hover, .popbtnprevnext button:focus{
	opacity:.6;
}*/


#slider-wrap {
  width: 600px;
  height: 400px;
  position: relative;
  overflow: hidden;
}

#slider-wrap.active #next {
  right: 0;
}

#slider-wrap.active #previous {
  left: 0;
}

#slider-wrap ul#slider {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

#slider-wrap ul#slider li {
  float: left;
  position: relative;
  width: 600px;
  height: 400px;
}

#slider-wrap ul#slider li img {
  display: block;
  width: 100%;
  height: 100%;
}

#slider-wrap ul#slider li a {
  position: absolute;
  bottom: 30px;
  right: 37%;
  transform: translateX(60%);
  display: block;
  background: #000;
  z-index: 9999;
  background: #4c4c4c;
  font-weight: 600;
  border: 1px solid #4c4c4c;
  color: #fff;
  padding: 10px 30px;
  text-decoration: none;
  transition: all .3s;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -ms-transition: all .3s;
  -o-transition: all .3s;
}

#slider-wrap ul#slider li a:hover {
  background: #fff;
  color: #4c4c4c;
}

.btns {
  position: absolute;
  width: 50px;
  height: 60px;
  top: 50%;
  margin-top: -25px;
  line-height: 57px;
  text-align: center;
  cursor: pointer;
  background: rgba(0, 0, 0, 0.1);
  z-index: 100;
  transition: all .3s linear;
  -webkit-transition: all .3s linear;
  -moz-transition: all .3s linear;
  -ms-transition: all .3s linear;
  -o-transition: all .3s linear;
}

.btns img {
  height: 60px;
  width: auto;
}

.btns:hover {
  background: rgba(0, 0, 0, 0.3);
}

.btns#next {
  right: -50px;
  border-radius: 7px 0 0 7px;
}

.btns#previous {
  left: -50px;
  border-radius: 0 7px 7px 7px;
}

#counter {
  top: 30px;
  right: 35px;
  width: auto;
  position: absolute;
  color: #fff;
}

#pagination-wrap {
  min-width: 20px;
  margin-top: 370px;
  margin-left: auto;
  margin-right: auto;
  height: 15px;
  position: relative;
  text-align: center;
}

#pagination-wrap ul {
  width: 100%;
}

#pagination-wrap ul li {
  margin: 0 4px;
  display: inline-block;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #999;
  opacity: 0.5;
  position: relative;
  top: 0;
}

#pagination-wrap ul li.active {
  width: 12px;
  height: 12px;
  top: 3px;
  opacity: 1;
  box-shadow: rgba(0, 0, 0, 0.1) 1px 1px 0px;
}

#slider-wrap ul, #pagination-wrap ul li {
  transition: all 1s cubic-bezier(1, 0.01, 0.32, 1);
  -webkit-transition: all 1s cubic-bezier(1, 0.01, 0.32, 1);
  -moz-transition: all 1s cubic-bezier(1, 0.01, 0.32, 1);
  -ms-transition: all 1s cubic-bezier(1, 0.01, 0.32, 1);
  -o-transition: all 1s cubic-bezier(1, 0.01, 0.32, 1);
}

/**********************************************************************/
.wsol_pops .wsol_pops_footer {
 background: #f2f2f2;
 width: 100%;
}

.wsol_pops .wsol_pops_footer form {
 display: flex;
 justify-content: space-between;
 flex-direction: row;
 height: 40px;
 align-items: center;
}

.wsol_pops .wsol_pops_footer form div{
	width:50%;
	text-align:center;
	height:100%;
	display:flex;
	align-items:center;
	position:relative;
	z-index:1004;
}

.wsol_pops .wsol_pops_footer form div label{
	width:100%;
	color:#000 !important;
	height:100%;
	margin:0;
	border:1px solid #adadad;
	display:flex;
	align-items:center;
	justify-content:center;
	cursor:pointer;
	font-size:0.91rem;
}

/*.wsol_pops .wsol_pops_footer form #check {
 height: 85%;
 margin:0;
}

.wsol_pops .wsol_pops_footer form #check label {
 color: #fff;
 cursor: pointer;
 font-size: .8rem;
 font-weight: 300;
 display: flex;
 align-items: flex-start;
 height: 85%;
}*/

.wsol_pops .wsol_pops_footer form #check label:hover, .wsol_pops .wsol_pops_footer form #check label:focus {
 opacity: .6;
}

.wsol_pops .wsol_pops_footer form #check label input {
 visibility: hidden;
}

.wsol_pops .wsol_pops_footer form #check label.on {
 opacity: .5;
}

.wsol_pops .wsol_pops_footer form #close{
margin:0;
}

/*
.wsol_pops .wsol_pops_footer form #close a {
 color: #000;
 padding-right: 10px;
 cursor: pointer;
 font-size: .8rem;
 font-weight: 300;
 display: block;
 margin-bottom: .5rem;
 width: 50px;
}
*/
.wsol_pops .wsol_pops_footer form #close a{
	color:#000;
	padding:0;
	display:flex;
	justify-content:center;
	align-items:center;
	width:100%;
	height:100%;
	border:1px solid #adadad;
	border-left:none;
	font-size:0.91rem;
}

.wsol_pops .wsol_pops_footer form #close a:hover {
 opacity: .6;
}



/****************************************************/
/*20220613_c replace popup css st */

/*20220613_c replace popup css end */
.skip-to-content-link {
  position: absolute;
  left: 0;
  transform: translateY(-100%);
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: auto;
  padding: 8px;
  transition: transform 0.3s;
  z-index: 999999;
  text-align: center;
  color: #fff;
}

.skip-to-content-link:focus {
  transform: translateY(0%);
}

.skip-to-lms-link {
  position: absolute;
  left: 0;
  transform: translateY(-200%);
  background: rgba(0, 0, 0, 0.65);
  width: 100%;
  height: auto;
  padding: 8px;
  transition: transform 0.3s;
  z-index: 999999;
  text-align: center;
  color: #fff;
}

.skip-to-lms-link:focus {
  transform: translateY(0%);
}

.skip-to-all-link {
  position: absolute;
  left: 0;
  transform: translateY(-300%);
  background: rgba(0, 0, 0, 0.8);
  width: 100%;
  height: auto;
  padding: 8px;
  transition: transform 0.3s;
  z-index: 999999;
  text-align: center;
  color: #fff;
}

.skip-to-all-link:focus {
  transform: translateY(0%);
}

header #header {
  width: 100%;
  height: 80px;
  position: fixed;
  left: 0;
  z-index: 9999;
  background: #fff;
  transition: top .6s ease-in-out;
  -webkit-transition: top .6s ease-in-out;
  top: 0;
}

@media only screen and (max-width: 991px) {
  header #header.active .headerTop h1 a img {
    filter: brightness(0) invert(0.9);
    -webkit-filter: brightness(0) invert(0.9);
  }
}

header #header .headerTop {
  position: relative;
  box-sizing: border-box;
  height: 100%;
  width: 70%;
  left: 0;
  text-align: center;
}

@media only screen and (max-width: 1500px) {
  header #header .headerTop {
    width: 90%;
  }
}

@media only screen and (max-width: 991px) {
  header #header .headerTop {
    margin: 0 10px;
    width: 95%;
  }
}

header #header .headerTop h1 a {
  display: block;
  height: 100%;
}

header #header .headerTop h1 a img {
  height: 40px;
  transition: all .2s ease-in-out;
  -webkit-transition: all .2s ease-in-out;
  position: absolute;
  left: 0;
  top: 40%;
  transform: translateY(-50%);
  z-index: 9999999;
}

header #header .btn_all_menu {
  overflow: hidden;
  z-index: 999999;
  position: absolute;
  width: 26px;
  height: 24px;
  right: 15px;
  top: 50%;
  margin-top: -12px;
}

header #header .btn_all_menu span {
  position: absolute;
  right: 0;
  width: 100%;
  height: 4px;
  background: #000;
  transition: all .3s ease-in-out;
  -webkit-transition: all .3s ease-in-out;
}

header #header .btn_all_menu span.barTop {
  top: 0px;
}

header #header .btn_all_menu span.barMid {
  top: 10px;
  width: 60%;
}

header #header .btn_all_menu span.barBot {
  top: 20px;
}

header #header .btn_all_menu:hover span.barTop {
  width: 60%;
}

header #header .btn_all_menu:hover span.barMid {
  width: 100%;
}

header #header .btn_all_menu:hover span.barBot {
  width: 60%;
}

header #header .btn_all_menu.active span {
  background: #ccc;
}

header #header .btn_all_menu.active span.barTop {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  top: 10px;
}

header #header .btn_all_menu.active span.barMid {
  width: 0;
}

header #header .btn_all_menu.active span.barBot {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  top: 10px;
}

header #header .btn_all_menu.active:hover span {
  width: 100%;
}

header #header .btn_all_menu.active:hover span.barMid {
  display: none;
}

@media screen and (min-width: 992px) {
  .btn_all_menu, .allMenuWrap {
    display: none !important;
  }
}

#gnb {
  display: inline-block;
  vertical-align: top;
  box-sizing: border-box;
  position: relative;
  z-index: 1;
  float: right;
}

@media only screen and (max-width: 991px) {
  #gnb {
    display: none;
  }
}

#gnb .gnbWrap {
  display: block;
  margin: 0 auto;
  text-align: center;
  font-size: 0;
}

#gnb .gnbWrap li {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  font-size: 16px;
  box-sizing: border-box;
}

#gnb .gnbWrap li a {
  position: relative;
  display: block;
  padding: 0 32.5px;
  line-height: 74px;
  font-size: 17px;
  font-weight: 600;
  color: #2f2f2f;
  box-sizing: border-box;
  transition: color .2s ease-in-out;
  -webkit-transition: color .2s ease-in-out;
  font-family: 'NotoSansR';
}

@media only screen and (max-width: 1200px) {
  #gnb .gnbWrap li a {
    padding: 0 16.25px;
  }
}

#gnb .gnbWrap li:hover a, #gnb .gnbWrap li:focus a {
  color: #0958ce !important;
  position: relative;
}

#gnb .gnbWrap li:hover a:before, #gnb .gnbWrap li:focus a:before {
  position: absolute;
  display: block;
  width: 45%;
  height: 2px;
  background: #0958ce;
  bottom: 10px;
  left: 27.5%;
  content: '';
}

#gnb .gnbWrap li.hovline a {
  color: #0958ce !important;
  position: relative;
}

#gnb .gnbWrap li.hovline a:before {
  position: absolute;
  display: block;
  width: 45%;
  height: 2px;
  background: #0958ce;
  bottom: 10px;
  left: 27.5%;
  content: '';
}

.allMenuWrap {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  bottom: 0;
  background-color: #333;
  padding: 74px 0 50px;
  z-index: 2;
  box-sizing: border-box;
}

.allMenuWrap .allMenuWrap_inner {
  height: 100%;
  overflow-y: auto;
  max-width: 1533px;
  margin: 0 auto;
}

.allMenuWrap .allMenuWrap_inner .allMenu_inner {
  display: table;
  padding: 0 15px;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
}

.allMenuWrap .allMenuWrap_inner .allMenu_inner .allMenu {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}

.allMenuWrap .allMenuWrap_inner .allMenu_inner .allMenu li {
  display: flex;
  text-align: left;
  position: relative;
  padding: 33px 0;
  border-bottom: 1px solid #e6e6e6;
}

.allMenuWrap .allMenuWrap_inner .allMenu_inner .allMenu li a {
  width: 157px;
  font-size: 20px;
  font-weight: 600;
  line-height: 33px;
  color: #8b8b8b;
  margin-left: 13px;
  font-family: 'nexonO';
}

.allMenuWrap .allMenuWrap_inner .allMenu_inner .allMenu li.leftaa a {
  color: #fff;
  margin-left: 30px;
}

.allMenuWrap .allMenuWrap_inner .allMenu_inner .allMenu li.leftaa a:hover, .allMenuWrap .allMenuWrap_inner .allMenu_inner .allMenu li.leftaa a:focus {
  color: #fff;
}

.allMenuWrap .allMenuWrap_inner .allMenu_inner .allMenu li.leftaa a:before {
  content: '';
  position: absolute;
  display: block;
  width: 20px;
  height: 11px;
  transform: rotate(-90deg);
  background-repeat: no-repeat;
  background-size: cover;
  left: 5px;
  top: 50%;
  margin-top: -4px;
  background-image: url("../images/Wimage/arrow.png");
  transition: all .2s ease-in-out;
}

.clearfix:after {
  display: block;
  content: '';
  clear: both;
}

.mainvisual {
  width: 100%;
  height: auto;
  background: #000;
}

.owl-item div {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.owl-item div.img01 {
  position: relative;
  z-index: 1;
  height: 100vh;
}

@media only screen and (max-width: 991px) {
  .owl-item div.img01 {
    height: 85vh;
  }
}

@media only screen and (max-width: 500px) {
  .owl-item div.img01 {
    height: 75vh;
  }
}

.owl-item div.img01:before {
  background-image: url("../images/Wimage/hero_1.png");
  top: 0;
  left: 0;
  position: absolute;
  background-size: 100% 100%;
  background-position: center center;
  opacity: 0.5 !important;
  filter: alpha(opacity=50);
  z-index: -1;
  content: "";
  width: 100%;
  height: 100%;
}

.owl-item div.img02 {
  position: relative;
  z-index: 1;
  height: 100vh;
}

@media only screen and (max-width: 991px) {
  .owl-item div.img02 {
    height: 85vh;
  }
}

@media only screen and (max-width: 500px) {
  .owl-item div.img02 {
    height: 75vh;
  }
}

.owl-item div.img02:before {
  background-image: url("../images/Wimage/hero_2.png");
  top: 0;
  left: 0;
  position: absolute;
  background-size: 100% 100%;
  background-position: center center;
  opacity: 0.5 !important;
  filter: alpha(opacity=50);
  z-index: -1;
  content: "";
  width: 100%;
  height: 100%;
}

.owl-item div.img03 {
  position: relative;
  z-index: 1;
  height: 100vh;
}

@media only screen and (max-width: 991px) {
  .owl-item div.img03 {
    height: 85vh;
  }
}

@media only screen and (max-width: 500px) {
  .owl-item div.img03 {
    height: 75vh;
  }
}

.owl-item div.img03:before {
  background-image: url("../images/Wimage/hero_3.png");
  top: 0;
  left: 0;
  position: absolute;
  background-size: 100% 100%;
  background-position: center center;
  opacity: 0.5 !important;
  filter: alpha(opacity=50);
  z-index: -1;
  content: "";
  width: 100%;
  height: 100%;
}

.owl-item div.img03 a {
  padding-left: 50px;
  padding-right: 50px;
}

@media only screen and (max-width: 376px) {
  .owl-item div.img03 a {
    padding-left: 40px;
    padding-right: 40px;
    margin-top: 5rem;
  }
}

.owl-item div.img03 p a {
  padding: 0;
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .owl-item div.img03 p a {
    white-space: pre-line;
  }
}

.owl-item div h1 {
  font-size: 6.5625rem;
  line-height: 1;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: -0.1rem;
}

@media only screen and (max-width: 991px) {
  .owl-item div h1 {
    font-size: 5.25rem;
    font-weight: 700;
  }
}

@media only screen and (max-width: 767px) {
  .owl-item div h1 {
    padding-left: 30px;
    padding-right: 30px;
    font-size: 4rem;
  }
}

@media only screen and (max-width: 376px) {
  .owl-item div h1 {
    font-size: 3rem;
    letter-spacing: -0.06rem;
    margin-top: 5rem;
  }
}

.owl-item div h1 a {
  color: #fff;
  font-family: 'NotoSansBL';
}

/*@media only screen and (max-width: 991px) {
  .owl-item div h1 a {
    font-family: 'godoB';
  }
}*/

.owl-item div h1 a .mainslidefirstw {
  color: #3c75d6;
}

.owl-item div h1 a .mainslidesecondw {
  color: #d54245;
}

.owl-item div p {
  margin-top: 3rem;
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .owl-item div p {
    padding-left: 50px;
    padding-right: 50px;
    margin-top: 1.5rem;
  }
}

@media only screen and (max-width: 376px) {
  .owl-item div p {
    font-size: 1rem;
    letter-spacing: -0.06rem;
  }
}

.owl-item div p a {
  color: #fff;
  font-size: 1.25rem;
  font-weight: 800;
  line-height: 2rem;
  font-family: 'NotoSansR';
}

@media only screen and (max-width: 991px) {
  .owl-item div p a {
    font-size: 1.1rem;
    line-height: 1rem;
  }
}

.owl-item div p a .mainslidefirstw {
  color: #3c75d6;
}

.owl-item div p a .mainslidesecondw {
  color: #d54245;
}

.owl-item div .mainbtn {
  font-weight: 600;
  padding: 15px 100px;
  background: transparent !important;
  opacity: 1;
  font-size: 18px !important;
  font-family: 'NotoSansM';
  color: #fff;
  /*#fff*/
  cursor: pointer;
  display: block;
  position: relative;
  border: 2px solid #fff;
  transition: all 0.4s cubic-bezier(0.42, 0, 0.58, 1) 0s;
}

.owl-item div .mainbtn:link, .owl-item div .mainbtn:visited {
  position: relative;
  display: block;
  margin: 30px auto 0;
  padding: 14px 15px;
  color: #fff;
  /*fff*/
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  overflow: hidden;
  letter-spacing: .08em;
  border-radius: 0;
  text-shadow: 0 0 1px rgba(0, 0, 0, 0.2), 0 1px 0 rgba(0, 0, 0, 0.2);
  transition: all 1s ease;
}

.owl-item div .mainbtn:link:after, .owl-item div .mainbtn:visited:after {
  content: "";
  position: absolute;
  height: 0%;
  left: 50%;
  top: 50%;
  width: 150%;
  z-index: -1;
  transition: all 0.75s ease 0s;
}

.owl-item div .mainbtn:link:hover, .owl-item div .mainbtn:visited:hover {
  color: #fff;
  /*fff*/
  text-shadow: none;
}

.owl-item div .mainbtn:link:hover:after, .owl-item div .mainbtn:visited:hover:after {
  height: 450%;
}

.owl-item div .mainbtn:hover, .owl-item div .mainbtn:focus {
  color: #000 !important;
  background-color: transparent;
  text-shadow: none;
}

.owl-item div .mainbtn:hover:before, .owl-item div .mainbtn:focus:before {
  left: 0%;
  right: auto;
  width: 100%;
}

.owl-item div .mainbtn:before {
  display: block;
  position: absolute;
  top: 0px;
  right: 0px;
  height: 100%;
  width: 0px;
  z-index: -1;
  content: '';
  color: #000 !important;
  background: #fff;
  /*f7ca18*/
  transition: all 0.4s cubic-bezier(0.42, 0, 0.58, 1) 0s;
}

.owl-nav button {
  background: transparent;
}

.owl-nav .owl-prev, .owl-nav .owl-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  font-size: 5rem;
  color: rgba(255, 255, 255, 0.4);
}

.owl-nav .owl-prev:hover, .owl-nav .owl-prev:focus, .owl-nav .owl-next:hover, .owl-nav .owl-next:focus {
  outline: none;
  color: #fff;
}

.owl-nav .owl-prev {
  left: 20px;
}

.owl-nav .owl-next {
  right: 20px;
}

.slidebgcover {
  height: 181px;
  background: transparent;
  position: relative;
  top: -181px;
  z-index: 30;
  background-image: url("../images/Wimage/mainslide_line.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

@media only screen and (max-width: 991px) {
  .slidebgcover {
    height: 70px;
    top: -70px;
  }
}

@media only screen and (max-width: 500px) {
  .slidebgcover {
    height: 40px;
    top: -40px;
  }
}

.topimg {
  background-color: #0958ce;
  overflow: hidden;
  padding: 7rem 0;
}

@media only screen and (max-width: 991px) {
  .topimg {
    height: 75vh;
  }
}

@media only screen and (max-width: 499px) {
  .topimg {
    height: 90vh; /*20211104_c replace 85vh --> 100vh*/
  }
}

@media only screen and (max-width: 376px) {
  .topimg {
    height: 100vh; /*20211104_c replace 85vh --> 100vh*/
    padding: 5rem 0;
  }
}

.topimg .top-introduce {
  position: relative;
  z-index: 1;
  height: 359px;
}

.topimg .top-introduce .img-fluid {
  position: absolute;
  z-index: 3;
  left: -123px;
  top: -32px;
  width: 650px;
  opacity: .5;
}

@media only screen and (max-width: 991px) {
  .topimg .top-introduce .img-fluid {
    top: 150px;
    left: -130px;
  }
}

@media only screen and (max-width: 767px) {
  .topimg .top-introduce .img-fluid {
    top: 215px;
    left: -105px;
  }
}

@media only screen and (max-width: 767px) {
  .topimg .top-introduce .img-fluid {
    top: 240px;
    left: -70px;
  }
}

.topText {
  font-family: 'nexonOM';
  word-break:keep-all;
}

@media only screen and (max-width: 376px) {
  .topText {
    letter-spacing: -0.13rem;
  }
}

.topText span {
  font-family: 'nexonO';
  color: #010c1b;
}

.topText2 p {
  letter-spacing: -0.8px;
  font-family: 'nexonO';
  word-break:keep-all;
}

.topText2 p span {
  font-family: 'gmarketM';
  color: #f4a50b;
}

.centerimg {
  width: 100%;
  height: auto;
  text-align: center;
  padding: 7rem 0;
}

@media only screen and (max-width: 1200px) {
  .centerimg {
    padding: 7rem 0 12rem 0;
  }
}

@media only screen and (max-width: 991px) {
  .centerimg {
    padding: 7rem 0;
  }
}

@media only screen and (max-width: 376px) {
  .centerimg {
    padding: 5rem 0;
  }
}

.centerimg span {
  color: #3c75d6;
  text-transform: uppercase;
  font-weight: 500;
  font-family: 'NotoSansR';
}

.centerimg h2 {
  color: #000;
  margin-bottom: 2rem;
  font-size: 3.5rem;
  font-weight: 700;
  font-family: 'NotoSansB';
  letter-spacing: -0.2rem;
}

.centerimg p {
  margin-bottom: 3rem;
  font-family: 'nexonO';
}

@media only screen and (max-width: 500px) {
  .centerimg p {
    padding-right: 30px;
    padding-left: 30px;
    font-size: 1rem;
    letter-spacing: -0.04rem;
    margin-bottom: 1rem;
  }
}

@media only screen and (max-width: 376px) {
  .centerimg p {
    padding-right: 10px;
    padding-left: 10px;
  }
}

.centerimg ul {
  text-align: left;
}

.centerimg ul li {
  letter-spacing: -0.7px;
  line-height: 2;
  text-indent: -5px;
}

.centeraddjs2 {
  display: none;
}

.centeraddjs1 div div h3 {
  font-family: 'yes24';
}

.centeraddjs1 div div ul li {
  font-family: 'nexonO';
  text-indent: -5px;
}

#cssmenu, #cssmenu ul, #cssmenu ul li, #cssmenu ul li a {
  margin: 0;
  padding: 0;
  border: 0;
  list-style: none;
  line-height: 1.5;
  display: block;
  position: relative;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

#cssmenu {
  color: #000;
}

#cssmenu ul li > ul {
  display: none;
}

#cssmenu ul li > ul li {
  font-family: 'nexonO';
}

#cssmenu ul li.active ul {
  display: block;
}

#cssmenu ul li.has-sub {
  overflow: hidden;
  padding: 30px 0 30px 10px;
  border-bottom: 2px dotted #dddfe9;
}

#cssmenu ul li.has-sub img {
  display: none;
}

#cssmenu ul li.has-sub a {
  cursor: pointer;
  max-height: 84px;
  font-family: 'yes24';
}

#cssmenu ul li.has-sub a:after {
  position: absolute;
  right: 31px;
  top: 3px;
  z-index: 5;
  display: block;
  height: 22px;
  width: 2px;
  background: #000;
  content: "";
  transition: all 0.1s ease-out;
  -webkit-transition: all 0.1s ease-out;
  -moz-transition: all 0.1s ease-out;
  -ms-transition: all 0.1s ease-out;
  -o-transition: all 0.1s ease-out;
}

#cssmenu ul li.has-sub a:before {
  position: absolute;
  right: 21px;
  top: 13px;
  display: block;
  width: 22px;
  height: 2px;
  background: #000;
  content: "";
  transition: all 0.1s ease-out;
  -webkit-transition: all 0.1s ease-out;
  -moz-transition: all 0.1s ease-out;
  -ms-transition: all 0.1s ease-out;
  -o-transition: all 0.1s ease-out;
}

#cssmenu ul li.has-sub.open {
  border: none;
}

#cssmenu ul li.has-sub.open img {
  display: block;
}

#cssmenu ul li.has-sub.open a:after, #cssmenu ul li.has-sub.open a:before {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
}

@media screen and (max-width: 991px) {
  .centeraddjs1 {
    display: none;
  }
  .centeraddjs2 {
    display: block;
  }
}

.newlmsinfo {
  width: 100%;
  height: auto;
  background: #e0effc;
  text-align: center;
  padding: 7rem 0;
  position: relative;
}

@media only screen and (max-width: 500px) {
  .newlmsinfo {
    margin-top: 50px;
  }
}

@media only screen and (max-width: 376px) {
  .newlmsinfo {
    padding: 5rem 0;
  }
}

.newlmsinfo .top_line {
  width: 100%;
  position: absolute;
  height: 181px;
  top: -181px;
}

@media only screen and (max-width: 991px) {
  .newlmsinfo .top_line {
    height: 70px;
    top: -70px;
  }
}

@media only screen and (max-width: 500px) {
  .newlmsinfo .top_line {
    height: 40px;
    top: -40px;
  }
}

.newlmsinfo .top_line img {
  width: 100%;
  height: 100%;
}

.newlmsinfo .bottom_line {
  position: absolute;
  width: 100%;
  height: 181px;
  bottom: -179px;
  z-index:29;
}

@media only screen and (max-width: 991px) {
  .newlmsinfo .bottom_line {
    height: 70px;
    bottom: -69px;
  }
}

@media only screen and (max-width: 500px) {
  .newlmsinfo .bottom_line {
    height: 40px;
    bottom: -39px;
  }
}

.newlmsinfo .bottom_line img {
  width: 100%;
  height: 100%;
}

.newlmsinfo span {
  color: #2168d3;
  font-size: 1.25rem;
  font-family: 'yes24';
}

@media only screen and (max-width: 376px) {
  .newlmsinfo span {
    font-size: 1rem;
  }
}

.newlmsinfo h1 {
  font-size: 3.5rem;
  font-family: 'yes24';
  letter-spacing: -5.6px;
}

.newlmsinfo h1 a {
  color: #2f2f2f;
}

@media only screen and (max-width: 991px) {
  .newlmsinfo h1 {
    font-size: 2.875rem;
  }
}

@media only screen and (max-width: 376px) {
  .newlmsinfo h1 {
    font-size: 2.2rem;
  }
}

.newlmsinfo p {
  font-size: 1.25rem;
  margin-bottom: 42px;
  font-family: 'nexonO';
  letter-spacing: -1px;
}

.newlmsinfo p a {
  color: #222;
}

@media only screen and (max-width: 991px) {
  .newlmsinfo p {
    font-size: 1rem;
  }
}

@media only screen and (max-width: 376px) {
  .newlmsinfo p {
    font-size: 0.81rem;
  }
}

.newlmsinfo .row .mobnewlms {
  position: absolute;
  left: -1000px;
}

@media only screen and (max-width: 991px) {
  .newlmsinfo .row .mobnewlms {
    position: relative;
    left: 5px;
  }
}

.newlmsinfo .row div {
  background: transparent;
  padding: 0;
  height: auto;
}

@media only screen and (max-width: 991px) {
  .newlmsinfo .row div:nth-child(2n-1) {
    text-align: right;
  }
}

@media only screen and (max-width: 1200px) {
  .newlmsinfo .row div:nth-child(2n-1) img {
    width: 98%;
    height: 98%;
  }
}

@media only screen and (max-width: 991px) {
  .newlmsinfo .row div:nth-child(2n-1) img {
    width: 100%;
    height: 100%;
  }
}

@media only screen and (max-width: 767px) {
  .newlmsinfo .row div:nth-child(2n-1) img {
    width: 90%;
    height: 90%;
  }
}

@media only screen and (max-width: 991px) {
  .newlmsinfo .row div:nth-child(2n) {
    text-align: left;
  }
}

@media only screen and (max-width: 1200px) {
  .newlmsinfo .row div:nth-child(2n) img {
    width: 98%;
  }
}

@media only screen and (max-width: 991px) {
  .newlmsinfo .row div:nth-child(2n) img {
    width: 100%;
    height: 100%;
  }
}

@media only screen and (max-width: 767px) {
  .newlmsinfo .row div:nth-child(2n) img {
    width: 90%;
    height: 90%;
  }
}

.bottomimg {
  width: 100%;
  height: auto;
  background-image: url("../images/Wimage/contents_bg.jpg");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  text-align: center;
  padding: 15rem 0 7rem 0; /*padding:10rem 0 7rem 0*/
  background-attachment: fixed;
  position: relative;
  z-index: 2;
}

@media only screen and (max-width: 991px) {
  .bottomimg {
    padding: 10rem 0;
  }
}

@media only screen and (max-width: 376px) {
  .bottomimg {
    padding: 5rem 0;
  }
}

.bottomimg:after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  width: 100%;
  background: rgba(52, 58, 105, 0.6);
}

.bottomimg div div:first-child {
  margin-bottom: 3rem;
}

@media only screen and (max-width: 376px) {
  .bottomimg div div:first-child {
    margin-bottom: 2rem;
  }
}

.bottomimg div div span {
  text-transform: uppercase;
  font-weight: 500;
  font-family: 'yes24';
}

@media only screen and (max-width: 376px) {
  .bottomimg div div span {
    font-size: 0.9rem;
  }
}

.bottomimg div div h2 {
  line-height: 1.2;
  font-size: 4rem;
  font-family: 'yes24';
}

@media only screen and (max-width: 376px) {
  .bottomimg div div h2 {
    font-size: 3rem;
  }
}

.bottomimg div .bottext div {
  margin-bottom: 0 !important;
}

.bottomimg div .bottext div p {
  font-family: 'nexonO';
  font-size: 1rem;
  letter-spacing: -1.4px;
  word-break:keep-all;
}

.bottomimg div .bottext div p a {
  color: #fff;
  word-break:keep-all;
}

@media only screen and (max-width: 376px) {
  .bottomimg div .bottext div p {
    font-size: 1rem;
    letter-spacing: -0.1rem;
  }
}

.bottomimg div .bottext div p span {
  display: none;
}

@media only screen and (max-width: 767px) {
  .bottomimg div .bottext div p span {
    display: block;
  }
}

@media only screen and (max-width: 376px) {
  .bottomimg div .bottext div p span {
    display: none;
  }
}

.bottomimg div .bottext div p strong {
  font-weight: 400;
}

@media only screen and (max-width: 991px) {
  .bottomimg div .bottext div p strong {
    display: none;
  }
}

.bottomimg ul {
  margin: 0 auto;
  margin-top: 3rem;
}

@media only screen and (max-width: 767px) {
  .bottomimg ul {
    margin-top: 2rem;
  }
}

@media only screen and (max-width: 376px) {
  .bottomimg ul {
    margin-top: 1rem;
    padding: 0;
  }
}

@media only screen and (max-width: 991px) {
  .bottomimg ul li:nth-child(2), .bottomimg ul li:nth-child(3), .bottomimg ul li:nth-child(4) {
    margin-top: 30px;
  }
}

@media only screen and (max-width: 376px) {
  .bottomimg ul li:nth-child(2), .bottomimg ul li:nth-child(3), .bottomimg ul li:nth-child(4) {
    margin-top: 10px;
  }
}

.bottomimg ul li div {
  text-align: center;
  min-height: 340px;
}

@media only screen and (max-width: 991px) {
  .bottomimg ul li div {
    text-align: left;
    position: relative;
    z-index: 10;
    min-height: 0;
    margin-bottom: 0 !important;
  }
}

.bottomimg ul li div h3 {
  font-family: 'NotoSansB';
  font-weight: 600;
}

.bottomimg ul li div p {
  font-family: 'NotoSansR';
  font-size: 0.85rem;
  font-weight: 600;
}

@media only screen and (max-width: 991px) {
  .bottomimg ul li div figure {
    position: absolute;
    right: 15px;
    top: 15px;
    margin: 0;
  }
}

@media only screen and (max-width: 376px) {
  .bottomimg ul li {
    padding: 0;
  }
}


/*20220614_c add contentviewbtn st*/
.contentviewbtn{
	font-weight:600;
	padding:15px 0px;/*padding:15px 100px;*/
	background:transparent !important;
	opacity:1;
	font-size:18px !important;
	font-family:'NotoSansM';
	color:#fff;
	cursor:pointer;
	display:block;
	width:30%;
	position:relative;
	z-index:9;
	border:2px solid #fff;
	transition: all .4s cubic-bezier(0.42, 0, 0.58, 1) 0s;
}

@media only screen and (max-width:499px){
	.contentviewbtn{
		width:86%;
		padding:15px 30px;
	}
}

.contentviewbtn:before{
	display:block;
	position:absolute;
	top:0;
	right:0;
	height:100%;
	width:0px;
	z-index:-1;
	content:'';
	color:#000 !important;
	background:#fff;
	transition: all .4s cubic-bezier(0.42, 0, 0.58, 1) 0s;
}

.contentviewbtn:hover, contentviewbtn:focus{
	color:#000 !important;
	background-color:transparent;
	text-shadow:none;
}

.contentviewbtn:hover:before, .contentviewbtn:focus:before{
	left:0%;
	right:auto;
	width:100%;
}
/*20220614_c add contentviewbtn end*/
.bg-blue {
  background: #2168D3 !important;
}

.block-team-member-1 {
  padding: 50px 10px;
  border: 0;
}

@media only screen and (max-width: 991px) {
  .block-team-member-1 {
    padding: 30px;
  }
}

.block-team-member-1:focus {
  text-decoration: underline;
}

.font-size-13 {
  font-size: 13px;
}

.homepagemade {
  width: 100%;
  height: auto;
  padding: 7rem 0;
}

.homepagemade .container .row div div .text-blue {
  color: #3c75d6;
  margin-bottom: 0;
  text-indent: 5px;
  font-family: 'NotoSansR';
}

.homepagemade .container .row div div h1 {
  font-size: 3.5rem;
  margin-bottom: 2rem;
  font-weight: 700;
  font-family: 'NotoSansB';
  letter-spacing: -0.3rem;
}

@media only screen and (max-width: 376px) {
  .homepagemade .container .row div div h1 {
    font-size: 3rem;
  }
}

.homepagemade .container .row div div .h4 {
  font-weight: 600;
  font-family: 'NotoSansM';
  letter-spacing: -0.1rem;
}

.homepagemade .container .row div div .h4 a {
  color: #2f2f2f;
}

.homepagemade .container .row div div .h4 a span {
  color: #666666;
  font-family: 'NotoSansR';
  word-break:keep-all;
}

@media only screen and (max-width: 991px) {
  .homepagemade .container .row div div .h4 {
    white-space: pre-line;
    max-height: 100px;
  }
}

@media only screen and (max-width: 376px) {
  .homepagemade .container .row div div .h4 {
    font-size: 1.2rem;
  }
}

.homemadebox h2 {
  color: #343a40;
  font-weight: 600;
  margin-top: 3rem;
}

@media only screen and (max-width: 991px) {
  .homemadebox div .rbbox1 {
    height: 210px;
  }
}

.homemadebox div .rbbox1 button {
  padding: 0;
  border: none;
  cursor: pointer;
}

@media only screen and (max-width: 991px) {
  .homemadebox div .rbbox1 button {
    height: 210px;
    overflow: hidden;
  }
}

.homemadebox div .rbbox1 button img {
  width: 100%;
  visibility: visible;
  max-width: 100%;
  height: auto;
}

.homemadebox div .rbbox1 button .rbboxtext {
  visibility: visible;
  position: absolute;
  z-index: 0;
  bottom: 20px;
  font-weight: 400;
  color: #fff;
  font-size: 14px;
  width: 100%;
  font-family: 'nexonOM';
}

.homemadebox div .rbbox1 button .rbhidebox {
  display: none;
}

.homemadebox div .rbbox1 button:hover, .homemadebox div .rbbox1 button:focus {
  outline: 16px solid rgba(255, 255, 255, 0.5);
  outline-offset: -16px;
  cursor: pointer;
  transition: all .7s;
  -webkit-transition: all .7s;
  -moz-transition: all .7s;
  -ms-transition: all .7s;
  -o-transition: all .7s;
}

.homemadebox div .rbbox1.rbshow button:hover, .homemadebox div .rbbox1.rbshow button:focus {
  outline: none;
}

.homemadebox div .rbbox1.rbshow button .rbboxtext {
  display: none;
}

.homemadebox div .rbbox1.rbshow button .rbhidebox {
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.7);
  position: absolute;
  top: 0;
  left: 0;
  padding: 50px 20px;
}

@media only screen and (max-width: 991px) {
  .homemadebox div .rbbox1.rbshow button .rbhidebox {
    padding: 14px 20px;
  }
}

.homemadebox div .rbbox1.rbshow button .rbhidebox h3 {
  display: block;
  width: 100%;
  padding-bottom: 10px;
  color: #2f2f2f;
  text-align: left;
  font-size: 20px;
  border-bottom: 3px solid #2f2f2f;
}

.homemadebox div .rbbox1.rbshow button .rbhidebox p {
  text-align: left;
  line-height: 20px;
  letter-spacing: -0.3px;
}

.homemadebox div .rbbox1.rbshow button .rbhidebox .movepage {
  display: block;
  width: 89%;
  text-align: left;
  color: #2f2f2f;
  position: absolute;
  bottom: 35px;
  padding-left: 5px;
  transition: all .7s;
  -webkit-transition: all .7s;
  -moz-transition: all .7s;
  -ms-transition: all .7s;
  -o-transition: all .7s;
}

@media only screen and (max-width: 991px) {
  .homemadebox div .rbbox1.rbshow button .rbhidebox .movepage {
    bottom: 14px;
  }
}

.homemadebox div .rbbox1.rbshow button .rbhidebox .movepage:hover, .homemadebox div .rbbox1.rbshow button .rbhidebox .movepage:focus {
  background: rgba(0, 0, 0, 0.7);
  color: #fff;
  border-radius: 5px;
}

.homemadebox div .rbbox1.rbshow button .rbhidebox .closerb {
  display: block;
  width: 14px;
  height: 14px;
  position: absolute;
  top: 10px;
  right: 20px;
  color: #2f2f2f;
}

.homemadebox div .rbbox1.rbshow button .rbhidebox .closerb i:before {
  display: block;
  width: 20px;
  height: 20px;
}

@media only screen and (max-width: 991px) {
  .homemadebox div .rbbox1:nth-child(1) button img {
    transform: translateY(-13%);
  }
}

@media only screen and (max-width: 991px) {
  .homemadebox div .rbbox1:nth-child(2) button img {
    transform: translateY(-30%);
  }
}

@media only screen and (max-width: 991px) {
  .homemadebox div .rbbox1:nth-child(3) button img {
    transform: translateY(-13%);
  }
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .rbbox1 button {
    position: relative;
  }
  .rbbox1 button:after {
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    display: none;
    background: transparent;
    border: 16px solid rgba(255, 255, 255, 0.7);
    width: 100%;
    height: 100%;
  }
  .rbbox1 button:hover, .rbbox1 button:focus {
    outline: none !important;
  }
  .rbbox1 button:hover:after, .rbbox1 button:focus:after {
    display: block;
    transition: all .7s;
  }
}

.info {
  background: #f2f7fc;
  width: 100%;
  height: auto;
  padding: 7rem 0;
}

@media only screen and (max-width: 376px) {
  .info {
    padding: 5rem 0;
  }
}

.form-control {
  height: 40px !important;
  background: #fff !important;
  border: 2px solid #ddd;
}

.form-control:hover, .form-control:active, .form-control:focus {
  border: 2px solid #2168d3 !important;
  box-shadow: none !important;
  -webkit-box-shadow: none !important;
  color: #2168d3 !important;
}

textarea.form-control {
  height: auto !important;
}

.rightinfo div div h1 {
  font-size: 3.5rem;
  font-weight: 700;
  font-family: 'NotoSansB';
  letter-spacing: -0.4rem;
}

@media only screen and (max-width: 376px) {
  .rightinfo div div h1 {
    font-size: 3rem;
  }
}

.rightinfo div div h4 {
  font-size: 1.25rem;
  font-weight: 600;
  font-family: 'NotoSansM';
  letter-spacing: -0.14rem;
}

.rightinfo div div h3 {
  font-weight: 700;
  font-family: 'NotoSansB';
}

.rightinfo div div h3 span:first-child {
  color: #9b9b9b;
}

.rightinfo div div p {
  color: #000;
  text-indent: -10px;
  font-family: 'NotoSansR';
}

.rightinfo div div p span:nth-child(1) {
  font-weight: 700;
}

/****************************20210706_c add mmove class mediaquery**********/
@media only screen and (max-width: 991px){
	.mmove0{
		padding-top:50px;
	}
	.mmove1{
		position:absolute;
		top:-250%;
	}
	.mmove2{
		position:absolute;
		top:-220%;
	}
}

@media only screen and (max-width: 434px){
	.mmove1{
		top:-235%;
	}
	.mmove2{
		top:-205%;
	}
}

@media only screen and (max-width: 376px){
	.mmove2{
		top:-210%;
	}
}

/*****************************************************************************/
#map {
  width: 100%;
  height: 300px;
}

.partnersection div h1 {
  font-size: 28px;
  color: #2f2f2f !important;
  font-weight: 700;
  font-family: 'NotoSansB';
}

.partnersection div p {
  color: #a19393;
  font-size: 15px;
  font-family: 'NotoSansR';
}

.partnersection div .row {
  width: 100%;
  margin-bottom: 72px;
  margin-top: 30px;
  border-left: 1px solid #d8d8d8;
  border-right: 1px solid #d8d8d8;
}

.partnersection div .row a {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 138px;
  border: none;
  background: transparent;
}

@media only screen and (max-width: 991px) {
  .partnersection div .row a {
    min-height: 155px;
    line-height: 155px;
  }
}

@media only screen and (max-width: 434px) {
  .partnersection div .row a {
    min-height: 100px;
    line-height: 100px;
  }
}

.partnersection div .row a:nth-child(1) {
  border-right: 1px solid #d8d8d8;
  border-top: 1px solid #d8d8d8;
}

@media only screen and (max-width: 991px) {
  .partnersection div .row a:nth-child(1) {
    padding: 0px 69px;
    border-right: 1px solid #d8d8d8;
    border-top: 1px solid #d8d8d8;
  }
}

@media only screen and (max-width: 434px) {
  .partnersection div .row a:nth-child(1) {
    padding: 0px 40px;
    border-right: 1px solid #d8d8d8;
    border-top: 1px solid #d8d8d8;
  }
}

.partnersection div .row a:nth-child(2) {
  border-right: 1px solid #d8d8d8;
  border-top: 1px solid #d8d8d8;
}

@media only screen and (max-width: 991px) {
  .partnersection div .row a:nth-child(2) {
    padding: 0px 49px;
    border-top: 1px solid #d8d8d8;
    border-right: none;
  }
}

@media only screen and (max-width: 434px) {
  .partnersection div .row a:nth-child(2) {
    padding: 0px 25px;
    border-top: 1px solid #d8d8d8;
    border-right: none;
  }
}

.partnersection div .row a:nth-child(3) {
  border-top: 1px solid #d8d8d8;
}

/* 20220602_c remove border-top right*/
@media only screen and (max-width: 991px) {
  .partnersection div .row a:nth-child(3) {
    padding: 0px 130px;
    /*border-top: 1px solid #d8d8d8;
    border-right: 1px solid #d8d8d8;*/
  }
}

@media only screen and (max-width: 434px) {
  .partnersection div .row a:nth-child(3) {
    padding: 0px 110px; /*padding:0 35px;*/
    /*border-top: 1px solid #d8d8d8;
    border-right: 1px solid #d8d8d8;*/
  }

}

.partnersection div .row a:nth-child(4) {
  border-right: 1px solid #d8d8d8;
  border-top: 1px solid #d8d8d8;
  border-bottom: 1px solid #d8d8d8;
}

@media only screen and (max-width: 991px) {
  .partnersection div .row a:nth-child(4) {
    padding: 0px 55px;
    border-top: 1px solid #d8d8d8;
    border-right: none;
    border-bottom: none;
  }
}

@media only screen and (max-width: 434px) {
  .partnersection div .row a:nth-child(4) {
    padding: 0px 25px;
    border-top: 1px solid #d8d8d8;
    border-right: none;
    border-bottom: none;
  }
}

.partnersection div .row a:nth-child(5) {
  border-right: 1px solid #d8d8d8;
  border-top: 1px solid #d8d8d8;
  border-bottom: 1px solid #d8d8d8;
}

@media only screen and (max-width: 991px) {
  .partnersection div .row a:nth-child(5) {
    padding: 0px 35px;
    border-right: 1px solid #d8d8d8;
    border-top: 1px solid #d8d8d8;
    border-bottom: 1px solid #d8d8d8;
  }
}

@media only screen and (max-width: 434px) {
  .partnersection div .row a:nth-child(5) {
    padding: 0px 10px;
    border-right: 1px solid #d8d8d8;
    border-top: 1px solid #d8d8d8;
    border-bottom: 1px solid #d8d8d8;
  }
}

.partnersection div .row a:nth-child(6) {
  border-bottom: 1px solid #d8d8d8;
  border-top: 1px solid #d8d8d8;
}

@media only screen and (max-width: 991px) {
  .partnersection div .row a:nth-child(6) {
    padding: 0px 44px;
    border-bottom: 1px solid #d8d8d8;
  }
}

@media only screen and (max-width: 434px) {
  .partnersection div .row a:nth-child(6) {
    padding: 0px 14px;
    border-bottom: 1px solid #d8d8d8;
  }
}
.partnersection div .row a:nth-child(7) {
  border-right: 1px solid #d8d8d8;
  border-bottom: 1px solid #d8d8d8;
}

/*@media only screen and (max-width: 991px) {
  .partnersection div .row a:nth-child(7) {
    padding: 0px 55px;
    border-right: none;
    border-bottom: none;
  }
}

@media only screen and (max-width: 434px) {
  .partnersection div .row a:nth-child(7) {
    padding: 0px 25px;
    border-right: none;
    border-bottom: none;
  }
}*/

.partnersection div .row a:nth-child(8) {
  border-right: 1px solid #d8d8d8;
  border-bottom: 1px solid #d8d8d8;
}

/*@media only screen and (max-width: 991px) {
  .partnersection div .row a:nth-child(8) {
    padding: 0px 35px;
    border-right: 1px solid #d8d8d8;
    border-bottom: 1px solid #d8d8d8;
  }
}

@media only screen and (max-width: 434px) {
  .partnersection div .row a:nth-child(8) {
    padding: 0px 10px;
    border-right: 1px solid #d8d8d8;
    border-bottom: 1px solid #d8d8d8;
  }
}*/

.partnersection div .row a:nth-child(9) {
  border-bottom: 1px solid #d8d8d8;
  border-right: 1px solid #d8d8d8;
}

/*@media only screen and (max-width: 991px) {
  .partnersection div .row a:nth-child(9) {
    padding: 0px 44px;
    border-bottom: 1px solid #d8d8d8;
  }
}

@media only screen and (max-width: 434px) {
  .partnersection div .row a:nth-child(9) {
    padding: 0px 14px;
    border-bottom: 1px solid #d8d8d8;
  }
}*/
.partnersection div .row a:nth-child(10) {
  border-right: 1px solid #d8d8d8;
  border-bottom: 1px solid #d8d8d8;
}

/*@media only screen and (max-width: 991px) {
  .partnersection div .row a:nth-child(10) {
    padding: 0px 55px;
    border-right: none;
    border-bottom: none;
  }
}

@media only screen and (max-width: 434px) {
  .partnersection div .row a:nth-child(10) {
    padding: 0px 25px;
    border-right: none;
    border-bottom: none;
  }
}*/

.partnersection div .row a:nth-child(11) {
  border-right: 1px solid #d8d8d8;
  border-bottom: 1px solid #d8d8d8;
}

@media only screen and (max-width: 991px) {
  .partnersection div .row a:nth-child(11) {
    padding: 0px 35px;


  }
}

@media only screen and (max-width: 434px) {
  .partnersection div .row a:nth-child(11) {
    padding: 0px 10px;


  }
}

.partnersection div .row a:nth-child(12) {
  border-bottom: 1px solid #d8d8d8;

}

@media only screen and (max-width: 991px) {
  .partnersection div .row a:nth-child(12) {
    padding: 0px 44px;

  }
}

@media only screen and (max-width: 434px) {
  .partnersection div .row a:nth-child(12) {
    padding: 0px 14px;

  }
}
.partnersection div .row a:nth-child(13) {
  border-bottom: 1px solid #d8d8d8;
  border-right: 1px solid #d8d8d8;
}

@media only screen and (max-width: 991px) {
  .partnersection div .row a:nth-child(13) {
    padding: 0px 44px;

  }
}

@media only screen and (max-width: 434px) {
  .partnersection div .row a:nth-child(13) {
    padding: 0px 14px;

  }
}
.partnersection div .row a:nth-child(14) {
  border-bottom: 1px solid #d8d8d8;
  border-right: 1px solid #d8d8d8;
}

@media only screen and (max-width: 991px) {
  .partnersection div .row a:nth-child(14) {
    padding: 0px 44px;
  }
}

@media only screen and (max-width: 434px) {
  .partnersection div .row a:nth-child(14) {
    padding: 0px 14px;
   
  }
}
.partnersection div .row a:nth-child(15) {
  border-bottom: 1px solid #d8d8d8;
  
}

@media only screen and (max-width: 991px) {
  .partnersection div .row a:nth-child(15) {
    padding: 0px 44px;

  }
}

/* max-width:767px 임시*/
@media only screen and (max-width:767px) {
	.partnersection div .row a:nth-child(15) {
		padding: 0px 160px;

	  }
}

@media only screen and (max-width: 434px) {
  .partnersection div .row a:nth-child(15) {
    padding: 0px 90px;

  }
}



.partnersection div .row a img {
  transition: all .3s;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -ms-transition: all .3s;
  -o-transition: all .3s;
}



@media only screen and (max-width: 767px) {
  .partnersection div .row a img {
    width: 100%;
  }
}


.partnersection div .row a img.partner1 {
  opacity: 1;
}

.partnersection div .row a:hover img.partner1, .partnersection div .row a:focus img.partner1 {
  filter: grayscale(100%) brightness(50%);
  -webkit-filter: grayscale(100%) brightness(50%);
  -moz-filter: grayscale(100%) brightness(50%);
  -ms-filter: grayscale(100%) brightness(50%);
  -o-filter: grayscale(100%) brightness(50%);
}

/* calcular design 20220602_c add st */
.jiwoncalcular{
	position:fixed; 
	/*top:50%;
	transform:translateY(-50%);*/
	top:80%;
	transform:translateY(-60%);
	/*20220802_c replace top transform*/
	right:6px; 
	width:auto; 
	height:auto;
	/*height:116px;*/
	background:#fff; 
	z-index:99999; 
	/*padding:10px 5px; */
	/*border:2px solid #0958ce;*/
	display:flex; 
	align-items:flex-start; 
	justify-content:center; 
	text-align:center; 
	cursor:pointer;
	-webkit-transition:background .7s;
	-moz-transition:background .7s;
	-ms-transition:background .7s;
	-o-transition:background .7s;
	transition:background .7s;
}

@media only screen and (max-width : 991px ){
	.jiwoncalcular{
		display:none;
	}
}
.jiwoncalcular:hover{
	background:rgba(255,255,255,0.9);
}

.jiwoncalcular button{
	background:transparent;
	border:none;
	cursor:pointer;
	padding:0;
}

.jiwoncalcular button:hover, .jiwoncalcular button:focus{
	background:transparent;
	border:none;
	outline:none;
}

.jiwoncalcular button img{
	width:100%; 
	height:auto;
}

.jiwoncalcular button:hover img{
	opacity:.9;
}

.jiwoncalcular button span{
	line-height:1.1;
	margin-top:10px;
	display:block;
	font-size:.9rem;
	letter-spacing:-0.18px;
	font-family: 'nexonB';
	color:#0958ce;
}
/* calcular design 20220602_c add end */

/* calcular modal design 20220609_c add st */
.calcularmodal{
	position:fixed; 
	width:600px;/*460px*/ 
	height:auto; 
	/*padding:0px 0px 30px;*/  /*padding: 60px 90px;*/
	padding: 60px 40px;
	left:500px; 
	top:50%;
	transform:translateY(-50%);
	background:#fff; 
	z-index:99999; 
	display:none; 
	box-shadow:0px 3px 5px rgba(0,0,0,0.3);
}

.calcularmodal ul.calcularmodalul1{
	width:100%;
	height:auto;
	display:flex;
	flex-direction:column;
	align-items:center;
	justify-content:center;
	margin:0;
}
.calcularmodal ul.calcularmodalul1 li{
	width:100%;
}
.calcularmodal ul.calcularmodalul1 li > span{
	display:block;
	width:100%;
	text-align:center;
	font-family: 'nexonOM';
	font-size:1.56rem;
	color:#222222;
}

.calcularmodal ul.calcularmodalul1 li > div{
	font-family: 'nexonOM';
	font-size:1.06rem;
	color:#222222;
}

.calcularmodal ul.calcularmodalul1 li:first-child{
	margin-bottom:30px;
}

.calcularmodal ul.calcularmodalul1 li:not(:first-child){
	margin-bottom:25px;
}

.calcularmodal ul.calcularmodalul1 li:nth-child(5){
	margin-bottom:50px !important;
}

.calcularmodal ul.calcularmodalul1 li:last-child{
	margin-top:10px;
	margin-bottom:0 !important;
}

.calcularmodal ul.calcularmodalul1 li:nth-child(6){
	position:relative;
}

.calcularmodal ul.calcularmodalul1 li:nth-child(6)::before{
	content:'';
	position:absolute;
	top:-23px;
	left:0;
	display:block;
	width:100%;
	height:2px;
	background:transparent;
	border-top:2px dashed #e6e6e6;

}

.calcularmodal ul.calcularmodalul1 li input, .calcularmodal ul.calcularmodalul1 li select{
	width:100%;
	outline:none;
	border:1px solid #aaaaaa;
	text-align:left;
	padding:10px 11px;
	color:#222222; 
	font-size:1.126rem;
	transition:border .6s;
	-moz-transition:border .6s;
	-ms-transition:border .6s;
	-o-transition:border .6s;
	font-family: 'nexonOM';
}

.calcularmodal ul.calcularmodalul1 li input::placeholder{
	text-align:right;
}

.calcularmodal ul.calcularmodalul1 li input:hover, 
.calcularmodal ul.calcularmodalul1 li input:focus, 
.calcularmodal ul.calcularmodalul1 li select:hover, 
.calcularmodal ul.calcularmodalul1 li select:focus{
	border-color:#62acfa;
}

.calcularmodal ul.calcularmodalul1 li > button{
	padding:19px 0;
	width:100%;
	background:#0958ce;
	color:#fff;
	outline:none;
	border:none;
	cursor:pointer;
	transition:all .3s;
	font-family: 'nexonOM';
	font-size:1.56rem;
	color:#fff;
}

.calcularmodal ul.calcularmodalul1 li > button:hover{
	opacity:.8;
}

.calcularmodal ul.calcularmodalul1 li div .calinnerbtn{
	position:absolute; 
	right:0; 
	top:50%; 
	transform:translateY(-50%); 
	background:#fff; 
	border:none; 
	outline:none;
	color:#777;
	font-size:0.875rem;
	cursor:pointer;
}

.calcularmodal ul.calcularmodalul1 li div .calinnerbtn .caliconbefore{
	display:inline-block;
}

.calcularmodal ul.calcularmodalul1 li div .calinnerbtn .caliconafter{
	display:none;
}

.calcularmodal ul.calcularmodalul1 li div .calinnerbtn.calinnerchange .caliconbefore{
	display:none;
}
.calcularmodal ul.calcularmodalul1 li div .calinnerbtn.calinnerchange .caliconafter{
	display:inline-block;
}

.calcularmodal ul.calcularmodalul1 li div .calinnerbtn:hover{
	color:#62acfa;
}


.calcularmodal .calcularmodalx{
	position:absolute; 
	right: 10px; 
	top:-15px; 
	background:transparent; 
	border:none; 
	font-size:3.25rem; 
	cursor:pointer; 
	outline:none; 
	color:#777c84;
	/*width:26px;
	height:26px;*/
}


/*calcularmodalx2*/
.calcularmodal2{
	position:fixed; 
	width:560px; 
	height:auto; 
	padding:60px 40px; 
	right:200px; 
	top:50%;
	transform:translateY(-50%);
	background:#fff; 
	z-index:99999; 
	display:none;
	box-shadow:0px 1px 5px rgba(0,0,0,0.3);
}

.calcularmodal2 ul {
	width:100%;
}
.calcularmodal2 ul li{
	width:100%;
}
.calcularmodal2 > ul > li:first-child{
	text-align:center;
	margin-bottom:15px;
}

.calcularmodal2 ul li:first-child > b{
	font-family: 'nexonOM';
	font-size:1.56rem;
	color:#222222;
}


.calcularmodal2 ul li:nth-child(2) div:not(:nth-child(2)){
	background:#deeeff;
	border-radius:10px;
	padding:20px 25px;
	font-family: 'nexonOM';
	font-size:1.125rem;
	color:#222222;
	text-align:left;
}

.calcularmodal2 ul li:nth-child(2) div:not(:nth-child(2)) dl{
	display:flex;
	flex-direction:column;
	align-items:flex-start;
	justify-content:space-around;
	margin-bottom:0;
}
.calcularmodal2 ul li:nth-child(2) div:not(:nth-child(2)) dl dd{
	margin-bottom:0;
	text-indent:10px;
	position:relative;
	color:#222222;
	margin-left:0;
}

.calcularmodal2 ul li:nth-child(2) div:not(:nth-child(2)) dl dd:before{
	content:'';
	position:absolute;
	left:0;
	top:10px;
	display:block;
	width:5px;
	height:5px;
	border-radius:50%;
	background:#222222;
}

.calcularmodal2 ul li:nth-child(2) div:nth-child(2){
	text-align:center;
	font-family: 'nexonB';
	font-size:1.5625rem;
	color:#777;
}


.calcularmodal2 ul li:last-child{
	margin-top:20px;
	text-align:center;
}

.calcularmodal2 ul li:last-child button{
	background:transparent;
	border:none;
	outline:none;
	cursor:pointer;
	font-family: 'nexonOM';
	font-size:1.25rem;
	color:#555555;
	position:relative;
	letter-spacing:5px;
}

.calcularmodal2 ul li:last-child button::before{
	content:'';
	position:absolute;
	display:none;
	width:78%;
	height:1px;
	background:#555555;
	bottom:4px;
	left:7%;
}


.calcularmodal2 ul li:last-child button:hover,
.calcularmodal2 ul li:last-child button:focus{
	opacity:.8;
}
.calcularmodal2 ul li:last-child button:hover::before,
.calcularmodal2 ul li:last-child button:focus::before{
	display:block;
}


/* calcular modal design 20220609_c add end */
/* 20220613_c add */
.calcularmodalul2{
	display:none;
	/* padding-top:110px; */
 padding:110px 60px 0;
}

.calcularmodalul2 > ul {
	display:flex;
	width:100%;
	height:400px;
	flex-direction:column;
	align-items:center;
	justify-content:space-between;
}

.calcularmodalul2 > ul li:first-child div{
	text-align:center;
	font-family: 'nexonB';
	font-size:1.875rem;
	color:#222222;
}

.calcularmodalul2 > ul li:first-child div span{
	color:#0958ce;
}

.calcularmodalul2 > ul li:nth-child(2) button{
	background:transparent;
	border:none;
	font-size:1.25rem;
	color:#555555;
	cursor:pointer;
	transition:all .3s;
}
.calcularmodalul2 > ul li:nth-child(2) button:hover, .calcularmodalul2 > ul li:nth-child(2) button:focus{
	outline:none;
	border:none;
	color:#0958ce;
	text-decoration:underline;
}

.calcularmodalul2 > ul li:nth-child(2) button .caliconbefore2{
	display:inline-block;
}

.calcularmodalul2 > ul li:nth-child(2) button .caliconafter2{
	display:none;
}

.calcularmodalul2 > ul li:nth-child(2) button.calinnerchange2 .caliconbefore2{
	display:none;
}
.calcularmodalul2 > ul li:nth-child(2) button.calinnerchange2 .caliconafter2{
	display:inline-block;
}

.calcularmodalul2 > ul li:nth-child(4) button{
	background:#777c84;
	border:none;
	cursor:pointer;
	width:100%;
	padding:17px 0;
	text-align:center;
	color:#fff;
	font-family: 'nexonB';
	font-size:1.5625rem;
	transition:background .4s;

}

.calcularmodalul2 > ul li:nth-child(3) button:hover, .calcularmodalul2 > ul li:nth-child(3) button:focus{
	border:none;
	outline:none;
	background:rgba(119,124,132, .8);
}
/* 20220613_c add*/
.goyongfeebtn {
 cursor:pointer;
}

.goyongfeebtn > span{
	font-weight:bold;
	color:#ff0000;
}

.goyongcal{
	display:none;
}

/* 20220214_c add thirdsection st */
.thirdsection{
	padding-bottom:50px;
}

@media only screen and (max-width:991px) {
	padding-bottom:10px;
}
/* 20220214_c add thirdsection end */
/* 20220213_c add thirdsection st */
.content {
  height: auto;
  display: flex;
  align-items: center;
}

.content > div {
  width: 100%;
  height: auto;
  /*padding: 0px 300px 90px;*/
}

@media only screen and (max-width: 991px) {
  .content > div {
    padding: 50px 0 10px;
  }
}

.content > div ul {
  display: flex;
  width: 100%;
}

.content > div ul li {
  display: flex;
  height: auto;
  width: 100%;
  align-items: flex-start;
  justify-content: center;
}

.content.thirdsection > div ul {
  position: relative;
}

.content.thirdsection > div ul::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  background-image: url("../images/bg_main_lms.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  z-index:-1;
}

.content.thirdsection > div ul li {
  width: 50%;
}

.content.thirdsection > div ul li:nth-child(2) {
  padding: 80px 130px 80px 0;
}

.content.thirdsection > div ul li:nth-child(2) span {
  width: 100%;
  padding-left: 55px;
}

@media only screen and (max-width: 991px) {
	.content.thirdsection > div ul li:first-child {
	  /*width: 40%;*/
	  display:none;
	}
  .content.thirdsection > div ul li:nth-child(2) {
	  padding: 80px 50px 80px 50px;
	  width:100%;
	  word-break:keep-all;
	}

	.content.thirdsection > div ul li:nth-child(2) span {
	  padding-left:0;
	}
}


.content.thirdsection > div ul li:nth-child(2) span h6 {
  color: #395ED2;
  font-family: 'NanumSquareNeo_regular';
  font-size: 13px;
  letter-spacing: 0.52px;
  line-height: 14px;
  text-transform: uppercase;
  margin-bottom: 11px;
}

.content.thirdsection > div ul li:nth-child(2) span h2 {
  font-family: 'NanumSquareNeo_Exbold';
  font-size: 36px;
  letter-spacing: 0;
  line-height: 45px;
  color: #212529;
  margin-bottom: 30px;
}

.content.thirdsection > div ul li:nth-child(2) span p {
  font-family: 'NanumSquareNeo_regular';
  font-size: 17px;
  letter-spacing: 0;
  line-height: 26px;
  color: #212529;
  margin-bottom: 60px;
}


.content.thirdsection > div ul li:nth-child(2) span button {
  padding: 19px 68px;
  font-family: 'NanumSquareNeo_regular';
  font-size: 17px;
  text-align: center;
  /*color: #212529;*/
  color:#0958ce;
  letter-spacing: 0;
  line-height: 26px;
  cursor: pointer;
  background: transparent;
  /*border: 2px solid #656D74;*/
  border:2px solid #0958ce;
  margin-left: 0;
  /*#fff*/
  cursor: pointer;
  display: block;
  position: relative;
  transition: all 0.4s cubic-bezier(0.42, 0, 0.58, 1) 0s;
}

@media only screen and (max-width: 991px) {
	.content.thirdsection > div ul li:nth-child(2) span h6{
		font-size:12px;
		text-align:center;
	}
	.content.thirdsection > div ul li:nth-child(2) span h2{
		font-size:32px;
		line-height:40px;
		text-align:center;
	}
	.content.thirdsection > div ul li:nth-child(2) span p{
		font-size:16px;
		text-align:center;
	}
	.content.thirdsection > div ul li:nth-child(2) span button{
		font-size:16px;
		line-height:25px;
		margin:0 auto;
	}

}

.content.thirdsection > div ul li:nth-child(2) span button:link, .content.thirdsection > div ul li:nth-child(2) span button:visited {
  position: relative;
  display: block;
  margin: 30px auto 0;
  padding: 14px 15px;
  /*color: #656D74;*/
  color:#0958ce;
  /*fff*/
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  overflow: hidden;
  letter-spacing: .08em;
  border-radius: 0;
  text-shadow: 0 0 1px rgba(0, 0, 0, 0.2), 0 1px 0 rgba(0, 0, 0, 0.2);
  transition: all 1s ease;
}

.content.thirdsection > div ul li:nth-child(2) span button:link:after, .content.thirdsection > div ul li:nth-child(2) span button:visited:after {
  content: "";
  position: absolute;
  height: 0%;
  left: 50%;
  top: 50%;
  width: 150%;
  z-index: -1;
  transition: all 0.75s ease 0s;
}

.content.thirdsection > div ul li:nth-child(2) span button:link:hover, .content.thirdsection > div ul li:nth-child(2) span button:visited:hover {
  color: #fff;
  /*fff*/
  text-shadow: none;
}

.content.thirdsection > div ul li:nth-child(2) span button:link:hover:after, .content.thirdsection > div ul li:nth-child(2) span button:visited:hover:after {
  height: 450%;
}

.content.thirdsection > div ul li:nth-child(2) span button:hover, .content.thirdsection > div ul li:nth-child(2) span button:focus {
  color: #fff !important;
  background-color: transparent;
  text-shadow: none;
}

.content.thirdsection > div ul li:nth-child(2) span button:hover:before, .content.thirdsection > div ul li:nth-child(2) span button:focus:before {
  left: 0%;
  right: auto;
  width: 100%;
}

.content.thirdsection > div ul li:nth-child(2) span button:before {
  display: block;
  position: absolute;
  top: 0px;
  right: 0px;
  height: 100%;
  width: 0px;
  z-index: -1;
  content: '';
  color: #fff !important;
  /*background: #656D74;*/
	background:#0958ce;
  /*f7ca18*/
  transition: all 0.4s cubic-bezier(0.42, 0, 0.58, 1) 0s;
}
/* 20220213_c add thirdsection end */

/* 20220213_c add st */
@media only screen and (max-width:499px) {
	#formWrite{
		margin-top:100px;
	}
}
/* 20220213_c add end */
/* 20220613_c add*/

footer {
  width: 100%;
  background: #191E29;
  padding: 1em 0;
}

footer div div div p {
  color: #929498;
  font-size: 0.8rem;
}

@media only screen and (max-width: 500px) {
  footer div div div p {
    padding: 0 1.875rem;
  }
}

@media only screen and (max-width: 376px) {
  footer div div div p {
    padding: 0;
  }
}

footer div div div p a {
  color: #d0d0d0;
  font-size: 0.8rem;
  font-family: 'NotoSansR';
}

footer div div div p a:hover, footer div div div p a:focus {
  color: #fff;
}
/*# sourceMappingURL=index.css.map */

