﻿.inner-wrap {
  width: 1050px;
  margin: 0 auto
}

body {
  
}

input[type="text"],
input[type="password"],
select,
textarea {
  height: 46px;
  padding: 0 13px;
  font-size: 15px;
  font-weight: 500;
  color: #222;
  border: 2px solid #E2E2E2;
  border-radius: 6px
}

input[type="text"]:focus::placeholder,
input[type="password"]:focus::placeholder,
select:focus::placeholder,
textarea:focus::placeholder {
  color: #fff;
  opacity: 0
}

input[type="text"]::placeholder,
input[type="password"]::placeholder,
select::placeholder,
textarea::placeholder {
  color: #aaa;
  opacity: 1
}

textarea {
  padding: 13px
}

select {
  padding-right: 40px
}

.post-list.gallery>ul {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap
}

.post-list.gallery>ul>li {
  border: 1px solid #E3E3E3
}

.post-list.gallery>ul>li:nth-of-type(3n) {
  margin-right: 0 !important
}

.post-list>ul>li {
  position: relative
}

.post-list>ul>li:hover a .thumb img {
  transform: scale(1.1);
}

.post-list>ul>li:hover a .thumb object {
  transform: scale(1.1) translate(-45%, -45%)
}

.post-list>ul>li a .label {
  position: absolute;
  top: -1px;
  left: -1px;
  height: 27px;
  background-repeat: no-repeat;
  z-index: 2
}

.post-list>ul>li a .label span {
  display: block;
  padding-left: 10px;
  margin-right: -5px;
  padding: 0 21px 0 10px;
  margin-right: -5px;
  font-size: 12px;
  font-weight: 500;
  color: #fff;
  line-height: 26px;
  background-image: url("/images/common/label.png");
  background-repeat: no-repeat;
  background-position: right 0
}

.post-list>ul>li a .thumb {
  position: relative;
  width: 100%;
  overflow: hidden
}

.post-list>ul>li a .thumb::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #EFEFEF;
  z-index: -2
}

.post-list>ul>li a .thumb img {
  position: absolute;
  top: 0;
  left: 0;
  width: calc(100% + 2px) !important;
  height: auto !important;
  margin-left: -1px;
  margin-top: -1px;
  transform: scale(1);
  -webkit-transition: all .2s;
  transition: all .2s
}

.post-list>ul>li a .thumb object {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 40%;
  max-width: 103px;
  transform: scale(1) translate(-50%, -50%);
  -webkit-transition: all .2s;
  transition: all .2s;
  z-index: -1
}

.post-list>ul>li a .thumb .icons {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 2
}

.post-list>ul>li a .thumb .icons .icon {
  margin-left: 6px
}

.post-list>ul>li a .content .text h3 {
  font-weight: 700;
  color: #222
}

.post-list>ul>li a .content .text p {
  margin-top: 10px;
  font-size: 14px;
  color: #454545;
  line-height: 20px
}

.info .author {
  position: relative;
  padding-right: 9px;
  margin-right: 7px;
  font-size: 15px;
  font-weight: 500
}

.info .author::after {
  position: absolute;
  content: "";
  top: 50%;
  right: -1px;
  width: 1px;
  height: 13px;
  background: #8D8D8D;
  margin-top: -6px
}

.info .count,
.info .date {
  font-size: 13px;
  color: #5D5D5D
}

.info .count span,
.info .date span {
  margin-right: 2px
}

.header {
  min-width: 1050px;
}

.header .top-banner {
  position: relative;
  height: 100px;
}

.header .top-banner.active {
  margin-top: -100px
}

.header .top-banner a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100px;
  z-index: 2;
  overflow: hidden;
}

.header .top-banner a img {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}

.header .top-banner .inner-wrap {
  position: absolute;
  width: 66px;
  height: 27px;
  top: 100%;
  left: 50%;
  text-align: right;
  transform: translateX(595px);
  z-index: 2;
}

.header .top-banner .inner-wrap .toggle {
  display: inline-block;
  position: absolute;
  top: 0;
  right: 0;
  width: 66px;
  height: 27px;
  font-size: 0;
  background-image: url("/images/common/btn_top_banner_close.png");
  background-repeat: no-repeat;
  outline: none;
  border: none;
  cursor: pointer;
}

