@charset "UTF-8";

/******************************** header ********************************/
body {
    background: #F5F6F8;
    font-family: 'Pretendard', sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
}

h1 {
    font-family: 'Pretendard', sans-serif;
    letter-spacing: -2px;
    font-size: 48px;
}

h2 {
    font-family: 'Pretendard', sans-serif;
    letter-spacing: -2px;
    font-size: 30px;
}

h2 strong {
    font-family: 'Pretendard', sans-serif;
    letter-spacing: -2px;
    font-size: 32px;
    line-height: 1.5;
}

h3 {
    font-family: 'Pretendard', sans-serif;
    letter-spacing: -1px;
    font-size: 22px;
    color: #514C4C;
    line-height: 1.5;
}

#header {
    margin: 0 auto;
    width: 100%;
    min-width: 1200px;
    height: 163px;
    position: relative;
    z-index: 31;
}

header::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 0px;
    background: #fff;
    z-index: -10;
    transition: all .2s ease-in;
    content: "";
}

.admin_title {
    position: absolute;
    top:20px;
    color:white;
    font-size:24px;
    margin-left:150px;
}

.admin_navi {
    width: 100%;
    background-color: #0066b3;
    height: 62px;
    z-index: 31;
    position: sticky;
}

.top_navi {
    width: 100%;
    background-color: #fff;
    height: 33px;
    z-index: 31;
    position: sticky;
}

.top_navi_wrap {
    width: 1200px;
    margin: 0 auto;
    overflow: hidden;
}
.navi_right {
    float: right;
    font-size: 14px;
    color: #9da3b6;
    height: 33px;
}
.navi_right li {
    float: left;
    height: 33px;
    line-height: 33px;
    display: inline-block;
}
.navi_right li:first-child {
    margin: 0 10px 0 0;
    color: #fff;
}
.navi_right li.bar{
    padding:5px 0 0 0;
}
.navi_right a{
    font-weight: 700;
    color: #777;
    display: block;
    padding: 0 12px 0 0;
    height: 33px;
    line-height: 33px;
}
.navi_right a:hover{
    color: #300;
}

.navi_menu {
    float: left;
    font-size: 18px;
    color: #9da3b6;
    height: 48px;
}
.navi_menu li {
    float: left;
    height: 48px;
    line-height: 48px;
    display: inline-block;
}
.navi_menu li:first-child {
    margin: 0 10px 0 0;
    color: #fff;
}

.navi_menu a:hover{
    color: #333;
    background-color:#999;
}


.cs-right {
    top: 50%;
    right: 0px;
    position: absolute;
    flex-wrap: wrap;
    display: flex;
    width: 200px;
    margin-top: -40px;
    padding: 8px;
    background: #fbf4fb;
    border-radius: 10px;
    display: flex;
    justify-content: end;
    align-items: center;
}

.cs-right .tr1 {
    font-size: 11px;
    width: 30px;
    line-height: 16px;
    color: #0084e5;
    font-weight: 600;
}

.cs-right .tr2 {
    line-height: 1.4;
    font-size: 16px;
    color: #222;
    font-weight: 800;
}
.cs-right .tr3 {
    line-height: 1.2;
    font-size: 13px;
    color: #7d7d7d;
    font-weight: 400;
}

#header .container {
 //   padding: 10px 0px;
    height: 100px;
    background: #fff;
}

.logo_wrap {
    display: flex;
    align-items: center;
    margin: 0 auto;
    height: 80px;
    width: 1200px;
    z-index: 31;
    position: sticky;
}

.info_wrap img {
 //   position: absolute;
    width: 1200px;
    margin: 20px auto 0;
    /*left: 50%;*/
    /*margin-left: -600px;*/
}

.info_wrap_v2 img {
    /*position: absolute;*/
    width: 1200px;
    margin: 20px auto 0;
    /*left: 50%;*/
    /*margin-left: -600px;*/
}

.logo_wrap img {
    max-width: 260px;
    position: absolute;
    left: 50%;
    top :0px;
    margin-left: -100px;
}
.logo_wrap .search_wrap {
    margin-left: 15px;
    padding: 8px 0;
    width: 280px;
    height: 48px;
    border: 1px solid #707070;
    border-radius: 25px;
}

.logo_wrap .search_box {
    margin-left: 10px;
    padding: 0;
    width: 80%;
    box-shadow: none;
    line-height: 29px;
    border: none;
    border-radius: 25px;
    font-size: 16px;
    font-weight: 600;
    color: #222;
    background:#fff;
}

