@charset 'utf-8';

body {overflow-x: hidden;}

a[href^=tel] {
    color: inherit;
    text-decoration: none;
}

/* Body Mobile Loaded */
@media all and (max-width: 650px) {
  body {opacity: 0;}
  body.loaded {opacity: 1;}
}

/* Container */
.container {max-width: 1700px; margin: 0 auto;}

@media all and (max-width: 1820px) {
  .container {padding: 0 20px;}
}

/*
#contentsEditHtml {padding-bottom: 100px;}
*/

/* Main Header */
.main-header {position: fixed; left: 0; top: 0; z-index: 100; width: 100%; background: #fff; border-bottom: 1px solid #d1d1d1; font-size: 0;}
.main .main-header {top: -200px;}

/* Top Util */
.wrap-top {display: inline-block; width: 100%; background: #0e4d9d; /*background: url('../../images/common/top_ch.png')*/}
.wrap-top .box {float: right; font-size: 0;}
.wrap-top .login {display: inline-block; vertical-align: middle; font-size: 0;}
.wrap-top .login a {font-family: 'Dream Regular'; font-size: 13px; color: #fff;}
.wrap-top .login a:hover {color: #fcaf16;}
.wrap-top .global {position: relative; display: inline-block; margin-left: 30px; padding: 6px 0; vertical-align: middle; font-size: 0;}
.wrap-top .global button {position: relative; font-family: 'Titil Regular'; font-size: 15px; color: #fcaf16;}
.wrap-top .global button::before {content: ''; display: inline-block; width: 18px; height: 18px; margin-right: 8px; margin-top: -2px; background: url('../../images/common/ic-global.png') no-repeat center; vertical-align: middle;}
.wrap-top .global button::after {content: ''; display: inline-block; width: 5px; height: 4px; margin-left: 13px; margin-top: -2px; background: url('../../images/common/arrow-global.png') no-repeat center; vertical-align: middle;}
.wrap-top .global > a {position: relative; font-family: 'Titil Regular'; font-size: 15px; color: #fcaf16 !important;}
.wrap-top .global > a:hover {color: #ffd175 !important;}
.wrap-top .global > a::before {content: ''; display: inline-block; width: 18px; height: 18px; margin-right: 8px; margin-top: -2px; background: url('../../images/common/ic-global.png') no-repeat center; vertical-align: middle;}
.wrap-top .global .list {overflow: hidden; position: absolute; left: 0; top: 100%; z-index: 10; width: 100%; max-height: 0; transition: max-height .75s;}
.wrap-top .global.on .list {max-height: 150px;}
.wrap-top .global ul {border: 1px solid #cb7c00; border-bottom: 0;}
.wrap-top .global li {padding: 5px 10px; background: #fcaf16; border-bottom: 1px solid #cb7c00;}
.wrap-top .global a {font-family: 'Dream Regular'; font-size: 13px; color: #fff;}
.wrap-top .global a:hover {color: #3e2600;}

@media all and (max-width: 1200px) {
  .wrap-top {display: none;}
}

/* Header */
.wrap-header .container {display:table; width:100%;}
.wrap-header .container > div {display:table-cell; vertical-align:middle;}
.wrap-header .head-logo > div {display:inline-block; vertical-align:middle;}
.wrap-header .container > .head-logo {width: 230px;}
.wrap-header .head-logo .logo-img a {display: block; width: 100%; height: 100%;}
.wrap-header .head-logo .logo-img img {vertical-align: middle;}
.wrap-header .head-logo .logo-img img.white {display: none;}

.wrap-header .head-navi {padding-right: 35px; text-align:right;}
.wrap-header .head-mobile-top {display: none;}
.wrap-header .head-mobile-gnb {display: none;}
.wrap-header .head-navi .div_1 .li_1 {display:inline-block;}
.wrap-header .head-navi .div_1 .li_1.li_1_563,
.wrap-header .head-navi .div_1 .li_1.li_1_8019 {display: none;}
.wrap-header .head-navi .div_1 .a_1 {display:block; padding: 19px 43px; font-family:'Dream Medium'; font-size: 19px; color: #3d3d3d; transition: all .3s;}
.wrap-header .head-navi .div_1 .a_1 .inner {position: relative;}
.wrap-header .head-navi .div_1 .a_1 .inner::before {content: ''; position: absolute; left: 50%; top: 140%; z-index: 120; width: 23px; height: 18px; background: url('../../images/common/bul-gnb.png') no-repeat center center; transform: translate(-50%, 0); opacity: 0; transition: .5s;}
.wrap-header .head-navi .div_1 .line .a_1 .inner::before {opacity: 1; top: 145%;}

.wrap-header .head-navi .div_2 {overflow: hidden; position: absolute; left: 0; top: 100%; z-index: 110; width: 100%; max-height: 900px; background: #fff; text-align: left; opacity: 0; visibility: hidden; transition: opacity 0s, visibility 0s;}
.wrap-header .head-navi .div_2.low {overflow: auto; /*max-height: 450px;*/}
.wrap-header .head-navi .div_2.on {left: 0; opacity: 1; visibility: visible; transition: opacity 0.5s, visibility 0.5s;}
.wrap-header .head-navi .div_2.on::before {content: ""; position: absolute; left: 0; top: 0; z-index: -2; width: 100%; border-top: 1px solid #dedede;}
.wrap-header .head-navi .div_2::after {content: ""; position: absolute; left: 50%; top: 0px; z-index: -1; width: 470px; height: 100%; margin-left: -960px; background: #0a4a9b url('../../images/common/gnb_bg.jpg') no-repeat right bottom;}
.wrap-header .head-navi .div_2 .title {float: left; width: 360px; padding: 40px 0 20px 0;}
.wrap-header .head-navi .div_2 .title strong {position: relative; display: block; margin-bottom: 22px; padding-bottom: 22px; font-family: 'Dream Regular'; font-size: 30px; color: #fff;}
.wrap-header .head-navi .div_2 .title strong::after {content: ''; position: absolute; left: 0; bottom: 0; width: 44px; height: 2px; background: #fff;}
.wrap-header .head-navi .div_2 .title p {font-family: 'Dream Regular'; font-size: 15px; color: rgba(255, 255, 255, 0.6);}
.wrap-header .head-navi .div_2 .title p span {display: block;}
.wrap-header .head-navi .div_2 .ul_2 {display: flex; flex-wrap: wrap; float: left; width: calc(100% - 360px); padding: 0 0 25px 0;}
.wrap-header .head-navi .div_2 .li_2 {position: relative; display: inline-block; padding: 0 2%; vertical-align: top; width: 20%; margin-top: 15px;}
.wrap-header .head-navi .div_2 .li_2::before {content: ''; position: absolute; right: 0; top: -30px; width: 1px; height: 1000%; background: #e4e4e4}
.wrap-header .head-navi .div_2.low .li_2::before {display: none;}
.wrap-header .head-navi .div_2 .a_2 {position: relative; display: block; margin-bottom: 10px; padding: 11px 13px; border-bottom: 2px solid #d3d3d3; font-family: 'Dream Medium'; font-size: 17px; text-align: left; color: #333; transition: all 0.3s;}
.wrap-header .head-navi .div_2 .a_2::before {content: ''; position: absolute; left: 0px; bottom: -2px; width: 0px; height: 2px; background: #0a4a9b; transition: .75s;}
.wrap-header .head-navi .div_2 .a_2:hover::before {width: 100%;}
.wrap-header .head-navi .div_2 .a_2::after {content: ''; position: absolute; right :0px; top: 12px; width: 30px; height: 22px; background: url('../../images/common/gnb-a2-deco.png') no-repeat center; }
.wrap-header .head-navi .div_2 .a_2:hover::after {background: url('../../images/common/gnb-a2-deco-on.png') no-repeat center;}
.wrap-header .head-navi .div_2 .a_2[target=_blank] span::after{content: ""; display: inline-block; position: relative; top: -1px; width: 10px; height: 10px; background: url('../../images/common/new_win_gray.png'); vertical-align: middle;}
.wrap-header .head-navi .div_2 .li_2:hover .a_2 {border-bottom: 2px solid #d3d3d3; color: #0a4a9b; }

.wrap-header .head-navi .div_3 .li_3 {text-align: left;}
.wrap-header .head-navi .div_3 .li_3.li_3_715 {display: none;}
.wrap-header .head-navi .div_3 .a_3 {display: inline-block; position: relative; padding-left: 15px; font-family: "Dream Regular"; font-size: 15px; line-height: 30px; letter-spacing: -1px; word-break: break-all; color: #777; transition: all 0.3s;}
.wrap-header .head-navi .div_3 .a_3._active {font-family: 'Dream Medium'; color: #004e96;}
.wrap-header .head-navi .div_3 .a_3[target=_blank] {padding-right: 10px;}
.wrap-header .head-navi .div_3 .a_3[target=_blank] span::after{content: ''; position: absolute; right: -20px; top: 5px; width: 12px; height: 12px; background: url('../../images/common/new_win_gray.png') no-repeat center center;}
.wrap-header .head-navi .div_3 .a_3::before {content: ""; position: absolute; left: 0; top: 12px; width: 6px; height: 6px; background: #c8c8c8; border-radius: 50%;}
.wrap-header .head-navi .div_3 .a_3:hover {font-family: 'Dream Medium'; color: #004e96;}
.wrap-header .head-navi .div_3 .a_3:hover::before {background: #004e96;}
.wrap-header .head-navi .div_3 .a_3 span {position: relative;}
.wrap-header .head-navi .div_3 .a_3 span::before {content: ''; position: absolute; left: 0; bottom: 0; width: 0; height: 1px; background: #004e96; transition: 1s;}
.wrap-header .head-navi .div_3 .a_3:hover span::before {width: 100%;}

.wrap-header .head-util {position: relative; width: 160px; text-align: right;}
.wrap-header .head-util ul::after {content: ''; display: table; clear: both;}
.wrap-header .head-util li {display: inline-block; vertical-align: middle; font-size: 0;}
.wrap-header .head-util li a,
.wrap-header .head-util li button {display: block; width: 100%; height: 100%; text-indent: -99999px;}
.wrap-header .head-util .head-search {width: 31px; height: 30px;background: url('../../images/common/ic-search.png') no-repeat center center;}
.wrap-header .head-util .head-notify {position: relative; width: 30px; height: 30px; margin-left: 35px;}
.wrap-header .head-util .head-notify button {background: url('../../images/common/ic-notify.png') no-repeat center center;}
.wrap-header .head-util .head-notify button:hover {animation-name: swing; animation-duration: 1s; transform-origin: top center;}
.wrap-header .head-util .head-notify .state {position: absolute; top: -8px; right: -8px; display: inline-block; width: 20px; height: 20px; background: #ff6c00; border-radius: 100%; font-family: 'Play Bold'; font-size: 12px; text-align: center; line-height: 19px; color: #fff;}
.wrap-header .head-util .head-sitemap {width: 30px; height: 30px; margin-left: 30px; background: url('../../images/common/ic-hamberg.png') no-repeat center center;}

@keyframes swing {
  20% {transform: rotate(15deg);}
  40% {transform: rotate(-10deg);}
  60% {transform: rotate(5deg);}
  80% {transform: rotate(-5deg);}
  100% {transform: rotate(0deg);}
}

.wrap-header .head-util .head-global {display: none; position: relative; background: rgba(196,38,5,0.75) url('../../images/common/ic-head-util2.png') no-repeat center center;}
.wrap-header .head-util .head-global .btn-global {overflow: hidden; position: absolute; left: 0px; top: 100%; z-index: 1; width: 100%; max-height: 0px; transition: all 0.8s;}
.wrap-header .head-util .head-global .btn-global.on {max-height: 150px;}
.wrap-header .head-util .head-global .btn-global a {padding: 10px 0; background: #43505d; font-size: 16px; text-align: center; text-indent: 0px; color: #fff; transition: all 0.5s;}
.wrap-header .head-util .head-global .btn-global a:hover {background: #0c2c67;}
.wrap-header .head-util .head-global .btn-global .close {display: block; width: 30px; height: 30px; margin: 0 auto; background:url('../../images/common/global-close.png') no-repeat center center;}
.wrap-header .btn-gnb-open {display: none;}
.wrap-header .btn-gnb-close {display :none;}
.wrap-header .mobile-global {display: none;}

@media all and (max-width: 1800px) {
  .wrap-header .head-navi .div_2::after {display: none;}
  .wrap-header .head-navi .div_2 .title {display: none;}
  .wrap-header .head-navi .div_2 .ul_2 {float: none; width: 100%;}
  .wrap-header .head-navi .div_2 .li_2 {padding: 0 20px;}
}

@media all and (max-width: 1530px) {
  .wrap-header .head-navi .div_1 .a_1 {padding: 30px 24px; font-size: 17px;}
}

@media all and (max-width: 1200px) {
	.wrap-header {padding:0;}
	.wrap-header .container  {padding:0 20px;}
	.wrap-header .container .btn-mgnb-open {display: block; width:100%; background: rgba(246,172,29,0.75) url('../../images/common/ic-head-util1.png') no-repeat center center;}
	.wrap-header .container .btn-mgnb-close.on {position: absolute; right: 100%; top: 0; display: block; width: 45px; height:45px; background: url('../../images/common/ic-navi-close.png') no-repeat center center;}
	.wrap-header .container .btn-mgnb-close button {display: block; width: 100%; height: 100%; text-indent: -9999px;}
	.wrap-header .head-logo {width: 100%; height: 70px;}
  .wrap-header .head-logo .logo-img img {height: 40px;}

  .wrap-header .head-navi {overflow: auto; position: fixed; right: -100%; top: 0px; z-index: 200; width: 100%; max-width: 490px; height: 100%; padding: 0 20px; background: #0a4a9b url('../../images/common/logo-mobile-navi.png') no-repeat right top; opacity: 0; transition: all 0.55s cubic-bezier(0.7, 0, 0.3, 1);}
  .wrap-header .head-navi::-webkit-scrollbar {width: 7px;}
  .wrap-header .head-navi::-webkit-scrollbar-thumb {background-color: #fcaf15; border-radius: 3px;}
  .wrap-header .head-navi::-webkit-scrollbar-track {background-color: #052248; border-radius: 3px;}
  .wrap-header .head-navi.on {right: 0; opacity: 1; transition: all 0.55s cubic-bezier(0.7, 0, 0.3, 1);}
  .wrap-header .head-mobile-top {position: relative; display: block; margin-bottom: 10px; padding: 17px 0; border-bottom: 1px solid rgba(255,255,255,1); text-align: left; font-size: 0;}
  .wrap-header .head-mobile-top > ul > li {display: inline-block; vertical-align: middle;}
  .wrap-header .head-mobile-top .login {display: inline-block; vertical-align: middle; font-size: 0;}
  .wrap-header .head-mobile-top .login a {font-family: 'Dream Regular'; font-size: 15px; color: #fff;}
  .wrap-header .head-mobile-top .login a:hover {color: #fcaf16;}
  .wrap-header .head-mobile-top .global {position: relative; display: inline-block; margin-left: 30px; padding: 6px 0; vertical-align: middle; font-size: 0;}
  .wrap-header .head-mobile-top .global button {position: relative; font-family: 'Titil Regular'; font-size: 15px; color: #fcaf16;}
  .wrap-header .head-mobile-top .global button::before {content: ''; display: inline-block; width: 18px; height: 18px; margin-right: 8px; margin-top: -2px; background: url('../../images/common/ic-global.png') no-repeat center; vertical-align: middle;}
  .wrap-header .head-mobile-top .global button::after {content: ''; display: inline-block; width: 5px; height: 4px; margin-left: 13px; margin-top: -2px; background: url('../../images/common/arrow-global.png') no-repeat center; vertical-align: middle;}
  .wrap-header .head-mobile-top .global > a {position: relative; font-family: 'Titil Regular'; font-size: 15px; color: #fcaf16 !important;}
  .wrap-header .head-mobile-top .global > a:hover {color: #ffd175 !important;}
  .wrap-header .head-mobile-top .global > a::before {content: ''; display: inline-block; width: 18px; height: 18px; margin-right: 8px; margin-top: -2px; background: url('../../images/common/ic-global.png') no-repeat center; vertical-align: middle;}
  .wrap-header .head-mobile-top .global .list {overflow: hidden; position: absolute; left: 0; top: 100%; z-index: 10; width: 100%; max-height: 0; transition: max-height .75s;}
  .wrap-header .head-mobile-top .global.on .list {max-height: 150px;}
  .wrap-header .head-mobile-top .global ul {border: 1px solid #cb7c00; border-bottom: 0;}
  .wrap-header .head-mobile-top .global li {padding: 5px 10px; background: #fcaf16; border-bottom: 1px solid #cb7c00;}
  .wrap-header .head-mobile-top .global a {font-family: 'Dream Regular'; font-size: 14px; color: #fff;}
  .wrap-header .head-mobile-top .global a:hover {color: #3e2600;}

  .wrap-header .head-navi .menuUItop {position: relative; height: calc(100% - 80px);}
  .wrap-header .head-navi .div_1 .li_1 {overflow: hidden; position: static; display: block; width: 100%; padding: 0px; border-top: 1px solid #5481b9;}
  .wrap-header .head-navi .div_1 .li_1:first-child {border-top: 0;}
  .wrap-header .head-navi .div_1 .li_1.on {background: #cedbeb;}
  .wrap-header .head-navi .div_1 .a_1 {float: left; width: 34%; height: auto; padding: 10px 0 10px 20px; background-image: none; background-position: right center; text-align: left; font-family: 'Dream Regular'; font-size: 18px; color: #fff !important;}
  .wrap-header .head-navi .div_1 .a_1._active.on,
  .wrap-header .head-navi .div_1 .a_1.on {color: #0a4a9b !important}
  .wrap-header .head-navi .div_1 .a_1 span{position: relative;}
  .wrap-header .head-navi .div_1 .a_1.on span:after {display: none;}
  .wrap-header .head-navi .div_1 .a_1[target=_blank] span::before {content: ''; position: absolute; left: 130%; top: 6px; width: 14px; height: 14px; background: url('../../images/common/ico_blank_pc.png') no-repeat center center;}
  .wrap-header .head-navi .div_1 .a_1 .inner::before {display: none;}

  .wrap-header .head-navi .div_2 {overflow: visible; display: none;}
  .wrap-header .head-navi .div_2.low {overflow: visible; max-height: none; }
  .wrap-header .head-navi .div_2::after {display: none;}
  .wrap-header .head-navi .div_2.on {display: block; position: static; left: auto; right: 0px; top:0; float: left; width: 66% !important; height: 100%; max-height: none; transition-property: none; background: #0272c8; transition-property: none;}
  .wrap-header .head-navi .div_2.on::before {display: none;}
  .wrap-header .head-navi .div_2 .title {display: none;}
  .wrap-header .head-navi .div_2 .container {padding: 0px;}
  .wrap-header .head-navi .div_2 .ul_2 {width: 100%; padding: 0; border: 0;}
  .wrap-header .head-navi .div_2 .ul_2::after {display: none;}
  .wrap-header .head-navi .div_2 .li_2 {display: block; width: 100%; margin-top: 0; margin-left: 0; padding: 0px; border: 0px;}
  .wrap-header .head-navi .div_2 .li_2::before {display: none;}
  .wrap-header .head-navi .div_2 .li_2:hover .a_2 {border: 0; background: transparent; color: #fcaf16;}
  .wrap-header .head-navi .div_2 .li_2:hover .a_2::after {content: ''; position: absolute; right: 102%; top: 12px; z-index: 120; width: 19px; height: 24px; background: url('../../images/common/arrow-mobile-navi.png') no-repeat center center;}
  .wrap-header .head-navi .div_2 .a_2 {width: 100%; margin: 0; padding: 13px 15px; border: 0; font-family: 'Dream Regular'; font-size: 16px; color: #fff;}
  .wrap-header .head-navi .div_2 .a_2.plus {position: relative; background: url('../../images/common/arrow-a2.png') no-repeat 91% center !important;}
  .wrap-header .head-navi .div_2 .a_2.plus.on {background: url('../../images/common/arrow_a2-hover.png') no-repeat 91% center !important;}
  .wrap-header .head-navi .div_2 .a_2 span{position: relative; padding: 0;}
  .wrap-header .head-navi .div_2 .a_2[target=_blank] span::before {left: 115%; top: 7px; background: url('../../images/common/new_win_white.png');}
  .wrap-header .head-navi .div_2 .a_2[target=_blank] span::after {background: url('../../images/common/new_win_white.png') no-repeat center}
  .wrap-header .head-navi .div_2 .a_2::after {display: none;}
  .wrap-header .head-navi .div_2 .a_2::before {display: none;}
  .wrap-header .head-navi .div_2 .a_2._active {color:#fcaf16}

  .wrap-header .head-navi .div_3 {overflow: hidden; display: block; width: 100%; max-height: 0px; padding: 0; background: #fcfcfc; transition:all 0.25s cubic-bezier(0.7, 0, 0.3, 1);}
  .wrap-header .head-navi .div_3.on {max-height: 500px; transition: all 0.25s cubic-bezier(0.7, 0, 0.3, 1);}
  .wrap-header .head-navi .div_3 .ul_3 {padding: 7px 15px; background: #90c4ea;}
  .wrap-header .head-navi .div_3 .li_3 {position: relative; width: 100%; margin: 5px 0px;}
  .wrap-header .head-navi .div_3 .a_3 {display: inline-block; width: 100%; padding: 0; font-family: 'Dream Regular'; font-size: 14px; line-height: 24px; color: #00294a;}
  .wrap-header .head-navi .div_2 .a_3[target=_blank] span:before {top: 8px;}
  .wrap-header .head-navi .div_3 .a_3::after {display: none;}
  .wrap-header .head-navi .div_3 .a_3::before {display: none;}
  .wrap-header .head-navi .div_3 .a_3:hover {text-decoration: underline; color: #004e96;}
  .wrap-header .head-navi .div_3 .a_3._active {color: #004e96;}
  .wrap-header .head-util .head-sitemap {display: none;}
  .wrap-header .head-util .head-notify {margin-left: 30px;}
  .wrap-header .btn-gnb-open {width: 30px; height: 30px; margin-left: 30px; background: url('../../images/common/ic-hamberg.png') no-repeat center center;}
  .wrap-header .btn-gnb-open,
  .wrap-header .btn-gnb-close {display: block; cursor: pointer;}
  .wrap-header .btn-gnb-close {position: absolute; right: 0; top: 0; width: 50px; height: 100%; background: url('../../images/common/btn-navi-close.png') no-repeat right center; text-indent: -99999px;}
  .wrap-header .btn-gnb-close button {width: 100%; height: 100%;}
}

@media all and (max-width: 500px) {
  .main-header {border: 0;}
  .wrap-header .head-logo .logo-img img {height: 35px;}
  .wrap-header .head-navi {max-width: calc(100% - 10px)}
  .wrap-header .head-util .head-notify {margin-left: 20px;}
  .wrap-header .btn-gnb-open {margin-left: 20px;}
}

/* Search */
.wrap-search {position: absolute; left: -99999px; top: 100%; opacity: 0; width: 100%; max-height: 0px; background: #004ea2; transition: opacity .75s;}
.wrap-search.on {left: 0; max-height: 200px; opacity: 1;}
.wrap-search::after {content: ''; position: absolute; left: 0; bottom: 0; width: 100%; height: 1px; background: #004ea2;}
.wrap-search .container {display: flex; flex-wrap: wrap; justify-content: center; align-items: start; padding: 55px 0;}
.wrap-search .text {padding-left: 50px; padding-right: 27px; background: url('../../images/common/ic-search2.png') no-repeat left center; font-family: 'Play Regular'; font-size: 28px; line-height: 55px; color: #fff;}
.wrap-search .form {position: relative; width: 100%; max-width: 400px;}
.wrap-search .form input {width: 100%; height: 55px; padding-left: 15px; background: #fff; border: 0; font-family: 'Dream Regular'; font-size: 16px; line-height: 50px; color: #000;}
.wrap-search .form input::placeholder {color: #000;}
.wrap-search .form button {position: absolute; right: 0; top: 0; width: 55px; height: 55px; background: url('../../images/common/ic-search3.png') no-repeat center; text-indent: -999999px;}
.wrap-search .form .input {position: relative;}
.wrap-search .form .search-relation-list {overflow: hidden; position: absolute; top: 100%; left: -1px; width: calc(100% + 2px); max-height: 0px; z-index: 5; transition: max-height 0.5s; border: 1px solid #004ea2;}
.wrap-search .form .search-relation-list.on {max-height: 280px;}
.wrap-search .form .search-relation-list ul {max-height: 280px; overflow-y: auto; background: #fff;}
.wrap-search .form .search-relation-list ul::-webkit-scrollbar {width: 7px;}
.wrap-search .form .search-relation-list ul::-webkit-scrollbar-thumb {background-color: #fcaf15; border-radius: 3px;}
.wrap-search .form .search-relation-list ul::-webkit-scrollbar-track {background-color: #222; border-radius: 3px;}
.wrap-search .form .search-relation-list ul li a {display: block; padding: 5px 10px; font-size: 14px; color: #222; transition: background 0.3s;}
.wrap-search .form .search-relation-list ul li.active a,
.wrap-search .form .search-relation-list ul li:focus a,
.wrap-search .form .search-relation-list ul li a:active,
.wrap-search .form .search-relation-list ul li a:focus,
.wrap-search .form .search-relation-list ul li a:hover {color: #004ea2;}
.wrap-search .recommand {display: flex; justify-content: start; align-items: center; margin-top: 10px;}
.wrap-search .recommand strong {display: inline-block; margin-right: 7px; padding: 4px 6px; background: #3094ff; border-radius: 5px; font-family: 'Dream Regular'; font-size: 12px; color: #fff;}
.wrap-search .recommand ul {/*overflow: hidden;*/ position: relative; top: 2px;}
.wrap-search .recommand ul li:nth-child(n + 5) {display: none;}
.wrap-search .recommand ul li:nth-child(4)::after {display: none;}
.wrap-search .recommand li {position: relative; float: left; margin-right: 5px; padding-right: 7px;}
.wrap-search .recommand li::after {content: ''; position: absolute; right: 0; top: 4px; width: 1px; height: 11px; background: rgba(255,255,255,.3);}
.wrap-search .recommand li:last-child::after {display: none;}
.wrap-search .recommand a {position: relative; font-family: 'Dream Light'; font-size: 13px; color: #fff;}
.wrap-search .recommand a::after {content: ''; position: absolute; left: 0; bottom: -1px; width: 0; height: 1px; background: #fff; transition: width .75s;}
.wrap-search .recommand a:hover::after {width: 100%;}
.wrap-search .close {padding-left: 25px; line-height: 55px;}
.wrap-search .close button {font-family: 'Dream Medium'; font-size: 19px; line-height: 50px; color: #fff;}
.wrap-search .close button span {position: relative;}
.wrap-search .close button span::after {content: ''; position: absolute; left: 0; bottom: -3px; width: 100%; height: 1px; background: #fff;}

@media all and (max-width: 768px) {
  .wrap-search .container {padding: 40px 0 35px 0;}
  .wrap-search .text {display: none;}
  .wrap-search .form {max-width: calc(100% - 70px);}
  .wrap-search .form input {height: 45px; line-height: 40px;}
  .wrap-search .form button {width: 45px; height: 45px;}
  .wrap-search .close {height: 45px; padding-left: 12px; line-height: 45px;}
  .wrap-search .close button {font-size: 15px; line-height: 41px;}
  .wrap-search .recommand a {font-size: 12px;}
}

.black-bg {position: fixed; left: -999999px; top: 0px; width: 100%; height: 100%; background: rgba(0,0,0,0.45); z-index: 90; opacity: 0; transition: opacity .5s;}
.black-bg.on {left: 0; opacity: 1;}

/* Sub Visual */
.wrap-sub-visual {display: table; width: 100%; background: url('../../images/common/sub-visual.jpg') no-repeat top center; animation-duration: 150s; animation-name: zoomBg; animation-iteration-count: infinite;}
.wrap-sub-visual.m1 {background: url('../../images/common/sub-visual.jpg') no-repeat top center;}
.wrap-sub-visual.m2 {background: url('../../images/common/sub-visual.jpg') no-repeat top center;}
.wrap-sub-visual.m3 {background: url('../../images/common/sub-visual.jpg') no-repeat top center;}
.wrap-sub-visual.m4 {background: url('../../images/common/sub-visual.jpg') no-repeat top center;}
.wrap-sub-visual.m5 {background: url('../../images/common/sub-visual.jpg') no-repeat top center;}
.wrap-sub-visual.m6 {background: url('../../images/common/sub-visual.jpg') no-repeat top center;}
.wrap-sub-visual.m7 {background: url('../../images/common/sub-visual.jpg') no-repeat top center;}
.wrap-sub-visual.m8 {background: url('../../images/common/sub-visual.jpg') no-repeat top center;}

@keyframes zoomBg {
  0% {
    background-size: 100% 100%;
  }
  50% {
    background-size: 150% 150%;
  }
  100% {
    background-size: 100% 100%;
  }
}

.wrap-sub-visual .wrap-sub-cell {position: relative; display: table-cell; height: 602px; text-align: center; vertical-align: middle; color: #fff;}
/* .wrap-sub-visual .wrap-sub-cell:after {content: ''; position: absolute; left: 0px; top: 0px; width: 100%; height: 100%; background: url('../../images/common/pattern.png');} */
.wrap-sub-cell .container {max-width: 1700px;}
.wrap-sub-visual .container {position: relative; z-index: 1;}
.wrap-sub-visual .slogan-big {position: relative; display: block; margin-top: -8px; margin-bottom: 24px; padding-bottom: 30px; font-family: 'Dream Bold'; font-size: 50px; line-height: 1;}
.wrap-sub-visual .slogan-big::after {content: ''; position: absolute; left: 50%; bottom: 0; width: 37px; height: 1px; background: #fff; transform: translate(-50%, 0);}
.wrap-sub-visual .slogan-small {display: block; font-family: 'Dream Regular'; font-size: 17px; line-height: 1.6;}
.wrap-sub-visual .slogan-small em {font-family: 'Play Regular'; font-size: 18px;}
.wrap-sub-visual .page-move {position: absolute; left: 0px; top: 38px; width: 100%; height: 0px;}
.wrap-sub-visual .page-move a {position: relative; display: block; width: 50px; height: 50px; background: rgba(255,255,255,.1); border: 2px solid rgba(255,255,255,.5); border-radius: 100%;}
.wrap-sub-visual .page-move a:hover {background: rgba(255, 170, 0, .1); border: 2px solid rgba(255, 170, 0, 1);}
.wrap-sub-visual .page-move a.prev {float: left;}
.wrap-sub-visual .page-move a.prev::after {content: ''; position: absolute; left: 18px; top: 20px; width: 47px; height: 9px; background:url('../../images/common/page_move_prev.png') no-repeat left center; transition: width 1s;}
.wrap-sub-visual .page-move a:hover.prev::after {background: url('../../images/common/page_move_prev_on.png') no-repeat left center;}
.wrap-sub-visual .page-move a.next {float: right;}
.wrap-sub-visual .page-move a.next::after {content: ''; position: absolute; right: 18px; top:20px; width: 47px; height: 9px; background:url('../../images/common/page_move_next.png') no-repeat right center; transition: width 1s;}
.wrap-sub-visual .page-move a:hover.next::after {background: url('../../images/common/page_move_next_on.png') no-repeat left center;}
.wrap-sub-visual .page-move a span {position: absolute; top: -9999px;left: -9999px;}

@media all and (max-width:1660px) {
  .wrap-sub-visual .page-move a.prev {left: 20px;}
  .wrap-sub-visual .page-move a.next {right: 20px;}
}

@media all and (max-width: 1200px) {
  .wrap-sub-visual .wrap-sub-cell {height: 410px;}
  .wrap-sub-visual .slogan-big {margin-top: 80px; margin-bottom: 15px; padding-bottom: 25px; font-size: 40px;}
  .wrap-sub-visual .slogan-small {font-size: 15px; line-height: 1.5;}
}

@media all and (max-width: 500px) {
  .wrap-sub-visual .page-move {display: none;}
  .wrap-sub-visual .wrap-sub-cell {height: 235px;}
  .wrap-sub-visual .slogan-big {margin-top: 83px; margin-bottom: 0; padding-bottom: 0; font-size: 30px;}
  .wrap-sub-visual .slogan-big::after {display: none;}
  .wrap-sub-visual .slogan-small {display: none;}
}

/* Sub Navi */
.wrap-sub-navi {position: relative; z-index: 20; max-width: 1700px; margin: 0 auto; margin-top: -140px; margin-bottom: 1px; padding: 55px 0 0 0; background: #fff;}
.wrap-sub-navi .container {position: relative; max-width: 1600px;}
.wrap-sub-navi .subject {position: relative; padding-top: 88px; padding-bottom: 26px; text-align: center;}
.wrap-sub-navi .subject::after {content: ''; position: absolute; left: 50%; bottom: 0; width: 50px; height: 1px; background: #0b111f;  transform: translate(-50%, 0);}
.wrap-sub-navi .subject h2 {font-family: 'Dream Bold'; font-size: 42px; color: #343e4c;}
.wrap-sub-navi .sub-navi > ul > li {display: none; float: left; position: relative; padding: 0 0 0 20px;}
.wrap-sub-navi .sub-navi > ul > li.on {display: block;}
.wrap-sub-navi .sub-navi > ul > li > a,
.wrap-sub-navi .sub-navi > ul > li > .inner > button {position: relative; display: block; height: 20px; font-size: 0px; color: #666; line-height: 20px;}
.wrap-sub-navi .sub-navi > ul > li > .inner > button {width: 100%; padding: 0 105px 0 0 ; background: url('../../images/common/arrow-page-nav2.png') no-repeat top right; font-family: 'Dream Medium'; text-align: left; transition: background-position 0.5s cubic-bezier(0.7, 0, 0.3, 1);}
.wrap-sub-navi .sub-navi > ul > li > .inner > button::after {content: ''; position: absolute; right: 0; top: 5px; width: 1px; height: 9px; background: #b5b5b5;}
.wrap-sub-navi .sub-navi > ul > li.last > .inner > button::after {display: none;}
.wrap-sub-navi .sub-navi > ul > li > .inner > button:hover {background-position: bottom right; color: #0146b9; transition: background-position 0.5s cubic-bezier(0.7, 0, 0.3, 1);}
.wrap-sub-navi .sub-navi > ul > li > .inner > button span {display: inline-block; font-size: 16px; vertical-align: middle;}
.wrap-sub-navi .sub-navi .home {display: block; min-width: auto; padding: 0px; background-image: none;}
.wrap-sub-navi .sub-navi .home a {width: 147px; background: url('../../images/common/ic_home.png') no-repeat left center; text-indent: -9999px;}
.wrap-sub-navi .sub-navi .navUl {visibility: hidden; overflow: hidden; position: absolute; left: 20px; top: 163%; z-index: 1; width: 180px; max-height: 0; border: 1px solid #fff; opacity:0;}
.wrap-sub-navi .sub-navi .navUl::-webkit-scrollbar {width: 5px;}
.wrap-sub-navi .sub-navi .navUl::-webkit-scrollbar-thumb {background-color: rgba(0,64,152,.8);border-radius: 3px;}
.wrap-sub-navi .sub-navi .navUl::-webkit-scrollbar-track {background-color: #ccc;border-radius: 3px;}
.wrap-sub-navi .sub-navi .navUl.on {visibility: visible; overflow: hidden; overflow-y: auto; max-height: 275px; padding: 9px 0; background: #fff; opacity: 1; box-shadow: 2px 2px 6px 0px rgba(0,0,0,0.3);}
.wrap-sub-navi .sub-navi .last .navUl.on {background: #0060da; border: 1px solid #0060da;}
.wrap-sub-navi .sub-navi .navUl a {position: relative; display: block; padding: 7px 15px; font-family: 'Dream Regular'; font-size: 15px; color: #333; word-break: keep-all;}
.wrap-sub-navi .sub-navi .navUl a#top_k2wiz_GNB_715 {display: none;}
.wrap-sub-navi .sub-navi .last .navUl a {color: #fff;}
.wrap-sub-navi .sub-navi .navUl a span {position: relative; padding-bottom: 2px; background: linear-gradient(to bottom, transparent 96%, #FCAF17 0) left center no-repeat; background-size: 0; transition: .4s;}
.wrap-sub-navi .sub-navi .navUl a:hover span,
.wrap-sub-navi .sub-navi .navUl a._active span{background-size: 100% auto;}
/*
.wrap-sub-navi .sub-navi .navUl a span {position: relative;}
.wrap-sub-navi .sub-navi .navUl a span::before {content: ''; position: absolute; left: 0; bottom: -5px; width: 0; height: 3px; background: #fcaf15; transition: .5s;}
.wrap-sub-navi .sub-navi .navUl a._active span::before,
.wrap-sub-navi .sub-navi .navUl a:hover span::before {width: 100%;}
*/
.wrap-sub-navi .sub-navi .navUl a[target=_blank]::after {content: ''; position: absolute; right: 20px; top: 10px; display: inline-block; width: 14px; height: 14px; margin: 0 0 0 5px; background: url(../../images/common/ic-tab-link-blank2.png) no-repeat 93% center;}
.wrap-sub-navi .sub-navi .last .navUl a[target=_blank]::after {background: url(../../images/common/ic-tab-link-blank2-on.png) no-repeat 93% center;}
.wrap-sub-navi .sub-navi .navUl a#top_k2wiz_GNB_506,
.wrap-sub-navi .sub-navi .navUl a#top_k2wiz_GNB_505 {display: none;}

.wrap-sub-navi .sub-util {position: absolute; right: 0; top: -17px;}
.wrap-sub-navi .sub-util > ul > li {position: relative; float: left;}
.wrap-sub-navi .sub-util > ul > li::after {content: ''; position: absolute; right: 0; top: 30%; width: 1px; height: 26px; background: #d6d6d6;}
.wrap-sub-navi .sub-util > ul > li:last-child::after {display: none;}
.wrap-sub-navi .sub-util > ul > li > button {width: 80px; height: 60px; text-indent: -9999px;}
.wrap-sub-navi .sub-favo {background: url('../../images/common/ic_favo.png') no-repeat center center; transition: background-color 0.5s cubic-bezier(0.7, 0, 0.3, 1);}
.wrap-sub-navi .sub-favo.on {background: url('../../images/common/ic_favo_ov.png') no-repeat center center;}
.wrap-sub-navi .sub-share {width: 55px !important; background: url('../../images/common/ic_sns.png') no-repeat right center; transition: background-color 0.5s cubic-bezier(0.7, 0, 0.3, 1);}
.wrap-sub-navi .sub-share.on {background: url('../../images/common/ic_sns_ov.png') no-repeat right center;}
.wrap-sub-navi .sub-share:hover.wrap-sub-navi .sub-util .box-sub-share {transition: background-color 0.5s cubic-bezier(0.7, 0, 0.3, 1);}
.wrap-sub-navi .sub-print {background: url('../../images/common/ic_print.png') no-repeat center center; transition: background-color 0.5s cubic-bezier(0.7, 0, 0.3, 1);}
.wrap-sub-navi .sub-print:hover {transition: background-color 0.5s cubic-bezier(0.7, 0, 0.3, 1);}

.wrap-sub-navi .box-sub-favo {visibility: hidden; overflow: hidden; position: absolute; right: 20000%; top: 110%; width: 260px; max-height: 0px; border: 1px solid #cacaca; background: #fff; transition: opacity 0.5s cubic-bezier(0.7, 0, 0.3, 1), max-height 0.5s cubic-bezier(0.7, 0, 0.3, 1); opacity: 0;}
.wrap-sub-navi .box-sub-favo.on {visibility: visible; right: -57px; max-height: 1000px; transition: opacity 0.5s cubic-bezier(0.7, 0, 0.3, 1), max-height 0.5s cubic-bezier(0.7, 0, 0.3, 1); opacity: 1; }
.wrap-sub-navi .box-sub-favo > strong {display: block; padding: 13px 20px; border-bottom :1px solid #d6d6d6; font-family: 'Dream Medium'; font-size: 14px; color: #2a2a2a;}
.wrap-sub-navi .box-sub-favo ul li {position: relative; padding: 8px 20px;}
.wrap-sub-navi .box-sub-favo ul li:hover {background: #d9e0e8;}
.wrap-sub-navi .box-sub-favo ul li a {position: relative; font-family: 'Dream Regular'; font-size: 15px; color: #333;}
.wrap-sub-navi .box-sub-favo ul li a span {display: none;}
.wrap-sub-navi .box-sub-favo .close {position: absolute; right: 0px; top: 0px; width: 40px; height: 48px; background:url('../../images/common/btn-favo-close.png') no-repeat center center; text-indent: -9999px;}
.wrap-sub-navi .box-sub-favo .close:hover {transform: rotate( 180deg ); transition: all 0.75s cubic-bezier(0.7, 0, 0.3, 1);}
.wrap-sub-navi .box-sub-favo .del {position: absolute; right: 20px; top: 11px; width: 17px; height: 17px; margin: 0 0 0 10px; background: url('../../images/common/btn-favo-del.png') no-repeat center center; text-indent: -9999px;}
.wrap-sub-navi .box-sub-favo .control {text-align: center;}
.wrap-sub-navi .box-sub-favo .control button {display: inline-block;}
.wrap-sub-navi .box-sub-favo .control button.add {margin-top: 11px; padding: 5px 35px 5px 15px; background: #1678e2 url('../../images/common/btn-favo-add.png') no-repeat 83% center; border-radius: 4px; font-family: 'Dream Regular'; font-size: 14px; color: #fff;}
.wrap-sub-navi .box-sub-favo .control button.reset {background: #fff; padding: 9px 20px; border-radius: 5px; border: 1px solid #50555d; font-family: 'Dream Regular'; font-size: 14px; color: #50555d;}
.wrap-sub-navi .box-sub-favo .control.list.on {padding: 15px 0; border-top: 1px solid #d6d6d6;}
.wrap-sub-navi .box-sub-favo #favoriteList {border-top: 1px solid #cdcdcd;}
.wrap-sub-navi .box-sub-favo .guide {padding: 15px 0 20px 0; background: #f0f0f0; text-align: center;}
.wrap-sub-navi .box-sub-favo .guide #favoriteTitle {font-family: 'Dream Regular'; font-size: 14px; color: #464444;}

.wrap-sub-navi .box-sub-share {opacity: 0; overflow: hidden; max-height:0px; position:absolute; left: -99999999px; padding: 20px;  top: 110%; background: #fff; width:340px; border: 1px solid #cecece; transition:opacity 0.5s cubic-bezier(0.7, 0, 0.3, 1), max-height 0.5s cubic-bezier(0.7, 0, 0.3, 1);}
.wrap-sub-navi .box-sub-share.on {opacity: 1; max-height:1000px; left: auto; right: 0; transition: opacity 0.5s cubic-bezier(0.7, 0, 0.3, 1), max-height 0.5s cubic-bezier(0.7, 0, 0.3, 1);}
.wrap-sub-navi .box-sub-share .close {text-indent: -9999px; position: absolute; right: 0px; top: 0px; width: 40px; height: 50px; background: url(../../images/common/btn-favo-close.png) no-repeat center center;}
.wrap-sub-navi .box-sub-share .close:hover {transform: rotate( 180deg ); transition: all 0.75s cubic-bezier(0.7, 0, 0.3, 1);}
.wrap-sub-navi .box-sub-share .send {margin-bottom: 15px;}
.wrap-sub-navi .box-sub-share .send strong {display: inline-block; width: 60px; vertical-align: middle; font-family: 'Dream Bold'; font-size: 14px; color: #2a2a2a;}
.wrap-sub-navi .box-sub-share .send ul {display: inline-block; vertical-align: middle;}
.wrap-sub-navi .box-sub-share .send li {float: left; margin-right: 5px;}
.wrap-sub-navi .box-sub-share .send li button {width: 25px; height: 25px; background: url('../../images/common/ic-sub-share.png') no-repeat; text-indent: -9999px;}
.wrap-sub-navi .box-sub-share .send li .facebook {background-position: 0 0;}
.wrap-sub-navi .box-sub-share .send li .twitter {background-position: -25px 0;}
.wrap-sub-navi .box-sub-share .send li .kakao {background-position: -50px 0;}
.wrap-sub-navi .box-sub-share .send li .pinterest {background-position: -75px 0;}
.wrap-sub-navi .box-sub-share .send li .naver {background-position: -100px 0;}
.wrap-sub-navi .box-sub-share .send li .insta {background-position: -125px 0;}
.wrap-sub-navi .box-sub-share .copy strong {display: inline-block; width: 60px; vertical-align: middle; font-family: 'Dream Bold'; font-size: 14px; color: #2a2a2a;}
.wrap-sub-navi .box-sub-share .copy input {display: inline-block; width: 168px; height: 35px; border: 1px solid #cecece; line-height: 35px; text-indent: 10px; font-size: 13px; text-overflow: ellipsis; color: #666;}
.wrap-sub-navi .box-sub-share .copy button {display: inline-block; width: 60px; height: 35px; line-height: 35px; text-align: center; background: #5d5d5d; font-size: 14px; color: #fff;}

@media all and (max-width: 1700px) {
  .wrap-sub-navi {width: calc(100% - 25px);}
  .wrap-sub-navi .sub-util {right: 20px;}
}

@media all and (max-width: 1200px) {
  .wrap-sub-navi {width: 100%; margin-top: 0; padding: 27px 0 0 0;}
  .wrap-sub-navi .subject {padding-top: 33px;}
  .wrap-sub-navi .subject h2 {font-size: 32px;}
  .wrap-sub-navi .sub-navi .home a {width: 100px;}
  .wrap-sub-navi .li-print,
  .wrap-sub-navi .li-favo {display: none;}
  .wrap-sub-navi .sub-navi > ul > li > .inner > button {padding-right: 50px;}
}

@media all and (max-width: 730px) {
  .wrap-sub-navi .sub-util {display: none;}
  .wrap-sub-navi .sub-navi .home a {width: 20px;}
  .wrap-sub-navi .sub-navi > ul > li {padding-left: 10px; background: url('../../images/common/arrow-page-nav-m.png') no-repeat right center;}
  .wrap-sub-navi .sub-navi > ul > li.last {background: none;}
  .wrap-sub-navi .sub-navi > ul > li > .inner > button {padding: 0 17px 0 0; background: none;}
  .wrap-sub-navi .sub-navi > ul > li > .inner > button::after {display: none;}
}

@media all and (max-width: 500px) {
  .wrap-sub-navi {padding: 20px 0 0 0;}
  .wrap-sub-navi .subject {padding-top: 30px; padding-bottom: 18px;}
  .wrap-sub-navi .subject h2 {font-size: 24px;}
}

/* Tab & Sub Contents*/
#subContent {margin-top: 60px;}
.type2 .tab_div.div_4 {margin-top: 70px;}
.type2 .tab_div .ul_4 > li {margin-bottom: 10px;}
.tab .div_5 {display: none;}


@media all and (max-width: 1200px) {
  #subContent {margin-top: 40px;}
  .type2 .tab_div.div_4 {margin-top: 40px;}
}

@media all and (max-width: 500px) {
  #subContent {margin-top: 30px;}
  .type2 .tab_div.div_4 {margin-top: 30px;}
  .type2 .tab_div .ul_4 > li {margin-bottom: 0;}
}

/* Rating */
.wrap-rating {max-width: 1500px; margin: 0 auto; margin-top: 80px;}
.wrap-rating .container {display: table; width: 100%; padding: 46px 50px; background: #f5f5f5;}
.wrap-rating .title,
.wrap-rating .person,
.wrap-rating .modify {display: table-cell; vertical-align: middle;}
.wrap-rating .modify {width: 210px; text-align: right;}

.wrap-rating .title {position: relative; width: 300px; font-family: 'Dream Regular'; font-size: 16px; color: #151515;}
.wrap-rating .title:after {content: ''; position: absolute; left: 0%; top: 50%; width: 100%; height: 1px; background: #222;  }
.wrap-rating .title p {position: relative; z-index: 1; display: inline-block; padding-right: 30px; background: #f5f5f5;}
.wrap-rating .title2 {width: 255px;}

.wrap-rating .person .team,
.wrap-rating .person .tel,
.wrap-rating .modify .date {display: inline-block; padding: 6px 0 6px 50px; background: url('../../images/common/ico-rating.png') no-repeat; font-family: 'Dream Regular'; font-size: 16px; color: #151515;}
.wrap-rating .person .team {margin-left: 10%; background-position: 0 0;}
.wrap-rating .person .tel {margin-left: 10%; background-position: 0 -36px; letter-spacing: 0;}
.wrap-rating .modify .date {margin-left: 20%; background-position: 0 -72px; letter-spacing: 0;}

@media all and (max-width: 1820px) {
  .wrap-rating {padding: 0 20px;}
}

@media all and (max-width: 1400px) {
  .wrap-rating .container {padding: 26px 50px;}
  .wrap-rating .person .team,
  .wrap-rating .person .tel {margin: 5px 0 5px 60px;}
  .wrap-rating .title,
  .wrap-rating .title2 {width: 220px;}
}

@media all and (max-width: 1200px) {
  .wrap-rating .container {padding: 35px 40px;}
  .wrap-rating .title,
  .wrap-rating .person,
  .wrap-rating .modify {display: block;}
  .wrap-rating .title,
  .wrap-rating .title2 {width: 100%;}
  .wrap-rating .title p br {display: none;}
  .wrap-rating .person {margin: 19px 0 29px 0;}
  .wrap-rating .person .team,
  .wrap-rating .person .tel {width: auto; margin: 0;}
  .wrap-rating .person .tel {margin-left: 130px;}
  .wrap-rating .modify {margin: 19px 0 0 0; text-align: left;}
  .wrap-rating .modify .date {margin-left: 0;}
}

@media all and (max-width: 730px) {
  .wrap-rating {margin-top: 40px;}
  .wrap-rating .person .team,
  .wrap-rating .person .tel {width: 100%; margin: 0;}
  .wrap-rating .person .team,
  .wrap-rating .person .tel,
  .wrap-rating .modify .date {font-size: 15px;}
  .wrap-rating .person .tel {margin-top: 20px;}
}

.wrap-contents {padding-bottom: 0 !important;}

/* Footer */
.wrap-footer {margin-top: 100px; background: #1d1d1d;}
.main .wrap-footer {margin-top: 0;}
.footer-link {display: flex; position: relative; padding: 8px 0; gap: 0 13px;}
.footer-link .box {width: 25%;}
.footer-link .link-list {overflow: auto; position: absolute; left: 0; bottom: 100%; z-index: 3; width: calc(100%); max-height: 0px;  border-bottom: 1px solid #343434; font-size: 0px; transition: 0s}
.footer-link .link-list::-webkit-scrollbar {width: 7px;}
.footer-link .link-list::-webkit-scrollbar-thumb {background-color: #fcaf15; border-radius: 3px;}
.footer-link .link-list::-webkit-scrollbar-track {background-color: #1d1d1d; border-radius: 3px;}
.footer-link .on .link-list {max-height: 500px; transition: max-height .5s; overflow: visible;} /* overflow, max-height:300 웹접근성 수정사항 추가 - kh 241122 */
.footer-link .link-list ul {display: inline-block; width: 100%; background: #1d1d1d; border: 1px solid #343434; border-bottom: 0; }
.footer-link .link-list ul li {float: left; width: 25%;}
.footer-link .link-list a {display: block; width: 100%; padding: 15px 20px; border-right: 1px solid #343434; border-bottom: 1px solid #343434; font-family: 'Dream Regular'; font-size: 14px; text-align: left; color: #fff;}
.footer-link .link-list a:hover {color: #fcaf17;}
.footer-link .link-now {position: relative; display: block; width: 100%; padding: 15px 20px; border: 1px solid #343434; font-family: 'Dream Regular'; font-size: 14px; text-align: left; color: #fff;}
.footer-link .on .link-now,
.footer-link .link-now:hover {color: #fcaf17;}
.footer-link .link-now::after {content: ''; position: absolute; right: 20px; top: 45%; width: 9px; height: 7px; background: url('../../images/common/arrow-footer-sel.png') no-repeat center;}
.footer-link .on .link-now:hover::after,
.footer-link .link-now:hover::after {background: url('../../images/common/arrow-footer-sel-ov.png') no-repeat center;}
.footer-link .link-go {position: absolute; right: 0; top: 0; width: 60px; height: 50px; background: #343434; border: 1px solid #494949; font-family: 'Titil Regular'; font-size: 20px; line-height: 42px; text-align: center; color: #fff;}
.footer-link .link-go:hover {background: #fcaf17; border: 1px solid #fcaf17; color: #000;}

.footer-service {position: relative; padding: 19px 0; border-top: 1px solid #4a4a4a; border-bottom: 1px solid #4a4a4a;}
.footer-service ul {font-size: 0;}
.footer-service li {position: relative; display: inline-block; margin: 5px 17px 5px 0; padding-right: 17px; font-size: 0; vertical-align: middle;}
.footer-service li::after {content: ''; position: absolute; right: 0; top: 3px; width: 1px; height: 11px; background: #6b717d;}
.footer-service li:last-child::after {display: none;}
.footer-service a {font-family: 'Dream Regular'; font-size: 13px; color: #fff;}
.footer-service a:hover {color: #fcaf17;}
.footer-service .btn-decla {font-family: 'Dream Regular'; font-size: 13px; color: #fff;}
.footer-service .btn-decla::after {content: ''; position: absolute; left: 95%; top: 45%; width: 9px; height: 5px; background: url('../../images/common/arrow-footer-sel.png') no-repeat center bottom;}
.footer-service .box-decla {display: none; position: absolute; left: 0px; bottom: 170%; z-index: 10; background: #fff; padding: 10px; border-radius: 10px;}
.footer-service .box-decla.on {display: block;}
.footer-service .box-decla a {display: block; padding: 4px 10px;  color: #333;}
.footer-service .privacy {position: absolute; right: 0; top: 0; height: 100%; padding: 0 20px; background: #d95c00;}
.footer-service .privacy a {display: block; padding: 22px 0; font-size: 16px;}
.footer-service .privacy a:hover {color: #fff !important;}

.footer-address {position: relative;}
.footer-address .info {padding: 34px 0 34px 245px; background: url('../../images/common/logo-footer.png') no-repeat left 30px;}
.footer-address .sns {position: absolute; right: 0; top: 30px;}
.footer-address .sns li {display: inline-block; margin-left: 10px; vertical-align: middle;}
.footer-address .sns li a {display: block;}
.footer-address .address {font-family: 'Dream Regular'; font-size: 14px; color: #eaeaea;}
.footer-address .copyright {font-family: 'Titil Regular'; font-size: 14px; color: #eaeaea;}
.footer-address .wa {position: absolute;right: 220px;top: 22px;}

@media all and (max-width: 1170px) {
  .footer-address {padding: 25px 0 50px 0;}
  .footer-address .info {padding: 75px 0 0 0; background-position: center top !important; text-align: center;}
  .footer-address .sns {position: static; width: 100%; margin-bottom: 21px;}
  .footer-address .address {line-height: 1.8;}
  .footer-address .wa {position: absolute;right: 20px;top: 22px;}
}

@media all and (max-width: 1024px) {
  .footer-link {gap: 10px; flex-wrap: wrap; justify-content: space-between; padding: 15px 0;}
  .footer-link .box {width: calc(50% - 5px);}
  .footer-link .link-now {font-size: 13px;}
  .footer-link .link-go {font-size: 16px;}
  .footer-service {padding: 5px 0;}
  .footer-service ul {text-align: center;}
  .footer-service li {margin: 5px 7px 5px 0; padding-right: 9px;}
  .footer-service .privacy {position: static; margin: 20px 0; text-align: center;}
  .footer-service .privacy a {padding: 9px 0;}
}

@media all and (max-width: 940px) {
  .footer-link .link-list ul li {width: 33.333%;}
}

@media all and (max-width: 700px) {
  .footer-link .link-list ul li {width: 50%;}
}

@media all and (max-width: 500px) {
  .wrap-footer {margin-top: 50px;}
  .footer-link .link-list ul li {width: 100%;}
}

/* Top Button */
.top-button {position: fixed; right: 30px; bottom: -120px; z-index: 3; width: 64px; height: 64px; background: url('../../images/common/ic-top-button.jpg') no-repeat center; text-indent: -99999px; transition: 1s;}
.top-button.fix {bottom: 30px;}

.page1528 .tab_div,
.page11549 .tab_div {display: none;}

/* 앨범게시판 접근성 */
.board-album .info dt {display: block; position: absolute; left: -9999px;}