@charset "utf-8";

/*  @supports (-ms-ime-align:auto)
    {
        html{
            overflow: hidden;
            height: 100%;
        }
        body{
            overflow: auto;
            height: 100%;
            position: relative;
        }
    }


    Ie 10/11
    @media screen and (-ms-high-contrast: active), (-ms-high-contrast: none)
    {
        html{
            overflow: hidden;
            height: 100%;
        }
        body{
            overflow: auto;
            height: 100%;
        }
    } */
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

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

nav ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  text-decoration: none;
}

ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

@font-face {
  font-family: 'NotoSansKR';
  font-style: normal;
  font-weight: 100;
  src: url(fonts/NotoSansKR-ExtraLight.woff) format('woff');
}

@font-face {
  font-family: 'NotoSansKR';
  font-style: normal;
  font-weight: 200;
  src: url(fonts/NotoSansKR-Light.woff) format('woff');
}

@font-face {
  font-family: 'NotoSansKR';
  font-style: normal;
  font-weight: 300;
  src: url(fonts/NotoSansKR-DemiLight-Hestia.woff) format('woff');
}

@font-face {
  font-family: 'NotoSansKR';
  font-style: normal;
  font-weight: 400;
  src: url(fonts/NotoSansKR-Regular.woff) format('woff');
}

@font-face {
  font-family: 'NotoSansKR';
  font-style: normal;
  font-weight: 500;
  src: url(fonts/NotoSansKR-Medium.woff) format('woff');
}

@font-face {
  font-family: 'NotoSansKR';
  font-style: normal;
  font-weight: 600;
  src: url(fonts/NotoSansKR-Bold.woff) format('woff');
}

@font-face {
  font-family: 'NotoSansKR';
  font-style: normal;
  font-weight: 700;
  src: url(fonts/NotoSansKR-Bold-Hestia.woff) format('woff');
}

@font-face {
  font-family: 'NotoSansKR';
  font-style: normal;
  font-weight: 800;
  src: url(fonts/NotoSansKR-Black-Hestia.woff) format('woff');
}

@font-face {
  font-family: 'NotoSansCJKkr';
  font-style: normal;
  font-weight: 100;
  src: url(fonts/NotoSansCJKkr-Thin-Alphabetic.woff) format('woff');
}

@font-face {
  font-family: 'NotoSansCJKkr';
  font-style: normal;
  font-weight: 200;
  src: url(fonts/NotoSansCJKkr-Regular-Alphabetic.woff) format('woff');
}

@font-face {
  font-family: 'NotoSansCJKkr';
  font-style: normal;
  font-weight: 300;
  src: url(fonts/NotoSansCJKkr-Medium-Alphabetic.woff) format('woff');
}

@font-face {
  font-family: 'NotoSansCJKkr';
  font-style: normal;
  font-weight: 400;
  src: url(fonts/NotoSansCJKkr-Light-Alphabetic.woff) format('woff');
}

@font-face {
  font-family: 'NotoSansCJKkr';
  font-style: normal;
  font-weight: 500;
  src: url(fonts/NotoSansCJKkr-DemiLight-Alphabetic.woff) format('woff');
}

@font-face {
  font-family: 'NotoSansCJKkr';
  font-style: normal;
  font-weight: 600;
  src: url(fonts/NotoSansCJKkr-Bold-Alphabetic.woff) format('woff');
}

@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 100;
  src: url(fonts/Montserrat-Regular.woff) format('woff');
}

@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 200;
  src: url(fonts/Montserrat-Medium.woff) format('woff');
}

@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 300;
  src: url(fonts/Montserrat-Bold.woff) format('woff');
}

@font-face {
  font-family: 'MuseoSans';
  font-style: normal;
  font-weight: 100;
  src: url(fonts/MuseoSans-100.woff) format('woff');
}

@font-face {
  font-family: 'MuseoSans';
  font-style: normal;
  font-weight: 300;
  src: url(fonts/MuseoSans-300.woff) format('woff');
}

@font-face {
  font-family: 'MuseoSans';
  font-style: normal;
  font-weight: 500;
  src: url(fonts/MuseoSans-500.woff) format('woff');
}

@font-face {
  font-family: 'MuseoSans';
  font-style: normal;
  font-weight: 700;
  src: url(fonts/MuseoSans-700.woff) format('woff');
}