.header .top-banner .inner-wrap .toggle.active {
  background-image: url("/images/common/btn_top_banner_open.png")
}

.header .top-banner ul {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100px;
  overflow: hidden;
}

.header .center {
  padding: 20px 0;
  text-align: center;
  border-bottom: 1px solid #EFEFEF
}

.header .head {
  position: relative;
  height: 87px
}

.header .head .inner-wrap {
  position: relative
}

.header .head .inner-wrap .gnb-all-open {
  position: absolute;
  top: 35px;
  left: 0;
  display: block;
  width: 25px;
  height: 20px;
  font-size: 0
}

.header .head .inner-wrap .gnb-all-open::before,
.header .head .inner-wrap .gnb-all-open span::before,
.header .head .inner-wrap .gnb-all-open span::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 25px;
  height: 3px;
  background: #000
}

.header .head .inner-wrap .gnb-all-open::before {
  top: 8px
}

.header .head .inner-wrap .gnb-all-open span::after {
  top: 16px
}

.header .head .inner-wrap .logo {
  position: absolute;
  top: 30px;
  left: 40px
}

.header .head .inner-wrap .logo a {
  display: block;
  width: 171px;
  height: 29px;
  font-size: 0;
  background-image: url("/images/common/logo.png");
  background-repeat: no-repeat
}

.header .head .inner-wrap .search {
  position: relative;
  position: absolute;
  top: 21px;
  left: 350px
}

.header .head .inner-wrap .search input[type="text"] {
  width: 350px;
  height: 46px;
  padding: 0 50px 0 20px;
  font-size: 15px;
  font-weight: 500;
  background-color: #F2F5FF;
  border: none;
  border-radius: 23px
}

.header .head .inner-wrap .search .icon {
  position: absolute;
  top: 14px;
  right: 18px
}

.header .head .inner-wrap .search input[type="text"] + .word-box {
  position: absolute;
  top: 43px;
  left: 0;
  width: 100%;
  padding: 12px 20px;
  background-color: white;
  border: 2px solid #4E7BFB;
  box-shadow: 0 4px 15px rgba(0,0,0,0.2);
  z-index: 1004;
  visibility: hidden;
  opacity: 0;
}

.header .head .inner-wrap .search input[type="text"] + .word-box.active {
  visibility: visible;
  opacity: 1;
}

.header .head .inner-wrap .search input[type="text"] + .word-box ul li {
  padding: 5px 0;
}

.header .head .inner-wrap .search input[type="text"] + .word-box ul li a {
  font-size: 14px;
  font-weight: 500;
  color: #454545;
}

.header .head .inner-wrap .search input[type="text"] + .word-box ul li a:hover {
  color: #3D66DC;
}

.header .head .inner-wrap .search input[type="text"] + .word-box ul li a::before {
  content: "#";
}

.header .head .inner-wrap .tnb {
  position: absolute;
  top: 34px;
  right: 0
}

.header .head .inner-wrap .tnb a,
.header .head .inner-wrap .tnb p {
  display: inline-block;
  font-size: 15px;
  color: #222;
  line-height: 24px
}

.header .head .inner-wrap .tnb p {
  padding-right: 20px
}

.header .head .inner-wrap .tnb a {
  position: relative;
  background-repeat: no-repeat
}

.header .head .inner-wrap .tnb a::before {
  position: absolute;
  content: "";
  top: 50%;
  left: -20px;
  width: 1px;
  height: 16px;
  background: rgba(0, 0, 0, 0);
  margin-top: -8px;
  background-image: url("/images/common/bar_tnb.png")
}

.header .head .inner-wrap .tnb a.login {
  margin-right: 20px;
  padding-left: 21px;
  background-image: url("/images/common/icon_tnb_login.png");
  background-position: 0 1px
}

.header .head .inner-wrap .tnb a.login::before {
  display: none
}

