/* keyframes */
@keyframes imgScale {
  0% {
    transform: scale(1)
  }
  50% {
	transform: scale(1.2)
  }
  100% {
    transform: scale(1)
  }
}

@-webkit-keyframes imgScale {
  0% {
    transform: scale(1)
  }
  50% {
	transform: scale(1.2)
  }
  100% {
    transform: scale(1)
  }
}

@-moz-keyframes imgScale {
  0% {
    transform: scale(1)
  }
  50% {
	transform: scale(1.2)
  }
  100% {
    transform: scale(1)
  }
}

@-ms-keyframes imgScale {
  0% {
    transform: scale(1)
  }
  50% {
	transform: scale(1.2)
  }
  100% {
    transform: scale(1)
  }
}

@-o-keyframes imgScale {
  0% {
    transform: scale(1)
  }
  50% {
	transform: scale(1.2)
  }
  100% {
    transform: scale(1)
  }
}

/* main */

/* main01 */
.area{height: 780px; margin: 60px auto 60px; box-sizing:border-box; box-shadow:3px 3px 10px 0px rgba(0,0,0,0.1);}
.area-01{top: 0; left: 0; width: 630px; height: 390px; background: #f5f5f5; position: absolute; z-index: 1;}
.media-wrap{padding: 0; box-sizing:border-box;}
.media-tab{display: none; margin-bottom: 20px; font-size: 0;}
.media-tab a{margin-right: 70px; font-size: 20px; line-height:1; letter-spacing:0; font-weight: 500; color: #aaa; display: inline-block; vertical-align: top; position: relative;}
.media-tab a.on{color: #222;}
.media-tab a:after{top: 0; right: -35px; width: 1px; height: 100%; background: #c4c4c4; position: absolute; content:""; cursor:none;}
.media-tab a:last-of-type{margin-right: 0;}
.media-tab a:last-of-type:after{display: none;}
.media-con{}
.media-in{width: 100%;}
.media-in video{width: 100%; height: 355px; display: block;}
.media-in > p{font-size: 16px; line-height:35px; letter-spacing:-0.05em; font-weight: 400; color: #222; text-align: center;}

.area-02{top: 0; right: 315px; position: absolute; z-index: 1;}
.m-login{padding: 40px 35px; width: 315px; height: 260px; background: #00b0ec; box-sizing:border-box;}
.m-login p{margin-bottom: 15px; font-size: 22px; line-height:1; letter-spacing:0; font-weight: 500; color: #fff;}
.m-login #inp-id{margin-bottom: 8px; font-size: 14px; height: 42px; line-height:42px; padding: 0 20px; letter-spacing:-0.05em; font-weight: 300; color: #666; width: 100%; background: #fff; border-radius:4px; border: 0; box-sizing:border-box; overflow: hidden;}
.m-login #inp-pw{margin-bottom: 8px; font-size: 14px; height: 42px; line-height:42px; padding: 0 20px; letter-spacing:-0.05em; font-weight: 300; color: #666; width: 100%; background: #fff; border-radius:4px; border: 0; box-sizing:border-box; overflow: hidden;}
.m-login #inp-sub{font-size: 15px; height: 42px; line-height:42px; text-align: center; letter-spacing:0; font-weight: 500; color: #fff; width: 100%; background: #00b0ec; border-radius:4px; border: 2px solid #fff; box-sizing:border-box; overflow: hidden;}

.area-03{top: 0; right: 0; position: absolute; z-index: 1;}
.m-item{padding: 40px 35px; width: 315px; height: 260px; background: #1c5cb0; box-sizing:border-box;}
.m-item p{margin-bottom: 15px; font-size: 22px; line-height:1; letter-spacing:0; font-weight: 500; color: #fff;}
.m-item #item{margin-bottom: 8px; font-size: 14px; height: 42px; line-height:42px; padding: 0 40px 0 20px; letter-spacing:-0.05em; font-weight: 300; color: #666; width: 100%; background: #fff url(../img/m-item-bg.png) top 18px right 20px no-repeat; border-radius:4px; border: 0; box-sizing:border-box; overflow: hidden;}
.m-item #inp-typ{margin-bottom: 8px; font-size: 14px; height: 42px; line-height:42px; padding: 0 20px; letter-spacing:-0.05em; font-weight: 300; color: #666; width: 100%; background: #fff; border-radius:4px; border: 0; box-sizing:border-box; overflow: hidden;}
.m-item #inp-search{font-size: 15px; height: 42px; line-height:42px; text-align: center; letter-spacing:0; font-weight: 500; color: #fff; width: 100%; background: #1c5cb0; border-radius:4px; border: 2px solid #fff; box-sizing:border-box; overflow: hidden;}

.area-04{position: absolute; top: 390px; left: 0; z-index: 1;}
.main03-in{width: 630px; height: 130px;}
.main03-in a{padding: 35px 60px 0; width: 315px; height: 130px; box-sizing:border-box; border-right: 1px solid #fff; float: left; background: #eee; overflow: hidden;}
.main03-in a img{width: 64px; height: 64px; margin-right: 20px; display: block; float: left; transition: .3s; -webkit-transition: .3s; -o-transition: .3s; -moz-transition: .3s;}
.main03-in a:hover img{-webkit-animation: imgScale .3s linear alternate; -moz-animation: imgScale .3s linear alternate; -ms-animation: imgScale .3s linear alternate; -o-animation: imgScale .3s linear alternate; animation: imgScale .3s linear alternate;}
.main03-in a span{font-size: 20px; line-height:64px; width: calc(100% - 84px); letter-spacing:-0.05em; font-weight: 400; color: #333; float: left; display: block;}
.main03-in a:nth-of-type(2n){border-right: 0;}

.area-05{position: absolute; top: 260px; left: 630px; z-index: 1;}
.area-06{position: absolute; top: 260px; right: 0; z-index: 1;}
.area-07{position: absolute; top: 520px; left: 0; z-index: 1;}
.area-08{position: absolute; top: 520px; left: 315px; z-index: 1;}
.main02{}
.main02-box{width: 315px; height: 260px;}
.main02-box > a{padding: 45px 40px 0; width: 100%; height: 100%; display: block; box-sizing:border-box;}
.main02-box > a p{font-size: 22px; line-height:1; letter-spacing:-0.05em; font-weight: 500;}
.main02-box > a em{font-size: 15px; line-height:28px;  letter-spacing:-0.05em; font-weight: 400; color: #fff; font-style:normal}
.main02-box > a span{margin: 20px 0 25px; font-size: 15px; line-height:22px; letter-spacing:-0.05em; font-weight: 400; opacity:0.8; display: block;}
.main02-box > a b{font-size: 12px; line-height:1; letter-spacing:0.05em; font-weight: bold; opacity:0.8; display: block;}
.main02-box > a img{position: absolute; bottom: 30px; right: 40px; width: 50px; height: 65px; display: block; transition: .3s; -webkit-transition: .3s; -o-transition: .3s; -moz-transition: .3s;}
.main02-box > a:hover img{-webkit-animation: imgScale .3s linear alternate; -moz-animation: imgScale .3s linear alternate; -ms-animation: imgScale .3s linear alternate; -o-animation: imgScale .3s linear alternate; animation: imgScale .3s linear alternate;}
.main02-box > p{font-size: 22px; line-height:1; letter-spacing:-0.05em; font-weight: 500; color: #222;}
.main02-box > b{margin: 25px 0 20px; font-size: 25px; line-height:1; letter-spacing:0.05em; font-weight: bold; color: #333; display: block;}
.main02-box > span{font-size: 14px; line-height:22px; letter-spacing:0; font-weight: 300; color: #555; display: block;}
.box01{background: #fff;}
.box01 a p{color: #222;}
.box01 a span{color: #222; opacity:0.6;}
.box01 a b{color: #222; opacity:0.6;}
.box02 {background: url(../img/main02-bg01.jpg) center center no-repeat; background-size: 100%; overflow: hidden;}
.box02 a p{color: #fff;}
.box02 a span{color: #fff; opacity:0.8;}
.box02 a b{color: #fff; opacity:0.8;}
.box03{background: #33b5ce;}
.box03 a p{color: #fff;}
.box03 a span{color: #fff;}
.box03 a b{color: #fff;}
.box04 {padding: 45px 40px 0; box-sizing:border-box; background: url(../img/main02-bg02.jpg) center center no-repeat; background-size: 100%;}
.box04 b{margin: 15px 0 10px;}
.kakaoBtn{font-size: 0; margin-top: 10px;}
.kakaoBtn a{width: 100px; height: 33px; margin-right: 5px; display: inline-block; vertical-align: top;}
.kakaoBtn a:last-of-type{margin-right: 0;}
.kakaoBtn a img{width: 100%; display: block;}

.main03{}
.main03-in{width: 630px; height: 130px; float: left;}
.main03-in a{padding: 35px 60px 0; width: 315px; height: 130px; box-sizing:border-box; border-right: 1px solid #fff; float: left; background: #e7e7e7; overflow: hidden;}
.main03-in a img{width: 64px; height: 64px; margin-right: 20px; display: block; float: left; transition: .3s; -webkit-transition: .3s; -o-transition: .3s; -moz-transition: .3s;}
.main03-in a:hover img{-webkit-animation: imgScale .3s linear alternate; -moz-animation: imgScale .3s linear alternate; -ms-animation: imgScale .3s linear alternate; -o-animation: imgScale .3s linear alternate; animation: imgScale .3s linear alternate;}
.main03-in a span{font-size: 20px; line-height:64px; width: calc(100% - 84px); letter-spacing:-0.05em; font-weight: 400; color: #333; float: left; display: block;}
.main03-in a:nth-of-type(2n){border-right: 0;}
.main03-in a:nth-of-type(3){border-bottom: 0;}
.main03-in a:nth-of-type(4){border-bottom: 0;}

.area-09{position: absolute; top: 520px; right: 0; z-index: 1;}
.main03-board{padding: 45px 55px 0; width: 630px; height: 260px; float: left; box-sizing:border-box;}
.board-tab{margin-bottom: 20px; font-size: 0;}
.board-tab a{font-size: 20px; margin-right: 60px; line-height:1; letter-spacing:0; font-weight: 500; color: #aaa; display: inline-block; vertical-align:top; position: relative;}
.board-tab a.after:after{top: 1px; right: -30px; width: 1px; height: 19px; background: #ccc; position: absolute; content:"";}
.board-tab a:last-of-type{margin-right: 0;}
.board-tab a.on{color: #222;}
.board-con{}
.board-in > a{position: absolute; top: -38px; right: 0; width: 16px; height: 16px; display: block;}
.board-in ul{width: 100%;}
.board-in ul li a{display: block;}
.board-in ul li a span{font-size: 14px; line-height:35px; width: 400px; letter-spacing:0; font-weight: 300; color: #555; display: block; float: left; overflow: hidden; text-overflow:ellipsis; white-space:nowrap;}
.board-in ul li a em{width: 35px; font-size: 13px; line-height:35px; letter-spacing:-0.025em; font-weight: 300; color: #999; font-style: normal; display: block; float: right; text-align: right;}
/* main03 */

/* partner */
.part-wrap{padding: 40px 0; background: #f7f7f7; width: 100%; box-sizing:border-box;}
.part-con{}
.part{width: 100%; overflow: hidden;}
.part li{width: 190px; float: left;}
.part li a{height: 45px; display: block;}
.part li a img{width: 100%; height: 100%; display: block;}

.part-con .bx-wrapper{position: relative;}
.part-con .bx-controls-direction a{top: 7px; width: 16px; height: 33px; font-size: 0; text-indent:-9999px; display: block; position: absolute; z-index: 1;}
.part-con .bx-controls-direction a.bx-prev{left: -35px; background: url(../img/part-prev.png) center center no-repeat; background-size: cover;}
.part-con .bx-controls-direction a.bx-next{right: -35px; background: url(../img/part-next.png) center center no-repeat; background-size: cover;}
/* partner */

/* main */

/* 로그인후 */
.myPager{}
.myPager > p{font-size: 20px; line-height:1; letter-spacing:0; font-weight: 500; color: #fff;}
.myPager > span{font-size: 13px; line-height:28px; letter-spacing:-0.05em; font-weight: 400; color: #fff; display: block;}
.myPager > i{margin: 10px 0 20px; width: 100%; height: 1px; background: rgba(255,255,255,0.4); display: block; font-style: normal;}
.myPager-btnlist{margin: 20px 0 10px; font-size: 0;}
.myPager-btnlist a{width: 115px; font-size: 14px; line-height:37px; height: 40px; margin-right: 15px; border-radius:5px; letter-spacing:0; font-weight: 500; color: #fff; box-sizing:border-box; border: 2px solid #fff; display: inline-block; vertical-align: top; text-align: center;}
.myPager-btnlist a:last-of-type{margin-right: 0;}
.myPager-btn{font-size: 0;}
.myPager-btn a{font-size: 15px; line-height:1; letter-spacing:-0.05em; font-weight: 400; color: #fff; display: inline-block; vertical-align: top;}
.myPager-btn em{margin: 0 18px; font-size: 15px; line-height:1; letter-spacing:-0.05em; font-weight: 400; color: rgba(255,255,255,0.4); display: inline-block; vertical-align: top; font-style: normal;}
/* 로그인후 */

/* popup */
#popup-wrap{top: 100px; left: 720px; position: fixed; z-index: 992; border: 1px solid #bbb;}
.popup-con{height: 550px; overflow-y: scroll;}
.popup-con img{width: 100%; display: block;}
.close{height: 30px; background: #eee; border-top: 1px solid #ddd;}
.close label{font-size: 9pt; color: #444;}
.close #close{margin: 3px 3px 0 0; float: right; border: 1px solid #000000; color: #ffffff; font-size: 11px; background-color: #5d5852; line-height:19px; height: 19px; padding: 0;}
/* popup */