@font-face {
  font-family: 'NanumSquare';
  font-style: normal;
  font-weight: 100;
  src: url(fonts/NanumSquareL.woff) format('woff');
}

@font-face {
  font-family: 'NanumSquare';
  font-style: normal;
  font-weight: 200;
  src: url(fonts/NanumSquareR.woff) format('woff');
}

@font-face {
  font-family: 'NanumSquare';
  font-style: normal;
  font-weight: 300;
  src: url(fonts/NanumSquareEB.woff) format('woff');
}

@font-face {
  font-family: 'NanumSquare';
  font-style: normal;
  font-weight: 400;
  src: url(fonts/NanumSquareB.woff) format('woff');
}

@font-face {
  font-family: 'Arita-buri-SemiBold';
  src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_one@1.0/Arita-buri-SemiBold.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Montserrat';
  src: url('fonts/Montserrat-Light.woff') format('woff');
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: 'Montserrat';
  src: url('fonts/Montserrat-SemiBoldItalic.woff') format('woff');
  font-weight: 600;
  font-style: italic;
}

@font-face {
  font-family: 'Montserrat';
  src: url('fonts/Montserrat-ThinItalic.woff') format('woff');
  font-weight: 100;
  font-style: italic;
}

@font-face {
  font-family: 'Montserrat';
  src: url('fonts/Montserrat-LightItalic.woff') format('woff');
  font-weight: 300;
  font-style: italic;
}

@font-face {
  font-family: 'Montserrat';
  src: url('fonts/Montserrat-Regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Montserrat';
  src: url('fonts/Montserrat-Italic.woff') format('woff');
  font-weight: normal;
  font-style: italic;
}

@font-face {
  font-family: 'Montserrat';
  src: url('fonts/Montserrat-BoldItalic.woff') format('woff');
  font-weight: bold;
  font-style: italic;
}

@font-face {
  font-family: 'Montserrat';
  src: url('fonts/Montserrat-Black.woff') format('woff');
  font-weight: 900;
  font-style: normal;
}

@font-face {
  font-family: 'Montserrat';
  src: url('fonts/Montserrat-ExtraBold.woff') format('woff');
  font-weight: 800;
  font-style: normal;
}

@font-face {
  font-family: 'Montserrat';
  src: url('fonts/Montserrat-Bold.woff') format('woff');
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: 'Montserrat';
  src: url('fonts/Montserrat-BlackItalic.woff') format('woff');
  font-weight: 900;
  font-style: italic;
}

@font-face {
  font-family: 'Montserrat';
  src: url('fonts/Montserrat-MediumItalic.woff') format('woff');
  font-weight: 500;
  font-style: italic;
}

@font-face {
  font-family: 'Montserrat';
  src: url('fonts/Montserrat-SemiBold.woff') format('woff');
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: 'Montserrat';
  src: url('fonts/Montserrat-Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
}

.font_notoEL {
  font-family: 'NotoSansKR';
  font-style: normal;
  font-weight: 100;
}

.font_notoL {
  font-family: 'NotoSansKR';
  font-style: normal;
  font-weight: 200;
}

.font_notoDL {
  font-family: 'NotoSansKR';
  font-style: normal;
  font-weight: 300;
}

.font_notoR {
  font-family: 'NotoSansKR';
  font-style: normal;
  font-weight: 400;
}

.font_notoM {
  font-family: 'NotoSansKR';
  font-style: normal;
  font-weight: 500;
}

.font_notoB {
  font-family: 'NotoSansKR';
  font-style: normal;
  font-weight: 600;
}

.font_notoEB {
  font-family: 'NotoSansKR';
  font-style: normal;
  font-weight: 700;
}

.font_boldH {
  font-family: 'NotoSansKR';
  font-style: normal;
  font-weight: 700;
}

.font_montR {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 100;
}

.font_montM {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 200;
}

.font_montB {
  font-family: 'Montserrat';
  font-weight: bold;
  font-style: normal;
}

.font_montSB {
  font-family: 'Montserrat';
  font-weight: 600;
  font-style: normal;
}

.font_museo100 {
  font-family: 'MuseoSans';
  font-style: normal;
  font-weight: 100;
}

.font_museo300 {
  font-family: 'MuseoSans';
  font-style: normal;
  font-weight: 300;
}

.font_museo500 {
  font-family: 'MuseoSans';
  font-style: normal;
  font-weight: 500;
}

.font_museo700 {
  font-family: 'MuseoSans';
  font-style: normal;
  font-weight: 700;
}

.font_nanumsL {
  font-family: 'NanumSquare';
  font-style: normal;
  font-weight: 100;
}

.font_nanumsR {
  font-family: 'NanumSquare';
  font-style: normal;
  font-weight: 200;
}

.font_nanumsEB {
  font-family: 'NanumSquare';
  font-style: normal;
  font-weight: 300;
}

.font_nanumsB {
  font-family: 'NanumSquare';
  font-style: normal;
  font-weight: 400;
}

.font_arita {
  font-family: 'Arita-buri-SemiBold';
}

.center {
  /*  width: 100%;*/
  margin: 0 auto;
  max-width: 1360px;
}

.over {
  overflow: hidden;
  font-weight: normal;
  font-style: normal;
}

#wrap {
  position: relative;
  overflow-x: hidden;
}

.popupBox {
  position: fixed;
  z-index: 9998;
  box-shadow: 0 25px 50px rgba(0, 0, 0, 0.5);
}

.popupBox.hide {
  display: none !important;
}

.popupBox img {
  max-width: 100%;
}

.popupBox .pop {
  width: 100%;
  height: 100%;
  background-color: #fff;
  overflow: hidden;
  cursor: move;
}
.popupBox .pop>p,
.popupBox .pop a{
  display: block;
  width: 100%;
  height: 100%;
}
.popupBox .pop img{
  height: 100%;
}
.popupBox .pop * {
  font-size: initial;
  line-height: initial;
  color: #000;
  font-family: 'Montserrat', 'NotoSansKR' !important;
}

.popupBox .popup_close_btn:after {
  content: "";
  display: block;
  clear: both;
}

.popupBox {
  width: 553px;
  height: 582px;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.popupBox img {
  width: 100%;
}

#popupBox1 {
  left: 48%;
  top: 49%;
}

.popupBox .popup_close_btn {
  width: 100%;
  position: absolute;
  box-sizing: border-box;
  height: 60px;
  line-height: 60px;
  padding: 0 4%;
  background-color: #000;
  bottom: -60px;
}

.popupBox .popup_close_btn div {
  font-size: 16px;
  color: #fff;
  cursor: pointer;
  font-family: 'Montserrat', 'NotoSansKR' !important;
}

/* @media (orientation: portrait) {
  .popupBox{
    width: auto;
    height: 80vh;
  }
  .popupBox .popup_close_btn{
    height: 30px;
    line-height: 30px;
  }
  .popupBox .popup_close_btn div{
    font-size: 12px;
  }
} */
/*footer*/
.clearfix::after {
  content: '';
  display: block;
  clear: both;
}

#footer {
  position: relative;
  z-index: 111;
  font-family: 'NotoSansKR';
  font-style: normal;
  font-weight: 200;
  width: 100%;
  background: url(../images/com/footer_bg.png) no-repeat;
  background-position: top center;
}