.header .head .inner-wrap .tnb a.logout {
  margin-left: 20px;
  padding-left: 20px;
  background-image: url("/images/common/icon_tnb_logout.png");
  background-position: 0 1px
}

.header .head .inner-wrap .tnb a.register {
  margin-left: 20px;
  padding-left: 27px;
  background-image: url("/images/common/icon_tnb_register.png");
  background-position: 0 0
}

.header .head .inner-wrap .tnb a.mypage {
  margin-left: 20px;
  padding-left: 27px;
  background-image: url("/images/common/icon_tnb_mypage.png");
  background-position: 0 0
}

.header .gnb {
  height: 60px;
  border-top: 2px solid #EFEFEF;
  border-bottom: 2px solid #EFEFEF
}

.header .gnb .inner-wrap {
  position: relative
}

.header .gnb .inner-wrap .main-menu ul {
  display: flex;
  justify-content: space-between;
}

.header .gnb .inner-wrap .main-menu ul li {
  position: relative;
}

.header .gnb .inner-wrap .main-menu ul li.tv {
  margin-left: 25px;
}

.header .gnb .inner-wrap .main-menu ul li.tv::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -28px;
  width: 2px;
  height: 28px;
  margin-top: -14px;
  background-color: #EFEFEF;
}

.header .gnb .inner-wrap .main-menu ul li a {
  font-family: "S-CoreDream-5", sans-serif;
  font-size: 15px;
  color: #222;
  line-height: 56px
}

.header .gnb .inner-wrap .main-menu ul li a .icon {
  margin-left: 3px
}

.header .gnb .inner-wrap .main-menu ul li a.tv {
  padding-left: 13px;
  background-image: url("/images/common/icon_tv.png");
  background-repeat: no-repeat;
  background-position: 0 center
}

.header .gnb .inner-wrap .tag {
  position: absolute;
  top: 0;
  right: 0;
  width: 196px;
  height: 56px;
  border-left: 2px solid #EFEFEF;
  border-right: 2px solid #EFEFEF
}

.header .gnb .inner-wrap .tag .tag-open {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 56px;
  padding: 0 18px;
  font-size: 15px;
  font-weight: 500;
  color: #454545;
  line-height: 56px;
  -webkit-transition: all .1s;
  transition: all .1s;
  background-image: url("/images/common/arrow_down_tag.png");
  background-repeat: no-repeat;
  background-position: 164px center;
  z-index: 3
}

.header .gnb .inner-wrap .tag .tag-open.active {
  background-image: url("/images/common/arrow_up_tag.png")
}

.header .gnb .inner-wrap .tag .slide {
  padding-top: 12px
}

.header .gnb .inner-wrap .tag .slide li {
  height: 30px;
  overflow: hidden;
  line-height: 30px
}

.header .gnb .inner-wrap .tag .all-tag {
  position: absolute;
  top: -2px;
  left: -2px;
  width: 200px;
  padding: 56px 0 12px 0;
  background-color: #fff;
  border: 2px solid #FFC400;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  visibility: hidden;
  z-index: 2
}

.header .gnb .inner-wrap .tag .all-tag ul li {
  padding: 5px 18px
}

.header .gnb .inner-wrap .tag .all-tag ul li:first-of-type {
  padding-top: 15px;
  border-top: 1px solid #E9E9E9
}

.header .gnb .inner-wrap .tag .all-tag ul li a {
  font-size: 14px;
  font-weight: 500;
  color: #454545
}

.header .gnb .inner-wrap .tag .all-tag ul li a:hover {
  color: #3D6BEF
}

.header .gnb .inner-wrap .tag .all-tag.active {
  visibility: visible
}

.header .gnb-all {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  -webkit-transition: all .1s;
  transition: all .1s;
  visibility: hidden;
  z-index: 11;
  opacity: 0
}

.header .gnb-all.active {
  opacity: 1;
  visibility: visible
}

.header .gnb-all a.close {
  position: relative;
  display: inline-block;
  position: absolute;
  top: 30px;
  left: 50%;
  width: 26px;
  height: 26px;
  margin-left: -525px;
  font-size: 0
}

