/* mobile */
@media (min-width: 1px) and (max-width: 1089px) {

	.fixed-header {display:none;}
	.login{display:block}
	.mpage{display:block;}
	.spage{overflow-x:auto;white-space: nowrap;}
	
}

/* desktop */
@media (min-width: 1090px) {

	.fixed-header {display:block;}
	.login{display:none}
	.mpage{display:none;}


	/* header */
	.fixed-header {
		position: fixed;
		top: 0;
		right: 0;
		left: 0;
		z-index: 1030;
	}
	.top-line { background:#333333; }
	.fixed-top {
		position: fixed;
		top:0px;
		right: 0;
		left: 0;
		z-index: 1030;
	}


}

.footer h2{margin:0 0 20px; 0}


.list-group-item:first-child {
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
}

.list-group-first{
	padding: 50px 0px 50px 20px;
    background: #4c4f6f;
    font-size: 20px;
	color:#fff;
    font-weight: bold;
    border-top: 3px solid #313450;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
}

.carousel-item a{color:#fff;}

/* 네비게이션 수정 */
.dropdown-menu {
    border-radius: 0px;
}

.dropdown-item {
    display: block;
    width: 100%;
    padding: 7px 15px;
    clear: both;
    font-weight: 400;
    color: #212529;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
}
.dropdown-item:hover {
	background:#f5f5f5;
}

.color-gray{color:#666}
.color-red{color:#ff0000}


.f12 {font-size: 12px;}
.f13 {font-size: 13px;}
.f14 {font-size: 14px;}
.f15 {font-size: 15px;}
.f16 {font-size: 16px;}
.f17 {font-size: 17px;}
.f18 {font-size: 18px;}
.f19 {font-size: 19px;}
.f20 {font-size: 20px;}

/* pages */
.info-2 i{font-size:20px;}
table th, table td{ font-family: 'S-CoreDream-4Regular';font-size: 14px;}



#bo_v_sns li span{display:none;}
#bo_v_sns {display:none;position:absolute;top:-50px;right:0px;margin-left:-90px;width:180px;padding:0;list-style:none;zoom:1}




#container {
  width:  980px;
  margin: 0 auto;
}

section {
  height: 300px;
  margin: 60px 0;
}

.section--purple {
  background-color: #9b59b6;
}

.section--blue {
  background-color: #3498db;
}

.section--green {
  background-color: #2ecc71;
}

#main {
  text-align: center;
}

#more {
  margin: 20px auto 48px;
}


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


/* Reset */
html {overflow-y:scroll}
body {width: 100%; height: 100%; position:absolute; margin:0;padding:0; font-size: 16px; font-family: 'Noto Sans KR', sans-serif !important; font-weight:500; color:#000; box-sizing:border-box;}
header ul, nav ul, footer ul {margin:0;padding:0;list-style:none}
legend {position:absolute;font-size:0;line-height:0;text-indent:-9999em;overflow:hidden}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {display:block}
label, input, button, select, img {vertical-align:middle}
input, button {margin:0;padding:0;font-size:1em;  font-family: 'Roboto', sans-serif;}
button,input[type=submit]{cursor:pointer; font-family: 'Noto Sans KR', sans-serif;}
textarea, select {font-size:1em; font-family: 'Noto Sans KR', sans-serif;}
textarea{resize: none; display:block;}
textarea {border-radius:0;-webkit-appearance:none}
p {margin:0;padding:0;word-break:break-all; color:#222; vertical-align: middle;}
a:link, a:visited {color:inherit;text-decoration:none}
pre {overflow-x:scroll;font-size:1.1em}
ul,ol,li{list-style:none;padding:0;margin:0;}
input, textarea, select {font-family: 'Noto Sans KR', sans-serif , cursive; outline: none}
.clear {clear:both}
.fl { float: left; }
.fr { float: right; }
.middle{left:0;right:0;text-align: center; margin:0 auto;}


/* 여백 초기화 */
body,div,ul,li,dl,dd,dt,ol,h1,h2,h3,h4,h5,h6,input,fieldset,legend,p,select,table,th,td,tr,textarea,button,form,figure,figcaption{margin:0; padding:0;}

/* 제목 태그 초기화 */
h1,h2,h3,h4,h5,h6 {font-size: 14px; font-weight: normal;}

/* a 링크 초기화 */
a {color: #000; text-decoration: none;}
a:link, a:visited {color:#ffffff;text-decoration:none}

/* 폰트 스타일 초기화 */
em,address {font-style: normal;}

/* 테두리 초기화 */
img,fieldset {border:0 none;}

/* 버튼 초기화 */
button {border: 0;}

/* 반응형 */
/*video,img {width: 100%;}*/
video {width: 100%;}

/* clearfix */
.clearfix{*zoom:1;}
.clearfix:before, .clearfix:after {display: block; content: '';line-height: 0;}
.clearfix:after {clear: both;}


/*공통*/
.full {display:block; width: 100%; height: 100%;}
.inner {width: 1280px; margin: 0 auto;}
div {box-sizing: border-box;}
.tx1 {font-size: 50px; line-height: 74px; font-weight: bold;}
.tx2 {font-size: 48px; line-height: 71px; font-weight: bold;}
.tx3 {font-size: 44px; line-height: 65px; font-weight: bold;}
.tx4 {font-size: 28px; line-height: 32px; font-weight: bold;}
.tx5 {font-size: 36px; line-height: 54px; font-weight: bold;}
.txs1 {font-size:22px;line-height:33px;}
.txs2 {font-size:20px;line-height:32px;}
.txs3 {font-size: 18px; line-height:32px; font-weight:400}
.mblock {display:block;}
img {width: 100%;}

/*헤더*/
#header {
    position:fixed; 
    left:0; 
    top:0;
    width: 100%;
    background:#fff;
    z-index:10;
}
.hd {
    height:110px;
    display:flex;
    justify-content: space-between;
}
.hd .logo {
    display:block;
    width: 16.2%;
    line-height:110px;
}
.hd .logo img {
    width:70%;
}
.hd>div {
    line-height: 110px;
}
.hd .partner {
    margin-left: 25px;
	color:#000000
	
}
#index {
    margin-top:110px;
}
#section1 {
    width: 100%;
    height: 600px;
    background:url('/img/bg1.png') no-repeat 102% top/66.8%;
    border-bottom:1px solid #bcbcbc;
}
#section1>div {
    padding-top: 55px;
}
#section1 .tx1 {
    margin-top: 5px;
}
#section1 .open {
    display: inline-block;
    font-size: 20px;
    font-weight: bold;
    line-height:29px;
    padding: 9px 18px;
    border-radius: 23px;
    background:#a080e0;
    margin-top: 48px;
}
#section2 {
    width: 100%;
    height: 840px;
    background:url('/img/bg2.png') no-repeat 94.8% 57.1%/41.7%;
    border-bottom: 1px solid #bcbcbc;
}
#section2>div {
    padding-top: 78px;
}
#section2 .txs2 {
    margin-top: 20px;
}
#section3 {
    width:100%;
    height: 840px;
    background:url('/img/bg3.png') no-repeat 100% center/93.76%;
    border-bottom: 1px solid #bcbcbc;
}
#section3>div {
    padding-top: 100px;
}
#section3 .txs2 {
    margin-top:22px;
}
#section4 {
    width: 100%;
    text-align: center;
    padding: 100px 0;
    border-bottom:1px solid #bcbcbc;
}
.txs2 span {font-weight: bold;}
#section4 .tx3 {
    margin-top: 13px;
}
#section4 .img {
    width: 40%;
    margin: 14px auto 0 auto;
}