.footer_center {}

.footer_arr {
  position: absolute;
  right: -66px;
  top: 117px;
}

.footer_inner {
  position: relative;
  width: 1250px;
  padding: 36px 77px 35px;
  margin: 0 auto;
}

.footer_top {
  width: 100%;
}

.footer_logo {
  float: left;
  opacity: 0.7;
}

.footer_top ul {
  width: 50%;
  float: right;
  margin-top: 11px;
  list-style: none;
}

.footer_top ul li {
  display: inline-block;
  float: right;
}

.footer_top ul li::after {
  content: '';
  display: inline-block;
  position: relative;
  width: 1px;
  height: 14px;
  background-color: #E0B788;
  margin: 0 20px;
}

.footer_top ul li:first-child::after {
  display: none;
}

.footer_top ul li a {
  font-size: 16px;
  color: #fff;
  text-decoration: none;
}

.footer_middle,
.footer_bottom {
  width: 100%;
  color: #fff;
  font-size: 14px;
  line-height: 20px;
  margin-top: 15px;
}

.footer_middle ul li,
.footer_bottom ul li {
  float: left;
}

.footer_middle ul li a,
.footer_bottom ul li a {
  color: #fff;
  text-decoration: none;
}

.head_tel,
.branch_tel {
  padding-right: 30px;
}

.adres {
  font-style: normal;
}

.footer_bottom::after {
  content: '';
  display: block;
  position: relative;
  background-color: #957F67;
  width: 100%;
  height: 1px;
  margin: 20px 0;
  clear: both;
}