.logo_wrap .search_wrap button {
    width: 30px;
    height: 30px;
    background: url('../images/icon-srch.png') 50% no-repeat;
    border: 0;
    /*outline: 0;
    margin: 0;
    padding: 0;*/
    text-indent: -9999px;
    cursor: pointer;
}

.logo_wrap .order_menu {
    width: 60%;
    display: flex;
    justify-content: end;
    align-items: center;
}

.logo_wrap .order_menu li {
    display: inline-block;
    font-size: 15px;
    font-weight: 500;
}

.logo_wrap .order_menu li a {
    height: 25px;
    line-height: 25px;
    display: block;
    color: #222;
}

.logo_wrap .order_menu li:nth-child(1) a::after {
    content: "";
    position: absolute;
    top: 5px;
    right: -7px;
    width: 1px;
    height: 20px;
    background: #B8B8B8;
}

.logo_wrap .order_menu li:nth-child(1) a {
    background: url('../images/icon-guide.png') no-repeat left center;
    padding-left: 25px;
    margin-right: 15px;
    position: relative;
    /*width: 100px;*/
}

.logo_wrap .order_menu li:nth-child(2) a {
    background: url('../images/icon-sbook.png') no-repeat left center;
    padding-left: 30px;
    margin-right: 10px;
    position: relative;
    /*width: 110px;*/
}

.logo_wrap .order_menu button {
    padding-left: 20px;
    width: 140px;
    height: 40px;
    background: #0066B3 url(../images/icon-down.png) no-repeat 13px center;
    border-radius: 30px;
    font-size: 15px;
    font-weight: 600;
    color: #fff;
}







/*--------------------------------------------------------------
.main-wrapper .navbar
--------------------------------------------------------------*/
/* Desktop Navigation */
.main-wrapper h4 {
    font-weight: 600;
}

.main-wrapper a{
    color: #000;
    text-decoration: none;
}
.main-wrapper a:hover{
    color: #0066b3;
    font-weight : 700;
}
.main-wrapper ul li{
 //   width: 120px;
    margin:0 20px 0 20px;
    list-style-type: none;
}
.navbar{
    height: 50px;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    position: relative;    background: #fff;
    padding: 0 1rem;
    top: 0;
    left: 0;
    width: 100%;
    max-height: 100vh;
    display: flex;
    flex-direction: column;
    z-index: 10;
}

.navbar-brand{
    font-size: 1.8rem;
    letter-spacing: 3px;
    font-weight: 700;
}
.navbar-toggler{
    display: block;
    border: none;
    background: transparent;
    font-size: 1.8rem;
    cursor: pointer;
    padding: 0.2rem 0.5rem;
    transition: all 0.4s ease;
    border: 2px solid #000;
    border-radius: 4px;
}
.navbar-toggler:hover{
    opacity: 0.7;
}
.navbar-collapse{
    overflow-y: scroll;
    display: none;
}
.navbar-nav > li > a{
    text-transform: uppercase;
    font-size: 1.1rem;
    font-weight: 700;
    display: block;
    padding: 0.6rem 0;
    margin: 0.2rem 0;
    border-bottom: 1px solid #ddd;
    border-radius: 1px;
    position: relative;
    transition: all 0.4s ease;
}
.navbar-nav > li > a:hover{
    opacity: 0.7;
}
.sub-menu h4{
    text-transform: capitalize;
    font-size: 1rem;
    padding: 0.5rem 0;
}
.sub-menu ul li{
    text-transform: capitalize;
    padding: 0.2rem 0;
    margin: 0.2rem 0;
    font-size: 0.95rem;
}
.sub-menu ul li a{
    opacity: 0.8;
    transition: all 0.5s ease;
}
.sub-menu ul li a:hover{
    padding-left: 14px;
    opacity: 0.9;
}
.sub-menu{
    display: none;
}

.sub-menu-item{
    padding-left: 1.2rem;
}
/*.sub-menu-item:nth-child(3){
    background: #ddd;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    padding-top: 2rem;
    padding-bottom: 2rem;
}
.sub-menu-item:nth-child(3) h2{
    text-transform: capitalize;
    margin: 1.5rem 0;
}
.sub-menu-item:nth-child(3) .btn{
    border: 1px solid #000;
    text-transform: uppercase;
    font-size: 0.9rem;
    padding: 0.6rem 1rem;
    cursor: pointer;
    background: #000;
    color: #fff;
    transition: all 0.5s ease;
}
.sub-menu-item:nth-child(3) .btn:hover{
    background: transparent;
    color: #000;
}
.sub-menu-item:nth-child(4){
    width: 50%;
    margin: 0 auto;
    padding: 2rem 0;
}*/