#section5 {
    width: 100%;
    padding: 125px 0;
}
#section5 .top {
    display:flex;
}
#section5 .top .img {
    width: 31.2%;
    margin-left: 240px;
    padding-top:15px;
}
#section5 .top .txs2 {margin-top: 16px;}
#section5 .bottom {
    margin-top: 25px;
}
#section5 .bottom .img {
    width: 28.64%;
    float:left;
    margin-left: 157px;
}
#section5 .bottom .wow {
    float: right;
    margin-top: 209px;
}
#section5 .bottom .txs2 {margin-top:12px;}
#section6 {
    padding: 50px 0;
    background: #f7f7f7;
    position:relative;
}
#section6 form {
    display:flex;
    flex-wrap: wrap;
    margin-top: 44px;
}
#section6 .tit {
    font-size: 36px;
    line-height: 54px;
    font-weight: bold;
    text-align: center;
}
#section6 form>div {
    width: 50%;
    padding-left: 130px;
}
#section6 form>div>p {
    font-size: 18px;
    line-height: 27px;
    font-weight: bold;
}
#section6 .left ul {
    margin-top: 26px;
}
#section6 .left ul li {
    display:flex;
    margin-bottom: 24px;
}
#section6 .left ul li:last-child {
    margin-bottom: 0;
}
#section6 .left ul li span {
    display: inline-block;
    width: 120px;
    font-size: 18px;
    line-height: 42px;
}
#section6 .left ul li input {
    width: 57.7%;
    height: 42px;
    border-radius: 5px;
    border:1px solid #bcbcbc;
    padding: 0 10px;
    box-sizing: border-box;
}
input::placeholder {
    font-size: 16px;
    color: #bebebe;
}
#section6 .left textarea {
    width: 57.7%;
    height: 125px;
    border-radius: 5px;
    border: 1px solid #bcbcbc;
    padding: 10px;
    box-sizing: border-box;
}
.chkbox {
    margin-top: 26px;
}
.chkbox label {
    width: 100%;
    display: flex;
    margin-bottom: 30px;
}
.chkbox span.chkimg {
    display:inline-block;
    width: 27px;
    height: 27px;
    background:url('/img/chk_off.png') no-repeat center/100%;
}
.chkbox span.chktxt {
    font-size:18px;
    line-height: 27px;
    margin-left: 10px;
}
.chkbox span.chktxt em {
    display:block;
    font-size: 14px;
    line-height: 20px;
}
.chkbox input {display: none;}
.chkbox input[type="checkbox"]:checked + label span.chkimg {
    background:url('/img/chk_on.png') no-repeat center/100%;
}
#section6 form>.chkbox {
    width: 100%;
    text-align: center;
    margin-top: 60px;
	padding-left:0
}
#section6 form>.chkbox>label {
    display: inline-block;
    margin-bottom:0;
}
#section6 form>.chkbox>label>span.chktxt {
    display: inline-block;
    vertical-align: top;
    padding-right: 31px;
    background:url('/img/arrow.png') no-repeat 100% center/8px;
    cursor:pointer;
}
#section6 form>.chkbox>label>span.chktxt>span {
    color: #78BC37
}
#section6 .button {
    width: 100%;
    text-align:center;
    margin-top: 32px;
	padding-left:0
}
#section6 button {
    width: 36%;
    line-height: 54px;
    border-radius: 5px;
    background:#060606;
    font-size:24px;
    color: #fdfcfc;
    font-weight: bold;
}
.pop1 {
    position:fixed;
    left: 50%;
    top: 50%; 
    transform: translate(-50%,-50%);
    border-radius: 5px; 
    background: #f7f7f7;
    padding: 60px 50px;
    display:none;
    z-index:12;
}
#section1 .pop1 .tit {
    font-size: 16px;
    font-weight: bold;
}
.pop1 .art {
    font-size: 18px;
    font-weight: 400;
}
.pop1 p {
    line-height: 25px;
    margin-bottom: 17px;
}
.pop1 p:last-child {
    margin-bottom: 0;
}
.pop1 .close {
    display:block;
    width: 30px;
    height: 30px;
    background:url('/img/close.png') no-repeat center/73%;
    position:absolute;
    top:20px;
    right:20px;
}
.back_bg {
    width: 100%;
    height: 100vh;
    position:fixed;
    left:0; top:0;
    background:rgba(0,0,0,0.3);
    z-index:11;
    display:none
}
#footer .top .inner {display:flex;justify-content: space-between; padding: 0 50px;}
#footer .top {width:100%; height:50px; border-bottom: 1px solid #bcbcbc;}
#footer .top ul {display:flex;}
#footer .top ul.privacy li a {display:block; padding:0 20px; line-height:50px; font-size:14px;}
#footer .top ul.privacy li:nth-child(1) a {margin-right: 30px;}
#footer .top ul.sns li a {display:block; height: 50px; line-height: 50px; position:relative; position:relative;}
#footer .top ul.sns li img {vertical-align: inherit; position:absolute; left: 50%; top:50%; transform:translate(-50%,-50%)}
#footer .top ul.sns li {padding: 0 10px; }
#footer .top ul.sns li.insta {width: 32px}
#footer .top ul.sns li.facebook {width: 36px}
#footer .top ul.sns li.naver {width: 37px;}
#footer .middle .inner {display:flex; padding: 35px 70px 60px 70px;}
#footer .middle .f-tit {width: 90px; line-height:50px; text-align:left;}
#footer .middle .phone {text-align: left; font-size:35px; font-weight: bold;}
#footer .middle .phone span {display:block; font-size:13px;line-height:19px;}