.header .gnb-all a.close::before,
.header .gnb-all a.close::after {
  position: absolute;
  content: "";
  top: 50%;
  left: 0;
  width: 25px;
  height: 3px;
  background: #000
}

.header .gnb-all a.close::before {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg)
}

.header .gnb-all a.close::after {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg)
}

.header .gnb-all .inner-wrap {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%)
}

.header .gnb-all .inner-wrap .login .btn-group p {
  display: inline-block;
  font-family: "S-CoreDream-5", sans-serif;
  font-size: 22px;
  color: #222;
  vertical-align: middle
}

.header .gnb-all .inner-wrap .login .btn-group a {
  margin-left: 11px
}

.header .gnb-all .inner-wrap .login .btn-group a:nth-of-type(2) {
  margin-left: 5px
}

.header .gnb-all .inner-wrap nav {
  margin-top: 24px
}

.header .gnb-all .inner-wrap nav>ul {
  border-top: 1px solid #E3E3E3
}

.header .gnb-all .inner-wrap nav>ul>li {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  padding: 20px 0;
  border-bottom: 1px solid #E3E3E3
}

.header .gnb-all .inner-wrap nav>ul>li:first-of-type {
  align-items: flex-start;
  padding: 24px 0
}

.header .gnb-all .inner-wrap nav>ul>li:first-of-type ul .dack {
  font-size: 16px;
  font-weight: 700
}

.header .gnb-all .inner-wrap nav>ul>li:first-of-type ul .dack:hover {
  color: #333
}

.header .gnb-all .inner-wrap nav>ul>li h2 {
  width: 295px;
  font-size: 22px;
  font-weight: 700;
  color: #222
}

.header .gnb-all .inner-wrap nav>ul>li>ul {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-grow: 1
}

.header .gnb-all .inner-wrap nav>ul>li>ul>li {
  width: 20%
}

.header .gnb-all .inner-wrap nav>ul>li>ul>li.flex {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column
}

.header .gnb-all .inner-wrap nav>ul>li>ul>li.flex>a {
  margin-bottom: 74px
}

.header .gnb-all .inner-wrap nav>ul>li>ul>li>a {
  cursor: default;
  font-size: 16px;
  font-weight: 700;
  color: #222
}

.header .gnb-all .inner-wrap nav>ul>li>ul>li>a:hover {
  color: #4E7BFB
}

.header .gnb-all .inner-wrap nav>ul>li>ul>li>ul {
  margin-top: 14px
}

.header .gnb-all .inner-wrap nav>ul>li>ul>li>ul>li>a {
  display: inline-block;
  padding: 8px 0;
  font-size: 15px;
  color: #666
}

.header .gnb-all .inner-wrap nav>ul>li>ul>li>ul>li>a:hover {
  color: #4E7BFB
}

.container {
  letter-spacing: -0.2px
}

.container .inner-wrap.col-2 {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  align-items: stretch
}

.container .inner-wrap.col-2 .left-area {
  position: relative;
  display: inline-block;
  width: 752px;
  vertical-align: top;
  z-index: 2;
}

.container .inner-wrap.col-2 .left-area .link {
  position: absolute;
  top: 7px;
  right: 0;
}

.container .inner-wrap.col-2 .left-area .link a {
  display: inline-block;
  padding: 0 15px;
  font-size: 15px;
  font-weight: 500;
  color: #222;
  line-height: 32px;
  border: 1px solid #DBDBDB;
  border-radius: 20px;
}

.container .inner-wrap.col-2 .left-area .sort {
  position: absolute;
  top: 7px;
  right: 0;
  display: flex;
}

.container .inner-wrap.col-2 .left-area .sort button {
  padding: 0 15px;
  font-size: 15px;
  font-weight: 500;
  color: #8D8D8D;
  line-height: 30px;
  background-color: #F5F5F5;
  border: none;
  outline: none;
  cursor: pointer;
}

.container .inner-wrap.col-2 .left-area .sort button.active {
  color: white;
  background-color: #3D66DC;
}

.container .inner-wrap.col-2 .right-area {
  display: inline-block;
  width: 250px;
  vertical-align: top
}