.copyright {
  font-size: 13px;
  color: #fff;
}

.copyright a {
  font-size: 13px;
  color: #fff;
}

/* common */
.com_wrap {
  width: 100%;
  margin: 0 auto;
}

.com_bg {
  width: 100%;
  height: 382px;
  padding-top: 20px;
  position: relative;
  z-index: 11;
  background-position: 50% 50%;
}

.com_nav_wrap {
  background: transparent -webkit-gradient(linear, left top, right top, from(#7C7872), to(#544E45)) 0% 0% no-repeat padding-box;
  background: transparent linear-gradient(90deg, #7C7872 0%, #544E45 100%) 0% 0% no-repeat padding-box;
  width: 100%;
  max-width: 1860px;
  height: 70px;
  margin: 0 auto;
  position: absolute;
  z-index: 1111;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  top: 20px;
}

.com_nav_wrap .icon {
  position: relative;
  z-index: 1111;
  display: inline-block;
  vertical-align: top;
  margin-left: 153px;
  margin-top: 10px;
  max-width: 125px;
}

.com_nav_wrap .icon img:first-child {
  width: 100%;
}

.gnb_ul_wrap {
  display: inline-block;
}

.gnb_ul_wrap.nactive {
  vertical-align: top;
  font-size: 0;
  opacity: 1;
  display: inline-block;
}

.com_nav_wrap ul.gnb_ul {
  position: relative;
  z-index: 111;
  display: inline-block;
  vertical-align: top;
  margin-left: 379px;
}

.com_nav_wrap ul.gnb_ul li {
  height: 70px;
  display: inline-block;
  vertical-align: top;
}

.com_nav_wrap ul.gnb_ul li span {
  position: relative;
  font-size: 15px;
  line-height: 19px;
  color: #FFFFFF;
  float: left;
  text-align: center;
  margin-top: 25px;
}

.com_nav_wrap ul.gnb_ul li span::after {
  content: '';
  opacity: 0;
  width: 106%;
  height: 1px;
  background: #fff;
  display: inline-block;
  position: absolute;
  left: -4%;
  bottom: 0px;
  -webkit-transition: all 0.5s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: all 0.5s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

.com_nav_wrap ul.gnb_ul li.nafter {
  display: none;
}

.com_nav_wrap ul.gnb_ul li:hover span::after {
  content: '';
  opacity: 1;
  bottom: 21px;
}

.com_nav_wrap ul.gnb_ul li:nth-child(3):hover span::after {
  bottom: 40px;
}

.com_nav_wrap ul.gnb_ul li a {
  color: #fff;
  font-size: 15px;
  letter-spacing: 0.7px;
}

.com_nav_wrap ul.gnb_ul li:nth-child(1) {
  margin-right: 56px;
}

.com_nav_wrap ul.gnb_ul li:nth-child(2) {
  margin-right: 37px;
}

.com_nav_wrap ul.gnb_ul li:nth-child(3) {
  margin-right: 45px;
}

.com_nav_wrap ul.gnb_ul li:nth-child(3) span {
  margin-top: 15px;
}

.com_nav_wrap ul.gnb_ul li:nth-child(4) {
  margin-right: 55px;
}

.com_nav_wrap ul.gnb_ul li:nth-child(5) {
  margin-right: 49px;
}

.com_nav_wrap ul.gnb_ul li:nth-child(6) {
  margin-right: 55px;
}

.com_nav_wrap ul.gnb_ul li:nth-child(7) {
  margin-right: 47px;
}

.com_nav_wrap ul.gnb_ul li:nth-child(8) {
  margin-right: 55px;
}

.com_nav_wrap ul.gnb_ul li:nth-child(10) {
  margin-right: 55px;
}

.gnb_depth {
  width: 100%;
  max-width: 1860px;
  height: 76px;
  margin: 0 auto;
  z-index: 1;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  top: 70px;
  position: absolute;
}

.gnb_depth.nactive {}

.gnb_depth.active {}

.gnb_depth:after {
  content: '';
  position: absolute;
  background: #000000;
  opacity: 0;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  -webkit-transition: all 1.0s;
  transition: all 1.0s;
}

.gnb_depth.active:after {
  height: 100%;
  opacity: 0.5;
}

.gnb_depth .center1360 {
  width: 1360px;
  margin: 0 auto;
}

.gnb_depth .center1360 div {
  z-index: 11;
}

.gnb_depth .center1360 div ul {
  position: relative;
  width: 100%;
  z-index: 111;
  font-size: 0;
  text-align: right;
}

.gnb_depth .center1360 div ul li:first-child {
  margin-left: 0;
  margin-left: 20px;
}

.gnb_depth .center1360 div ul li {
  display: inline-block;
  vertical-align: top;
  margin-left: 30px;
  height: 76px;
  line-height: 76px;
}

.gnb_depth .center1360 div.rd ul li:last-child {
  margin-right: 22.4%;
}

.gnb_depth .center1360 div.company ul li:last-child {
  margin-right: 13%;
}

.gnb_depth .center1360 div.support ul li:last-child {
  margin-right: 9.5%;
}

.gnb_depth .center1360 div ul li:hover a {
  color: #F9874F;
}

.gnb_depth div ul li span {
  position: relative;
  bottom: -20px;
  opacity: 0;
}

.gnb_depth .center1360 div ul li span a {
  display: inline-block;
  color: #fff;
  font-size: 15px;
  padding: 0px 20px;
}

.gnb_depth .center1360 div.support {
  display: block;
  left: 240px;
  position: relative;
}

.nattion_nav {
/*
  display: inline-block;
  margin-left: 70px;
  margin-top: 23px;
*/
	position: absolute;
	top: 23px;
	right: 23px;
	z-index: 1000000000000;
}

.nattion_nav a{ visibility: visible; display: block; transition: .5s; opacity: 100;}

.nattion_nav a:first-child {
  visibility: visible; opacity: 1; 
}

.nattion_nav:hover > a{visibility: visible; opacity: 1;}

/*=====gnb end==============================*/
.com_header_wrap .title_box {
  position: relative;
  z-index: 222;
  margin-top: 140px;
}

.com_header_wrap .title_box p:first-child {
  text-align: center;
  font-size: 65px;
  line-height: 75px;
  color: #fff;
  /* letter-spacing: 40px;
    filter: blur(30px);
    transition: all 2s ease .5s; */
}

.com_header_wrap .title_box p:last-child {
  text-align: center;
  font-size: 19px;
  line-height: 25px;
  margin-top: 10px;
  color: #fff;
}

.com_title_box {
  z-index: 113;
  position: relative;
  width: 100%;
}

.com_title_box .com_right_bg {
  position: absolute;
  z-index: 1;
  top: -55px;
  right: -120px;
}

.com_title_box .com_right_bg02 {
  position: absolute;
  z-index: 1;
  top: -2%;
  right: -21%;
}

.com_title_box .com_right_bg03 {
  position: absolute;
  z-index: -9999;
  top: -6%;
  right: -6%;
}

.com_category {
  height: 83px;
}

.com_category ul {
  margin-left: 55px;
}

.com_category ul li {
  float: left;
  margin-top: 30px;
  margin-right: 14px;
  font-size: 15px;
}

.com_category ul li:nth-child(2n) {
  margin-top: 30px;
}

.com_category ul li:last-child {
  margin-top: 23px;
  background: transparent -webkit-gradient(linear, left top, left bottom, from(#7C7872), to(#544E45)) 0% 0% no-repeat padding-box;
  background: transparent linear-gradient(180deg, #7C7872 0%, #544E45 100%) 0% 0% no-repeat padding-box;
  padding: 7px 20px;
  font-size: 13px;
  color: #fff;
}

.com_link_wrap {
  font-size: 0;
}

.com_link_wrap .left_link {
  display: inline-block;
  margin-top: 37px;
  margin-left: 6%;
  width: 20%;
}

.com_link_wrap .left_link .num_wrap {
  position: relative;
}

.com_link_wrap .left_link .num_wrap .num_text {
  margin-left: 5px;
  font-size: 20px;
  color: #222;
  letter-spacing: -0.5px;
}

.com_link_wrap .left_link .num_wrap .num_text::after {
  content: '';
  background: url(../images/sub/com_num_left.png);
  position: absolute;
  display: inline-block;
  width: 35px;
  height: 37px;
  top: -7px;
  left: -37px;
}

.com_link_wrap .left_link .num_wrap h3 {
  font-size: 40px;
  line-height: 48px;
  margin-top: 23px;
  letter-spacing: -1px;
}

.com_link_wrap .left_link .num_wrap02 h3 {
  font-size: 40px;
  line-height: 28px;
  margin-top: 30px;
  letter-spacing: -1px;
}

.com_link_wrap .left_link ul {
  width: 151px;
  margin-top: 95px;
  padding-bottom: 15px;
  border-bottom: 2px solid #FF651A;
}

.com_link_wrap02 .left_link ul {
  margin-top: 51px;
}

.com_link_wrap .left_link ul li {
  position: relative;
  padding-left: 12px;
  margin-top: 23px;
}

.com_link_wrap .left_link ul li:first-child {
  margin-top: 0 !important;
}

.com_link_wrap .left_link ul li a {
  display: block;
}

.com_link_wrap .left_link ul li.active::after {
  content: '';
  width: 10px;
  height: 2px;
  background: #FF651A;
  position: absolute;
  left: -3px;
  top: 9px;
  border: 0px;
}

.com_link_wrap .left_link ul li::after {
  content: '';
  width: 3px;
  height: 3px;
  position: absolute;
  border-radius: 100px;
  left: -2px;
  top: 6px;
  border: 2px solid #FF651A;
}

.com_link_wrap .left_link ul li span {
  font-size: 16px;
  letter-spacing: -0.5px;
  color: #333;
}

.com_link_wrap .right_text_box {
  position: relative;
  display: inline-block;
  width: 70.8%;
  margin-right: 3.2%;
  margin-top: 22px;
  border-top: 2px solid #FF651A;
  vertical-align: top;
  font-size: 0;
}

.com_link_wrap .right_text_box .title_box {
  display: inline-block;
}

.com_link_wrap .right_text_box .title_box .shape {
  background: url(../images/sub/com_title_box04.png) no-repeat;
  width: 163px;
  height: 35px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-position: right;
  padding-right: 10px;
  margin-top: 62px;
  text-align: center;
}

.com_link_wrap .right_text_box .title_box .shape>span {
  color: #fff;
  font-size: 16px;
  line-height: 35px;
}

.com_link_wrap .right_text_box .title_box>span.font_montR {
  display: block;
  margin-top: 36px;
  font-size: 21px;
  color: #222222;
  letter-spacing: 1px;
}

.com_link_wrap .right_text_box .title_box>h3.font_notoM {
  display: inline-block;
  position: relative;
  margin-top: 10px;
  font-size: 55px;
  color: #222222;
  line-height: 65px;
  letter-spacing: -1px;
}

.com_link_wrap .right_text_box .title_box>h3.font_arita {
  font-size: 55px;
  line-height: 70px;
  color: #222222;
  margin-top: 22px;
}

.com_link_wrap .right_text_box .title_box>h3.font_notoM::after {
  content: '';
  background: url(../images/sub/com_title_right.png);
  width: 11px;
  height: 12px;
  position: relative;
  right: -8px;
  top: -5px;
}

.com_link_wrap .right_text_box .title_box h3.font_montB {
  display: inline-block;
  position: relative;
  margin-top: 16px;
  font-size: 55px;
  color: #222222;
  line-height: 65px;
  letter-spacing: -1px;
}

.com_link_wrap .right_text_box .title_box h3.font_montB::after {
  content: '';
  background: url(../images/sub/com_title_right.png);
  width: 11px;
  height: 12px;
  position: absolute;
  right: -13px;
  top: 0px;
}

.com_link_wrap .right_text_box .title_box>p {
  margin-top: 65px;
  font-size: 20px;
  line-height: 32px;
  color: #333;
  letter-spacing: -0.25px;
  word-break: keep-all;
}

.com_link_wrap .right_text_box .title_box p.text01 {
  margin-left: 120px;
  text-align: center;
  font-size: 35px;
  line-height: 45px;
  color: #333;
  font-weight: 200;
}

.com_link_wrap .right_text_box .img_box {
  position: relative;
  display: inline-block;
  float: right;
  margin-top: 232px;
}

.com_header_wrap .title_box p:first-child {
  text-align: center;
  font-size: 65px;
  line-height: 75px;
  color: rgba(255, 255, 255, 0);
  z-index: 2;
  position: relative;
  text-align: center;
  -webkit-transition: color 2s ease;
  transition: color 2s ease;
}

.com_header_wrap.active .title_box p:first-child {
  color: rgba(255, 255, 255, 0.9);
}

.com_header_wrap .title_box p:last-child {
  text-align: center;
  font-size: 19px;
  line-height: 25px;
  margin-top: 10px;
  color: rgba(255, 255, 255, 0);
  top: 50%;
  z-index: 2;
  position: relative;
  text-align: center;
  letter-spacing: 40px;
  -webkit-filter: blur(30px);
  filter: blur(30px);
  -webkit-transition: all 2s ease .5s;
  transition: all 2s ease .5s;
}

.com_header_wrap.active .title_box p:last-child {
  color: rgba(255, 255, 255, 1);
  -webkit-filter: blur(0px);
  filter: blur(0px);
  letter-spacing: 0.05em;
}

.particles-js-canvas-el {
  position: absolute;
  left: 0;
  top: 0;
}

.footer_bottom_sitemap {
  float: right;
  position: absolute;
  bottom: 33px;
  display: flex;
  right: 80px;
}

.footer_bottom_sitemap li:nth-child(1) {
  position: relative;
  margin-right: 10px;
  padding-right: 10px;
}

.footer_bottom_sitemap li:nth-child(1):after {
  content: '';
  position: absolute;
  right: 0;
  top: 5px;
  width: 1px;
  height: 12px;
  background: #957F67;
}

.footer_bottom_sitemap li a {
  color: #fff;
  font-size: 14px;
  line-height: 20px;
  margin-top: 15px;
}

.sns__box {
  position: absolute;
  right: 75px;
  bottom: 75px;
}

.sns__box ul {
  display: flex;
}

.sns__box ul li {
  width: 25px;
  padding: 7px;
  display: flex;
  justify-content: center;
}

.sns__box ul li img {
  max-width: 100%;
}

@media screen and (max-width:1870px) {
  .com_nav_wrap ul.gnb_ul {
    margin-left: 279px;
  }
}

@media screen and (max-width:1770px) {
  .com_nav_wrap ul.gnb_ul {
    margin-left: 179px;
  }
}

@media screen and (max-width:1700px) {
  .com_nav_wrap ul.gnb_ul {
    margin-left: 179px !important;
  }
}

@media screen and (max-width:1610px) {
  .com_nav_wrap ul.gnb_ul {
    margin-left: 109px !important;
  }
}

@media screen and (max-width: 1558px) {
  .com_nav_wrap ul.gnb_ul {
    margin-left: 79px !important;
  }

  .nattion_nav {
    display: inline-block;
    margin-left: 30px;
    margin-top: 60px;
  }
}

@media screen and (max-width: 1450px) {
  .com_nav_wrap ul.gnb_ul {
    margin-left: 50px !important;
  }
}

/* sub visual interection end */
@media screen and (max-width:1720px) {
  .com_nav_wrap ul.gnb_ul {
    margin-left: 250px;
  }

  .com_nav_wrap .icon {
    margin-left: 103px;
  }
}

@media screen and (min-width:1558px) {}

@media screen and (max-width: 1399px) {
  .mobile_nav.nactive i {
    background: #fff;
  }

  .mobile_nav i {
    position: relative;
    display: inline-block;
    width: 7px;
    height: 7px;
    background: #fff;
    border-radius: 100px;
    margin-right: 8px;
  }

  .mobile_nav {
    position: absolute;
    margin-top: 0px;
    margin-right: 0px;
    top: 1px;
    right: 5%;
    width: 45px;
  }
}

@media screen and (min-width:1024px) {}

@media screen and (max-width:768px) {

  .popupBox {
    width: 80%;
height: auto;
  }

  .popupBox .pop {
        height: calc(100% - 40px);
    background-color: transparent;
  }

  .popupBox .popup_close_btn {
    position: absolute;
    bottom: 0;
    height: 50px;
    line-height: 50px;
  }
  .popupBox .popup_close_btn div{
    font-size: 16px;
  }

  @media (orientation: landscape) {
    .popupBox {
      width: auto;
    height: 70vh;
    }
    .popupBox .pop{
      height: 100%;
    }
    .popupBox .popup_close_btn {
    bottom: -30px;
    height: 30px;
    line-height: 30px;
}
.popupBox .popup_close_btn div {
    font-size: 11px;
}
  }
}

@media screen and (max-width:640px) {
  .sns__box {
    position: relative;
    right: 0;
    bottom: 0;
    display: flex;
    justify-content: center;
    margin-top: 10px;
  }

}

@media screen and (min-width: 1400px) and (max-width: 1405px) {
  .com_nav_wrap ul.gnb_ul {
    margin-left: 80px;
  }
}