#footer .hidden {display:none;}

#footer .bottom {background: #f7f7f7}
#footer .bottom .inner {padding: 35px 45px;}
#footer .bottom .office-info {display:flex; margin-bottom:20px;}
#footer .bottom .office-info p {font-size:14px; font-weight: 300; line-height: 25px; margin-right: 20px;}
#footer .bottom .office-info p span {font-weight: 500}
#footer .bottom .inner>p {font-size:13px;font-weight:300;line-height:22px;}
.pop2 {position:fixed; left: 50%; top: 50%; transform: translate(-50%,-50%); border-radius: 5px; background: #f7f7f7; padding: 60px 50px; z-index:12; display:none;}
.pop2 .tit {font-size: 36px; line-height: 54px; font-weight: bold;}
.pop2 .art {font-size: 18px; font-weight: 400;}
.pop2 p {line-height: 25px; margin-bottom: 17px;}
.pop2 p:last-child {margin-bottom: 0;}
.pop2 .close {display:block; width: 30px; height: 30px;  background:url('/img/close.png') no-repeat center/73%;  position:absolute; top:20px; right:20px;}

@media only screen and (max-width: 1280px) {
    .inner {width: 96%}
    .tx1 {font-size: 3.9vw; line-height: 5.7vw;}
    .tx2 {font-size: 3.75vw; line-height: 5.5vw;}
    .tx3 {font-size: 3.4vw; line-height: 5.1vw;}
    .tx4 {font-size: 2.2vw; line-height: 2.5vw}
    .tx5 {font-size: 2.8vw; line-height: 4.2vw}
    .txs1 {font-size: 1.7vw; line-height: 2.6vw;}
    .txs2 {font-size: 1.6vw; line-height:2.5vw;}
    .txs3 {font-size: 1.4vw; line-height: 2.5vw;}
    #section1 {height: 45vw}
    #section1>div {padding-top: 4.3vw}
    #section1 .open {margin-top: 3.75vw}
    #section2 {height: 63vw}
    #section2>div {padding-top: 6vw}
    #section2 .txs2 {margin-top: 1.6vw}
    #section3 {height: 63vw}
    #section3 .txs2 {margin-top: 1.6vw}
    #section4 {padding: 7.5vw 0;}
    #section4 .tx3 {margin-top:1vw}
    #section5 {padding: 9.4vw 0;}
    #section5 .top .txs2 {margin-top: 1.25vw}
    #section5 .bottom .txs2 {margin-top: 1vw}
    #section6 {padding: 3.9vw 0;}
    #section6 .tit {font-size: 2.8vw}
    #section6 form>div>p {font-size: 1.4vw}
    #section6 form>div {padding-left: 9.75vw}
    #section6 .left ul {margin-top: 1.95vw}
    #section6 .left ul li {margin-bottom: 1.8vw}
    #section6 .left ul li span {font-size: 1.4vw}
    .chkbox span.chkimg {width: 2.1vw; height: 2.1vw}
    .chkbox span.chktxt {font-size: 1.4vw}
    .chkbox {margin-top: 1.95vw}
    .chkbox label {margin-bottom: 2.25vw}
    #section6 button {line-height: 4.2vw; font-size: 1.9vw}
    #footer .top .inner {padding:0} 
    #footer .middle .inner {padding:35px 0 60px;}
    #footer .bottom .inner {padding: 35px 0;}
    #footer .bottom .office-info {flex-wrap: wrap;}
    #footer .bottom .office-info p {word-break: normal}
    #footer .mblock {display:inline-block} 
}
@media only screen and (max-width: 768px) {
    .inner {width:92vw}
    .tx1 {font-size: 7.5vw; line-height: 9.3vw; font-weight:900}
    .tx2 {font-size: 5.9vw; line-height: 8.7vw;}
    .tx3 {font-size: 6.9vw; line-height: 10.3vw; font-weight: 900}
    .tx4 {font-size: 5.1vw; line-height: 7.5vw}
    .tx5 {font-size: 2.8vw; line-height: 3.7vw}
    .txs1 {font-size: 4vw; line-height: 6vw;}
    .txs2 {font-size: 4vw; line-height:5.3vw;}
    .txs3 {font-size: 1.4vw; line-height: 2.5vw;}
    .hd {height: 17.3vw}
    .hd .logo {width: 27.7vw;line-height:17.3vw}
    .hd>div {line-height: 17.3vw;}
    .hd>div>a {font-size: 4.2vw}
    .hd .partner {margin-left: 1.5vw}
    #index {margin-top: 17.3vw;margin-bottom:0}
    #section1 {height: 134.9vw;background-size: 91vw; background-position: 6vw 46.1vw; border:0}
    #section1>div {padding-top: 2.7vw; text-align:center;}
    #section1 .mblock {display:inline-block;}
    #section1 .tx1 {margin-top: 2.7vw}
    #section1 .open {font-size:3.7vw; line-height: 5.5vw; padding: 1.2vw 4.7vw; border-radius: 4vw; margin-top: 4vw}
    #section2 {height: 132.7vw; background-size: 71.1vw; background-position: center 42vw; border:0}
    #section2>div {padding-top:0;text-align:center;}
    #section2 .txs2 {margin-top: 2.7vw}
    #section3 {height: 142.7vw; background:url('/img/bg3_m.png') no-repeat center 47vw/85.2vw; border:0;}
    #section3>div {padding-top:0; text-align:center;}
    #section3 .tx1 {font-size: 6.9vw; line-height: 10.2vw; font-weight: bold;}
    #section3 .txs2 {font-size:4vw; line-height: 5.3vw; margin-top: 2.7vw}
    #section4 {height: 142.2vw; padding:0; border:0;}
    #section4 .txs2 {font-size: 4vw; line-height:5vw}
    .mblock2 {display:block;}
    #section4 .tx3 {margin-top: 1vw; font-weight: bold;}
    #section4 .img {width: 68.65vw; margin-top: 11.6vw}
    #section5 {padding:0;}
    #section5 .top {display:block;}
    #section5>div>.wow {text-align:center;}
    #section5 .tx1 {font-size: 8.8vw; line-height: 13.1vw; font-weight: bold;}
    #section5 .top .txs2 {font-size: 4vw; line-height: 5.3vw; margin-top: 2.4vw}
    #section5 .top .img {width: 53.3vw; margin:14.4vw auto 0 auto}
    #section5 .bottom {margin-top: 28.8vw}
    #section5 .bottom .tx4 {font-size: 8.8vw; line-height: 7.9vw}
    #section5 .bottom .txs2 {font-size: 4vw; line-height: 4.3vw; margin-top: 2.7vw}
    #section5 .bottom .wow {float: none; margin-top:0}
    #section5 .bottom .img {width: 59vw; margin: 11.13vw auto 43vw auto; float: none;}
    #section6 {padding: 9.3vw 4vw;}
    #section6 .tit {font-size:5.6vw;line-height:8.3vw}
    #section6 form {display: block; margin-top: 7.2vw;}
    #section6 form>div {width: 100%; padding-left:0;}
    #section6 form>div>p {font-size: 3.7vw;}
    #section6 .left ul {margin-top: 5.3vw}
    #section6 .left ul li span {width:17.33vw;font-size:3.5vw;line-height:9.3vw}
    #section6 .left ul li input {width:74.5vw; height:9.3vw; border-radius: 0.6vw; padding:0 2.4vw}
    #section6 .left textarea {width: 74.5vw; height: 18.7vw}
    #section6 .left ul li {margin-bottom: 5.2vw}
    input::placeholder {font-size: 3.5vw;}
    #section6 .right {margin-top: 11.33vw}
    #section6 .right>p {margin-bottom: 5.3vw}
    .chkbox span.chkimg {width: 6vw; height:6vw;}
    .chkbox span.chktxt {font-size:4vw;line-height:6vw;}
    .chkbox span.chktxt em {font-size: 3.5vw;line-height:5.1vw}
    .chkbox label {margin-bottom: 5.7vw}
    #section6 form>.chkbox {margin-top: 8.43vw}
    #section6 form>.chkbox span.chkimg {width: 4.8vw; height: 4.8vw; margin-top:0.5vw;}
    #section6 form>.chkbox span.chktxt {font-size:3.2vw;line-height:4.8vw;color:#797979;}
    #section6 form>.chkbox>label>span.chktxt {background-size:1.3vw; background-position: 100% 70%}
    #section6 form>.chkbox span.chktxt span {color:#78bc37}
    #section6 .button {margin-top: 3.33vw}
    #section6 button {width: 100%; line-height: 12vw; font-size: 5.1vw;}
    .pop1 {width: 80vw; position:fixed; padding: 10vw 6.5vw;}
    #section6 .pop1 .tit {margin-bottom:6vw}
    .pop1 .art {font-size: 3.5vw;line-height:5vw}
    #footer .top {display:none}
    #footer .middle {border-top: 1px solid #bcbcbc}
    #footer .middle .inner {padding:3.3vw 0 4.7vw;text-align:center; display:block;}
    #footer .middle .f-tit {width: 100%; text-align:center; font-size: 3.7vw; line-height: 5.3vw; font-weight: bold;}
    #footer .middle .phone {text-align:center; font-size: 6.1vw; line-height: 8.8vw;}
    #footer .middle .phone span {font-size: 3.2vw; line-height: 4.8vw;}
    #footer .hidden {display:block;}
    #footer ul {display:flex;justify-content: center}
    #footer ul.privacy li a {display:block; font-size: 3.2vw; line-height: 11.33vw; padding: 0 10px;}
    #footer .sns {border-top: 1px solid #bcbcbc; border-bottom: 1px solid #bcbcbc}
    #footer .sns li {line-height: 11.33vw;padding: 0 15px; box-sizing: content-box;}
    #footer .sns li.insta {width: 5.12vw;}
    #footer .sns li.facebook {width: 5.8vw}
    #footer .sns li.naver {width:6.1vw}
    #footer .sns li a {display:block; width:100%; height:100%; }
    #footer .bottom {background:#ebebeb}
    #footer .bottom .inner {padding:4.7vw 6.1vw}
    #footer .bottom .office-info {display:block; margin-bottom: 3.3vw}
    #footer .bottom .office-info p {font-size: 3.2vw;line-height: 5.1vw; font-weight: 500}
    #footer .bottom .office-info p.in {display:inline-block;}
    #footer .bottom .inner>p {font-size: 2.9vw;line-height:4vw;font-weight:300;}
    .pop2 {width: 80vw; position:fixed; padding: 10vw 6.5vw;}
    #section6 .pop1 .tit {margin-bottom:6vw}
    .pop2 .tit {font-size: 5.6vw}
    .pop2 .art {font-size: 3.5vw;line-height:5vw}
}
@media only screen and (max-width: 480px) {

}





