.container .reception {
  padding: 65px 0;
  text-align: center
}

.container .reception .inner-wrap h1 {
  margin-bottom: 16px;
  font-size: 25px;
  font-weight: 700;
  color: #222
}

.container .reception .inner-wrap p {
  margin-top: 2px;
  font-size: 16px;
  color: #888
}

.container .reception .inner-wrap .box {
  width: 439px;
  margin: 29px auto 0 auto;
  text-align: left
}

.container .reception .inner-wrap .box .section {
  margin-top: -1px;
  padding: 27px;
  border: 1px solid #DBDBDB
}

.container .reception .inner-wrap .box .section label {
  font-size: 16px;
  font-weight: 500;
  color: #222
}

.container .reception .inner-wrap .box .section p {
  margin-top: 4px;
  padding-left: 30px;
  font-size: 15px;
  color: #454545
}

.container .reception .inner-wrap .btn-group {
  margin-top: 32px
}

.container .reception .inner-wrap .btn-group a {
  width: 170px
}

.container .error {
  padding: 65px 0;
  text-align: center
}

.container .error .inner-wrap h1 {
  font-size: 25px;
  font-weight: 700;
  color: #222
}

.container .error .inner-wrap h2 {
  margin-top: 10px;
  font-family: "S-CoreDream-5", sans-serif;
  font-size: 21px;
  color: #F26C48
}

.container .error .inner-wrap img {
  margin-top: 28px
}

.container .error .inner-wrap h3 {
  margin-top: 30px;
  font-size: 16px;
  font-weight: 500;
  color: #222
}

.container .error .inner-wrap p {
  margin-top: 8px;
  font-size: 15px;
  color: #454545
}

.container .error .inner-wrap .btn-group {
  margin-top: 30px
}

.container .error .inner-wrap .btn-group a {
  width: 170px
}

.footer {
  border-top: 2px solid #EFEFEF
}

.footer .go-top {
  display: none;
  position: fixed;
  bottom: 50px;
  right: 50px;
  width: 42px;
  height: 42px;
  font-size: 0;
  background-image: url("/Images/common/go_top.png");
  background-repeat: no-repeat;
  cursor: pointer;
  z-index: 3
}

.footer .subscribe {
  margin-top: -2px;
  background-color: #EEF6FC;
  border-top: 1px solid #D5E2EB;
  border-bottom: 1px solid #D5E2EB
}

.footer .subscribe .inner-wrap {
  position: relative;
  padding: 41px 0
}

.footer .subscribe .inner-wrap .left-area .thumb {
  display: inline-block;
  margin-right: 27px;
  width: 191px;
  height: 249px;
  vertical-align: middle
}

.footer .subscribe .inner-wrap .left-area .thumb img {
  width: 100%;
}

.footer .subscribe .inner-wrap .left-area .content {
  display: inline-block;
  vertical-align: middle
}

.footer .subscribe .inner-wrap .left-area .content h2 {
  font-family: "S-CoreDream-6", sans-serif;
  font-size: 27px
}

.footer .subscribe .inner-wrap .left-area .content p {
  margin-top: 8px;
  font-size: 15px;
  font-weight: 500;
  color: #222
}

.footer .subscribe .inner-wrap .left-area .content .btn-group {
  margin-top: 17px
}

.footer .subscribe .inner-wrap .left-area .content .btn-group a {
  display: block;
  width: 264px;
  margin-top: 5px;
  padding-left: 7px;
  font-size: 19px;
  font-weight: 700;
  color: #fff;
  line-height: 55px;
  -webkit-transition: all .1s;
  transition: all .1s;
  border-radius: 10px
}

.footer .subscribe .inner-wrap .left-area .content .btn-group a.blue {
  background-color: #4E7BFB
}

.footer .subscribe .inner-wrap .left-area .content .btn-group a.blue:hover {
  background-color: #3A66E2
}

.footer .subscribe .inner-wrap .left-area .content .btn-group a.green {
  background-color: #2FBA79
}

.footer .subscribe .inner-wrap .left-area .content .btn-group a.green:hover {
  background-color: #2CA26B
}