/* header */
.header{
    background: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4));
    height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.header h2{
    margin: 1rem;
    font-size: 3rem;
    font-weight: 900;
    color: #fff;
    letter-spacing: 2px;
}
.header p{
    margin: 1rem auto;
    color: #fff;
    width: 60%;
    opacity: 0.8;
    font-weight: 300;
    font-size: 1.2rem;
    text-align: center;
}
.header button{
    margin: 1rem;
    font-size: 1rem;
    text-transform: uppercase;
    background: #000;
    color: #fff;
    border: none;
    padding: 0.8rem 1.5rem;
    transition: all 0.5s ease;
    cursor: pointer;
}
.header button:hover{
    background: #fff;
    color: #000;
}

/*.navbar-toggler{
    display: none;
}*/
.brand-and-icon {
    flex: 0 0 100px;
    border-bottom: none;
    padding: 0;
}
.navbar-collapse {
    display: block!important;
    overflow-y: hidden;
    /*flex: 1 0 auto;*/
}
.navbar-nav {
    display: flex;
    width: 1200px;
    position: absolute;
    left : 50%;
    margin-left:-600px;
    align-items: center;
}
.navbar-nav > li > a {
    color: #000;
    border-bottom: none;
    margin: 0 1.2rem;
//    padding: 1.7rem 1.8rem 1.7rem 0.8rem;
    font-weight: 600;
    font-size: 14px;
}
.sub-menu {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: 1100px;
    /*width: 100%;*/
    top: 100%;
    background: #f8f8f8;
    border: 1px solid #ddd;
}
.navbar-nav > li:hover .sub-menu {
    display: grid!important;
    grid-template-columns: repeat(4, 1fr);
    padding: 0 5rem;
}

.navbar-nav > li {
    border-bottom: 2px solid transparent;
    transition: border-bottom 0.4s ease;
}
.navbar-nav > li:hover {
    border-bottom-color: #0066B3;
}

.navbar-nav > li:first-child {
    border-bottom: none;
}
.sub-menu-item {
    padding: 1rem 0;
}

.sub-menu-item:nth-child(n+5):nth-child(-n+8) {
    padding-top: 0;
}



/* header */
.header {
    height: calc(100vh - 75px);
}
.header h2 {
    font-size: 6rem;
}
.header p{
    width: 40%;
}

.navbar-nav > li > a.menu-trigger {
    padding: 0;
    width: 24px;
    height: 24px;
}

.menu-trigger {
    margin-right: 70px;
    margin-bottom: 50px;
}


.menu-trigger,
.menu-trigger span {
    display: inline-block;
    transition: all .4s;
    box-sizing: border-box;
}

.menu-trigger {
    position: relative;
    width: 50px;
    height: 44px;
}

.menu-trigger span {
    position: absolute;
    left: 0;
    width: 100%;
    height: 2px;
    background: #0066B3;
    border-radius: 4px;
}

.menu-trigger span:nth-of-type(1) {
    top: 3px;
}

.menu-trigger span:nth-of-type(2) {
    top: 10px;
}

.menu-trigger span:nth-of-type(3) {
    bottom: 3px;
}

/* type-01 */
/* 중앙 라인이 고정된 자리에서 투명하게 사라지며 상하라인 회전하며 엑스자 만들기 */
.menu-trigger.active-1 span:nth-of-type(1) {
    -webkit-transform: translateY(11px) rotate(-45deg);
    transform: translateY(11px) rotate(-45deg);
}

.menu-trigger.active-1 span:nth-of-type(2) {
    opacity: 0;
}

.menu-trigger.active-1 span:nth-of-type(3) {
    -webkit-transform: translateY(-11px) rotate(45deg);
    transform: translateY(-11px) rotate(45deg);
}


/*--------------------------------------------------------------
# footer
--------------------------------------------------------------*/
footer {
    width: 100%;
    min-width: 1200px;
    background: #cdcdcd;
    bottom: 0;
}

dl, dt, dd {
    font-size: 14px;
}

dd {
    margin-left: 5px;
}
/*#IvyFooter { width:100%; margin:0 auto; overflow:hidden; clear:both; padding:20px 0px; background:#000;}-----type1*/
#IvyFooter {
    width: 1100px;
    margin: 0 auto;
    overflow: hidden;
    clear: both;
}

#IvyFooter div.footer_type2 {
    position: relative;
    width: 100%;
    margin: 0 auto;
    padding: 40px 0px;
    overflow: hidden;
    color: #111;
}

#IvyFooter div.footer_type2 a {
    color: #666;
}

#IvyFooter div.footer_type2 a:hover {
    color: #000;
    text-decoration: none;
}

#IvyFooter div.footer_type2 p {
    margin-bottom: 0px;
    line-height: 1.5;
}