.footer .subscribe .inner-wrap .left-area .content .btn-group a span {
  padding-right: 25px;
  background-image: url("/Images/common/arrow_main_subscribe.png");
  background-repeat: no-repeat;
  background-position: right center
}

.footer .subscribe .inner-wrap .right-area {
  position: absolute;
  top: -10px;
  right: 0;
  width: 472px;
  padding: 37px 30px 35px 30px;
  background-color: #fff;
  box-shadow: 0 2px 20px rgba(0, 0, 0, 0.14);
  border-radius: 25px
}

.footer .subscribe .inner-wrap .right-area.active {
  animation: doodoong 1s 2
}

.footer .subscribe .inner-wrap .right-area h2 {
  font-size: 22px;
  font-weight: 700;
  text-align: center
}

.footer .subscribe .inner-wrap .right-area p {
  margin-top: 4px;
  font-size: 15px;
  color: #919191;
  text-align: center
}

.footer .subscribe .inner-wrap .right-area .form-wrap {
  margin-top: 18px;
  font-size: 0;
  display: flex;
  align-items: center;
}

.footer .subscribe .inner-wrap .right-area .form-wrap input[type="text"],
.footer .subscribe .inner-wrap .right-area .form-wrap select {
  display: inline-block;
  margin: 0 2px
}

.footer .subscribe .inner-wrap .right-area .form-wrap input[type="text"]:nth-of-type(1) {
  width: 107px;
  margin-left: 0;
  flex-shrink: 0;
}

.footer .subscribe .inner-wrap .right-area .form-wrap input[type="text"]:nth-of-type(2) {
  width: 100%;
}

.footer .subscribe .inner-wrap .right-area .form-wrap select {
  width: 160px;
  flex-shrink: 0;
}

.footer .subscribe .inner-wrap .right-area .form-wrap .re-select {
  display: none;
  width: 26px;
  height: 26px;
  margin-left: 5px;
  background-image: url("/images/common/icon_refresh.png");
  background-repeat: no-repeat;
  background-color: transparent;
  border: none;
  cursor: pointer;
  flex-shrink: 0;
}

.footer .subscribe .inner-wrap .right-area .agree {
  margin-top: 15px;
  overflow: hidden
}

.footer .subscribe .inner-wrap .right-area .agree label {
  line-height: 40px
}

.footer .subscribe .inner-wrap .right-area .agree label a {
  text-decoration: underline
}

.footer .subscribe .inner-wrap .right-area .agree .btn-group {
  display: flex;
  justify-content: space-between;
}

.footer .subscribe .inner-wrap .right-area .agree .btn-group a {
  width: 198px;
  margin-top: 20px;
  font-size: 15px;
  font-weight: 700;
  color: #fff;
  line-height: 46px;
  background-color: #555;
  border-radius: 30px
}

.footer .subscribe .inner-wrap .right-area .agree .btn-group a:hover {
  background-color: #333
}

.footer .subscribe .inner-wrap .right-area .agree .btn-group a.gray {
  color: #222222;
  background-color: #EFEFEF;
}

.footer .subscribe .inner-wrap .right-area .agree .btn-group a.gray:hover {
  background-color: #E0E0E0;
}

.footer .customer .inner-wrap {
  padding: 33px 0 28px 0;
  overflow: hidden
}

.footer .customer .inner-wrap .left-area {
  width: 560px;
  float: left
}

.footer .customer .inner-wrap .left-area h2 {
  font-family: "S-CoreDream-6", sans-serif;
  font-size: 20px;
  line-height: 1
}

.footer .customer .inner-wrap .left-area ul {
  margin-top: 14px
}

.footer .customer .inner-wrap .left-area ul li {
  padding: 3px 0
}

.footer .customer .inner-wrap .left-area ul li a {
  display: block;
  width: 450px;
  font-size: 15px;
  color: #666
}

.footer .customer .inner-wrap .left-area ul li a:hover {
  text-decoration: underline
}

.footer .customer .inner-wrap .left-area ul li a span {
  display: inline-block;
  width: 78px;
  font-weight: 500;
  color: #222
}

.footer .customer .inner-wrap .left-area ul li a span::before {
  content: "ㆍ";
  font-weight: 700;
  color: #3B3BC6
}

.footer .customer .inner-wrap .right-area {
  width: 490px;
  padding-bottom: 5px;
  padding-left: 163px;
  float: right;
  border-left: 1px solid #DCDCDC;
  background-image: url("/Images/common/bg_footer_customer.png");
  background-position: 76px 15px;
  background-repeat: no-repeat
}

.footer .customer .inner-wrap .right-area h3 {
  font-size: 16px;
  font-weight: 500
}

.footer .customer .inner-wrap .right-area h3:nth-of-type(2) {
  margin-top: 10px
}

.footer .customer .inner-wrap .right-area p {
  margin-top: 3px;
  display: inline-block;
  font-size: 14px;
  color: #666
}

.footer .customer .inner-wrap .right-area p span {
  margin-right: 10px;
  font-family: "S-CoreDream-7", sans-serif;
  font-size: 24px;
  vertical-align: middle
}

.footer .customer .inner-wrap .right-area .btn-group {
  display: inline-block
}

.footer .customer .inner-wrap .right-area .btn-group a {
  display: inline-block;
  padding: 5px 8px 6px 8px;
  margin-right: 3px;
  font-size: 13px;
  font-weight: 500;
  line-height: 1;
  border: 1px solid #4E7BFB;
  border-radius: 5px
}

.footer .customer .inner-wrap .right-area .btn-group a span {
  padding-right: 11px;
  background-image: url("/Images/common/arrow_footer_customer_btn.png");
  background-repeat: no-repeat;
  background-position: right 6px
}

.footer .fnb {
  background-color: #F5F5F5
}

.footer .fnb .inner-wrap {
  padding: 23px 0 44px 0
}

.footer .fnb .inner-wrap nav ul {
  font-size: 0
}

.footer .fnb .inner-wrap nav ul li {
  position: relative;
  display: inline-block;
  padding: 0 19px
}

.footer .fnb .inner-wrap nav ul li:first-of-type {
  padding-left: 0
}

.footer .fnb .inner-wrap nav ul li:first-of-type::before {
  display: none
}

.footer .fnb .inner-wrap nav ul li::before {
  position: absolute;
  content: "";
  top: 50%;
  left: 0;
  width: 1px;
  height: 13px;
  background: #959595;
  margin-top: -6px
}

.footer .fnb .inner-wrap nav ul li a {
  font-size: 15px;
  font-weight: 500;
  color: #222
}

.footer .fnb .inner-wrap .address {
  margin-top: 23px
}

.footer .fnb .inner-wrap .address p {
  font-size: 14px;
  color: #454545;
  line-height: 23px
}

.footer .fnb .inner-wrap .address p.copyright {
  margin-top: 20px;
  font-size: 14px;
  color: #6E6E6E
}

@media screen and (max-width: 768px) {
  .header .center {
    padding: 16px 0
  }

  .header .center img {
    height: 22px
  }

  .container .reception {
    padding: 31px 0
  }

  .container .reception .inner-wrap {
    width: 100%;
    padding: 0 17px
  }

  .container .reception .inner-wrap h1 {
    margin-bottom: 6px;
    font-size: 21px
  }

  .container .reception .inner-wrap p {
    margin-top: 2px;
    font-size: 14px;
    letter-spacing: -0.5px
  }

  .container .reception .inner-wrap p.fw-mid {
    font-size: 16px
  }

  .container .reception .inner-wrap .box {
    width: 100%;
    margin-top: 20px;
    text-align: left
  }

  .container .reception .inner-wrap .box .section {
    margin-top: -1px;
    padding: 15px 17px
  }

  .container .reception .inner-wrap .box .section label {
    font-size: 16px;
    background-size: 23px
  }

  .container .reception .inner-wrap .box .section p {
    margin-top: 2px;
    line-height: 20px
  }

  .container .reception .inner-wrap .btn-group {
    margin-top: 25px
  }

  .container .reception .inner-wrap .btn-group a {
    width: 100%;
    font-size: 16px;
    line-height: 48px
  }

  .container .error {
    padding: 31px 0
  }

  .container .error .inner-wrap {
    width: 100%;
    padding: 0 17px;
    word-break: keep-all
  }

  .container .error .inner-wrap h1 {
    font-size: 21px
  }

  .container .error .inner-wrap h2 {
    margin-top: 6px;
    font-size: 20px
  }

  .container .error .inner-wrap img {
    margin-top: 21px;
    width: 133px
  }

  .container .error .inner-wrap h3 {
    margin-top: 26px
  }

  .container .error .inner-wrap p {
    margin-top: 10px;
    font-size: 14px
  }

  .container .error .inner-wrap .btn-group {
    margin-top: 10px
  }

  .container .error .inner-wrap .btn-group a {
    width: 100%;
    margin-top: 10px;
    font-size: 16px;
    line-height: 48px
  }

  .container .error .inner-wrap .btn-group a.gray {
    color: #fff;
    background-color: #B2B2B2
  }
}