#IvyFooter div.footer_type2 ul li:nth-child(3) p:nth-child(4) {
    margin-top: 20px;
}

#IvyFooter div.footer_type2 ul li:nth-child(3) p:nth-child(2) {
    font-weight: bold;
    font-size: 20px;
    line-height: 25px;
}

#IvyFooter div.footer_type2 ul {
    margin: 0;
    padding: 0;
}

#IvyFooter div.footer_type2 ul li {
    position: relative;
    float: left;
    font-size: 14px;
    list-style: none;
}

#IvyFooter div.footer_type2 ul li.about {
    margin-bottom: 20px;
    display: flex;
    width: 100%;
}

#IvyFooter div.footer_type2 ul li.about p {
    font-size: 14px;
    margin: 0 12px 7px 0;
}

#IvyFooter div.footer_type2 ul li.about p:first-child {
    position: relative;
}

#IvyFooter div.footer_type2 ul li.about p:first-child a::after {
    content: "";
    position: absolute;
    top: 4px;
    right: -7px;
    width: 1px;
    height: 14px;
    background: #B8B8B8;
}

#IvyFooter div.footer_type2 ul li.info {
    width: 50%;
}

#IvyFooter div.footer_type2 ul li.service {
    width: 21%;
}

#IvyFooter div.footer_type2 ul li.sns {
    width: 10%;
}

#IvyFooter div.footer_type2 dl {
    margin-top: 0;
}

#IvyFooter div.footer_type2 dt {
    float: left;
    clear: both;
    font-weight: bold;
    color: #777;
    line-height: 25px;
}

#IvyFooter div.footer_type2 dd {
    float: left;
    line-height: 25px;
}

#IvyFooter div.footer_type2 p.foot_tit {
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 5px;
}

#IvyFooter div.footer_bottom {
    border-top: 1px solid #212121;
    padding: 10px;
    height: 40px;
}

#IvyFooter div.footer_bottom div.copyright {
    width: 1100px;
    margin: 0 auto;
}

#IvyFooter div.footer_bottom p.copyr {
    float: right;
    color: #666666;
    font-size: 14px;
}

#IvyFooter div.sns_con {
    float: left;
}

#IvyFooter div.sns_con ul {
    margin: 0;
    padding: 0;
}

#IvyFooter div.sns_con ul li {
    list-style: none;
    vertical-align: top;
    display: block;
    width: 100%;
}

#IvyFooter div.sns_con ul li:after {
    content: '';
    display: block;
}

#IvyFooter div.sns_con ul li+li {
    margin-top: 8px;
}

#IvyFooter div.sns_con ul li a {
    float: left;
    position: relative;
    padding-left: 32px;
    height: 24px;
    line-height: 24px;
    font-size: 12px;
    color: #c5c5c5;
}

#IvyFooter div.sns_con ul li a:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 24px;
    height: 24px;
    background-repeat: no-repeat;
}

#IvyFooter div.sns_con ul li.facebook a:after {
    background-position: 0 0;
}

#IvyFooter div.sns_con ul li.twiter a:after {
    background-position: 0 -24px;
}

#IvyFooter div.sns_con ul li.instagram a:after {
    background-position: 0 -48px;
}

#IvyFooter div.sns_con ul li.blog a:after {
    background-position: 0 -72px;
}

#IvyFooter div.webhard {
    font-size: 13px;
}

#IvyFooter div.webhard p:nth-child(1) {
    /*color:#fa4d4d;*/
    font-weight: bold;
    margin-bottom: 5px;
}

#IvyFooter .pageTop {
    position: fixed;
    bottom: 70px;
    right: 76px;
    -webkit-transition: margin-bottom 0.3s ease-out, opacity 0.3s ease-out;
    transition: margin-bottom 0.3s ease-out, opacity 0.3s ease-out;
}

#IvyFooter button {
    cursor: pointer;
    width: auto;
    overflow: visible;
    vertical-align: middle;
    background: none;
    margin: 0;
    padding: 0;
    border: 0;
    background: transparent;
    border: none;
    box-sizing: border-box;
}

.w-100 {
    width: 100%;
}

.h-100 {
    height: 100%;
}

.wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 24px;
    overflow: auto;
}

.max-w-540 {
    max-width: 540px;
}

.btn-wrapper {
    padding: 0 24px;
}

.btn {
    padding: 11px 22px;
    border: none;
    border-radius:  8px;

    background-color: #f2f4f6;
    color: #4e5968;
    font-weight: 600;
    font-size: 17px;
    cursor: pointer;
}

.btn.primary {
    background-color: #3282f6;
    color: #f9fcff;
}