.alert {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(37, 42, 55, 0.8);
  z-index: 21
}

.alert.active {
  display: block
}

.alert .wrap {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 280px;
  margin: -100px 0 0 -140px;
  width: 280px;
  padding: 16px 24px 24px 24px;
  margin: -100px 0 0 -140px;
  background-color: #fff;
  box-shadow: 0 19px 38px rgba(0, 0, 0, 0.26)
}

.alert .wrap p {
  font-size: 16px;
  color: #454545
}

.alert .wrap .btns {
  margin-top: 19px;
  text-align: right
}

.alert .wrap .btns a {
  margin-left: 22px;
  font-size: 15px;
  font-weight: 500
}

.popup {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(37, 42, 55, 0.8);
  z-index: 21
}

.popup.active {
  display: block
}

.popup>.wrap {
  position: absolute;
  top: 50%;
  left: 50%;
  background-color: #fff
}

.popup>.wrap .top {
  position: relative;
  background-color: #F2F5FF
}

.popup>.wrap .top h1 {
  font-size: 22px;
  font-weight: 700;
  color: #222;
  line-height: 66px;
  text-align: center
}

.popup>.wrap .top a {
  display: block;
  position: absolute;
  top: 50%;
  right: 23px;
  width: 20px;
  height: 20px;
  margin-top: -10px;
  font-size: 0;
  background-image: url("/images/sub/icon_close_popup.png")
}

.popup>.wrap.privacy {
  width: 550px;
  margin: -190px 0 0 -275px
}

.popup>.wrap.privacy .content {
  padding: 1rem 1.2rem;
  height: 300px;
  font-size: 15px;
  color: #454545;
  line-height: 24px
}

.popup>.wrap.privacy .content iframe {
  width: 100%;
  height: 100%
}

.popup>.wrap.subscribe {
  width: 490px;
  margin: -170px 0 0 -245px;
}

.popup>.wrap.subscribe .top a {
  top: 25px;
  margin-top: 0;
}

.popup>.wrap.subscribe .content {
  padding: 60px 45px 50px 45px;
  text-align: center;
}

.popup>.wrap.subscribe .content h1 {
  margin-bottom: 20px;
  font-size: 20px;
  font-weight: 700;
}

.popup>.wrap.subscribe .content p {
  font-size: 16px;
  line-height: 26px;
}

.popup>.wrap.subscribe .content p:nth-of-type(2) {
  margin-top: 15px;
}

.popup>.wrap.subscribe .content .fw-bold {
  font-weight: 700;
}

.popup>.wrap.subscribe .content .btn-group {
  margin-top: 20px;
}

.popup>.wrap.subscribe .content .btn-group a {
  width: 320px;
  border-radius: 0;
}

.popup>.wrap.subscribe.complete .content .btn-group a {
  width: 170px;
}

@keyframes doodoong {
  0% {
    top: -10px
  }

  50% {
    top: 0
  }

  100% {
    top: -10px
  }
}

@media screen and (-ms-high-contrast: active),
(-ms-high-contrast: none) {
  .container .main .news .inner-wrap ul li a .content .info .count span {
    margin-bottom: 2px
  }
}
