/* **************************************** *
 * Global
 * **************************************** */
@font-face {
    font-family: 'Pretendard';
    src: url('../font/PretendardVariable.ttf') format('ttf');
    font-weight: 400;
    font-style: normal;
}


@font-face {
	font-family: 'GmarketSans';
	font-weight: 300;
	src: url('../font/GmarketSansLight.woff2') format('woff2');
}
@font-face {
	font-family: 'GmarketSans';
	font-weight: 500;
	src: url('../font/GmarketSansMedium.woff2') format('woff2');
}
@font-face {
	font-family: 'GmarketSans';
	font-weight: 700;
	src: url('../font/GmarketSansBold.woff2') format('woff2');
}

@font-face {
    font-family: 'SBAggroB';
    src: url('https://fastly.jsdelivr.net/gh/projectnoonnu/noonfonts_2108@1.1/SBAggroB.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}


@font-face {
    font-family: 'SBAggroM';
    font-weight: 500;
    font-style: normal;
    src: url('https://cdn.jsdelivr.net/gh/webfontworld/sandbox/SBAggroMedium.eot');
    src: url('https://cdn.jsdelivr.net/gh/webfontworld/sandbox/SBAggroMedium.eot?#iefix') format('embedded-opentype'),
        url('https://cdn.jsdelivr.net/gh/webfontworld/sandbox/SBAggroMedium.woff2') format('woff2'),
        url('https://cdn.jsdelivr.net/gh/webfontworld/sandbox/SBAggroMedium.woff') format('woff'),
        url('https://cdn.jsdelivr.net/gh/webfontworld/sandbox/SBAggroMedium.ttf') format("truetype");
    font-display: swap;
}



@font-face {
	font-family: 'SUIT';
	font-weight: 100;
	src: url('../font/SUIT-Thin.woff2') format('woff2');
}
@font-face {
	font-family: 'SUIT';
	font-weight: 200;
	src: url('../font/SUIT-ExtraLight.woff2') format('woff2');
}
@font-face {
	font-family: 'SUIT';
	font-weight: 300;
	src: url('../font/SUIT-Light.woff2') format('woff2');
}
@font-face {
	font-family: 'SUIT';
	font-weight: 400;
	src: url('../font/SUIT-Regular.woff2') format('woff2');
}
@font-face {
	font-family: 'SUIT';
	font-weight: 500;
	src: url('../font/SUIT-Medium.woff2') format('woff2');
}
@font-face {
	font-family: 'SUIT';
	font-weight: 600;
	src: url('../font/SUIT-SemiBold.woff2') format('woff2');
}
@font-face {
	font-family: 'SUIT';
	font-weight: 700;
	src: url('../font/SUIT-Bold.woff2') format('woff2');
}
@font-face {
	font-family: 'SUIT';
	font-weight: 800;
	src: url('../font/SUIT-ExtraBold.woff2') format('woff2');
}
@font-face {
	font-family: 'SUIT';
	font-weight: 900;
	src: url('../font/SUIT-Heavy.woff2') format('woff2');
}

* {
    box-sizing: border-box;
    line-height: 1.5;
    letter-spacing: -1px;
}

:root,
html {
    font-size: 16px;
}

body {
    /* font-family: 'NanumSquare', sans-serif; */
    font-family: 'Pretendard', sans-serif;
    font-size: 16px;
    font-weight: 400;
    position: relative;
}

a {
    text-decoration: none;
}

dl,
dt,
dd,
p,
h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
}

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

button {
    cursor: pointer;
}

button,
input {
    /* font-family: 'NanumSquare', sans-serif; */
    font-family: 'Pretendard', sans-serif;
}

input:focus,
input:hover {
    outline: none;
}

textarea {
    overflow: auto
}

.mo {
    display: block !important;
}

.pc {
    display: none !important;
}


table, tr {
  cursor: pointer;
}

@media (min-width: 992px) {
    .mo {
        display: none !important;
    }

    .pc {
        display: block !important;
    }
}

.mt_10 {
    margin-top: 40px;
}

.ta_l {
    text-align: left !important;
}

.i {
    display: inline-block;
}

.i_menu {
    background: url(../img/icon/i_menu.png) no-repeat;
    background-size: cover;
    height: 30px;
    width: 30px;
}

@media (min-width: 992px) {
    .i_menu {
        height: 40px;
        width: 40px;
    }
}

.i_home {
    background: url(../img/icon/i_home.png) no-repeat;
    background-size: cover;
    height: 30px;
    width: 30px;
}

.i_more {
    background: url(../img/icon/i_more.png) no-repeat;
    background-size: cover;
    height: 12px;
    transition: all ease 1s;
    width: 12px;
}

@media (min-width: 992px) {
    .i_more {
        height: 16px;
        width: 16px;
    }
}

.i_more:hover {
    transform: rotate(90deg);
}

.header {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 1000;
}

.header_wrap {
    align-items: center;
    display: flex;
    height: 66px;
    justify-content: space-between;
    padding: 0 16px;
}

.header_i {
    display: flex;
    align-items: center;
    margin: 0 -2px;
}

.header_i li {
    display: flex;
    padding: 0 2px;
}

.header_i li a {
    display: flex;
}

/* .header_i li:nth-child(3) {
    display: none;
} */

.header_i .logo_text {
	font-family: 'GmarketSans';
	font-weight: 700;
    font-size: 16px;
    color: #ffffff;
}

.header .menu {
    align-items: center;
    display: flex;
    position: relative;
    z-index: 10001;

    margin-right: 12px
}

.header .menu_wrap {
    cursor: pointer;
    transition: .3s;
    padding: 4px;
}

.header .menu_line {
    background: #ffffff;
    border-radius: 2px;
    height: 2px;
    margin-bottom: 4px;
    transition: .3s;
    width: 18px;
}

.header_login {
    display: flex;
}

.header_login li {
    align-items: center;
    display: flex;
}

.header_login li::after {
    background: #565656;
    content: '';
    display: inline-block;
    height: 8px;
    margin: 0 8px;
    width: 1px;
}

.header_login li:last-child::after {
    display: none;
}

.header_login li a {
    align-items: center;
    color: #565656;
    display: flex;
    font-size: 10px;
}

.header .all_service {
    display: none;
}

.product .all_service {
    align-items: center;
    display: flex;
    color: #000;
    font-size: 14px;
}

.all_service::before {
    background: url(../img/icon/i_all.png) no-repeat;
    background-size: cover;
    content: '';
    display: inline-block;
    height: 16px;
    margin: 0 4px 0 0;
    width: 16px;
}

@media (min-width: 992px) {
    .header {
        position: fixed;
        left: 0;
        top: 0;
        width: 100%;
        z-index: 1000;
    }

    .header_wrap {
        height: auto;
        margin: 0 auto;
        max-width: 960px;
        padding: 30px 50px 50px!important;
    }

    .header_i li:nth-child(2) {
        display: none;
    }

    .header_i li:nth-child(3) {
        display: flex;
    }

    .header_i img {
        display: none;
        height: 30px;
    }

    .header_i li a {
        align-items: center;
    }

    .header_login li::after {
        height: 12px;
        transition: .5s;
    }

    .header_login li a {
        font-size: 16px;
        transition: .5s;
    }

    .header_login li.active a {
        color: #fff;
    }

    .header_login li.active::after {
        background: #fff;
    }

    .product .header_i li:nth-child(3) {
        display: none;
    }

    .product .sub_menu li a {
        align-items: center;
        display: flex;
    }
    
    .product .sub_menu li a::before {
        background: url(../img/icon/i_plus.png) no-repeat;
        background-size: cover;
        content: '';
        display: inline-block;
        height: 20px;
        margin: 0 8px 0 0;
        width: 20px;
    }

    .product .all_service {
        font-size: 20px;
    }

    .all_service::before {
        background: url(../img/icon/i_all.png) no-repeat !important;
        background-size: cover !important;
        content: '';
        display: inline-block;
        height: 28px !important;
        margin: 0 4px 0 0;
        width: 28px !important;
    }
}



@media (min-width: 1200px) {
    .header_wrap {
        max-width: 1140px;
    }
}

@media (min-width: 1400px) {
    .header_wrap {
        max-width: 1280px;
    }
}

@media (min-width: 1800px) {
    .header_wrap {
        padding: 0 100px;
        width: 100%;
    }
}

.sub_wrap .header {
    background: #f9f9f9;
}

.sub_wrap .header_login {
    display: none;
}

.sub_wrap .header_wrap {
    border-bottom: 1px solid #000;
}

.sub_wrap .menu_wrap {
    padding: 0 16px;
}

.menu_wrap .sub_menu {
    align-items: center;
    display: flex;
    justify-content: space-between;
    padding: 8px 0;
}

.sub_menu li.active a {
    font-weight: 700;
    border-bottom: 3px solid #000;
    padding-bottom: 6%;
}

.sub_menu li a {
    color: #000;
    font-size: 16px;
    font-family: 'SUIT';
	font-weight: 400;
}

@media (min-width: 992px) {
    html, body {
        width: 100vw;
        overflow-x: hidden;
    }

    .sub_wrap .header_wrap {
        border-bottom: 1px solid #000;
        position: relative;
        padding: 40px 0 16px!important;
        height: 75px;
        box-sizing: border-box;

        display: flex;
        justify-content: space-between;
    }

    .sub_wrap .header_i img {
        display: block;
    }

    .sub_menu.pc {
        display: flex !important;
        position: absolute;
        right: 0;
        width: 50%;

        justify-content: flex-end;
    }

    .sub_menu li {
        text-align: center;
        width: 25%;
    }

    .sub_menu li a {
        font-size: 20px;
    }
}

@media (min-width: 1300px) {
    .sub_menu.pc {
        margin: 0 auto 0 0;
        max-width: 1000px;
    }

    .product .sub_menu.pc {
        max-width: 780px !important;
    }
/* 
    .sub_menu li {
        width: 20%;
    } */
}

@media (min-width: 1740px) {
    .header_wrap {
        max-width: 100%;
        margin: 0 auto;
        padding: 0;
    }

    .sub_menu.pc {
        display: flex !important;
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        width: 100%;
    }
}

/* footer */

.footer {
    font-family: 'SUIT';
    font-weight: 400;

    background-color: #000;
    position: fixed;
    bottom: 0px;
    width: 100vw;
    left: 0px;
    height: 165px;
    z-index: 10;
}

.ft_wrap {
    width: 1300px;
    margin: 0px auto;
}

.ft_wrap {
    padding: 28px 16px;
}

.footer p {
    color: #a3a3a3;
    font-size: 12px;
    font-weight: 400;
    margin: 0 0 8px 0;
}

.footer p b{
    font-size: 14px;
    color: #fff;
}

.footer .col-4 {
    width: calc(88% / 2);
    min-width: max-content;
    border-left: 1px solid #6b6b6b;
    padding: 10px 40px;
    box-sizing: border-box;
    height: 100%;
}

.footer .col-4 p span{
    margin-left: 14px;
 }

/* .footer .col-4 p span:last-child{
    margin-left: 14px
} */

.footer .col-4 button {
    padding: 2px 16px;
    height: 22px;
    display: flex;
    align-items: center;
    background: transparent;
    border: 1px solid #6b6b6b;
    box-sizing: border-box;
    margin-top: 18px;
}

.footer .col-4 button a {
    font-size: 14px;
    color: #a3a3a3;
}

.footer .col-4 p{
    font-size: 14px;
    letter-spacing: -0.04em;
    line-height: 20px;
    color: #a3a3a3;
}

.footer .copyright {
    margin-top: 18px;
}

.ft_wrap .col-2 {
    flex: 0 0 auto;
    width: 12%;
    padding: 12px 0;
}

.ft_wrap .row{
    height: 100%;
}

@media (max-width: 992px) {
    .footer {
        position: relative;
        height: auto;
    }

    .ft_wrap {
        width: 100%;
        padding: 16px 30px;
    }

    .footer_btn button{
        padding: 2px 16px;
        display: flex;
        align-items: center;
        background: transparent;
        border: 1px solid #6b6b6b;
        box-sizing: border-box;
    }

    .footer_btn {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .footer_btn button a{
        color: #6b6b6b;
    }

    .footer .ft_wrap p b {
        font-size: 20px;
        color: #fff;
    }

    .footer .ft_wrap p {
        font-family: 'SUIT';
        font-weight: 400;
        font-size: 20px;
        line-height: 125%;
    }

    .footer .ft_wrap .copyright_wrap {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .footer .ft_wrap .copyright_wrap button {
        padding: 2px 16px;
        display: flex;
        align-items: center;
        background: transparent;
        border: 1px solid #6b6b6b;
        box-sizing: border-box;
        margin-top: 18px;
    }

    .footer .ft_wrap .copyright_wrap button a{
        color: #6b6b6b;
        font-family: 'SUIT';
        font-weight: 400;
        font-size: 12px;
    }

    .sub_menu li a{font-size: 14px;}
}

@media (max-width: 580px) {
    .footer .ft_wrap p b,
    .footer .ft_wrap p {
        font-size: 16px;
        line-height: 150%;
    }
}

@media (max-width: 450px) {
    .footer .ft_wrap p b,
    .footer .ft_wrap p {
        font-size: 14px;
    }
}

@media (max-width: 400px) {
    .footer .ft_wrap p b,
    .footer .ft_wrap p {
        font-size: 12px;
    }
}


@media (min-width: 992px) {
    .footer {
        background-color: #000;
    }

    .footer .fp-tableCell {
        width: 100vw;
    }

    .ft_wrap {
        padding: 28px 16px;
    }

    .footer p {
        font-size: 12px;
        margin: 0;
    }
}

@media (min-width: 1300px) {
    .ft_wrap {
        margin: 0 auto;
        padding: 28px 0;
        box-sizing: border-box;
        height: 100%;
    }

    .footer p {
        font-size: 14px;
        margin: 0;
    }
}

.sc_wrap {
    padding: 0 16px;
}

.container,
.container-xl {
    position: relative;
    z-index: 2;
}

@media (min-width: 1400px) {
    .container {
        max-width: 1280px;
    }
}

@media (min-width: 1600px) {
    .container-xl {
        max-width: 1480px;
    }
}

.sub_cont {
    background: #f9f9f9;
    margin: 106px 0 0 0;
}

@media (min-width: 992px) {
    .sub_cont {
        margin: 100px 0 0 0;
    }

    .sub_cont .container {
        /* border: 1px solid #000; */
    }

}

.ta_center {
    text-align: center !important;
} 

.bg_none {
    background: none !important;
}

.row {
    margin: 0 -8px;
}

.offcanvas-top {
    border-bottom: 0;
    height: 100vh;
}

.offcanvas-header {
    padding: 20px;
}

.offcanvas-header .btn-close {
    padding: 12px 0;
}

.offcanvas-header .btn-close:focus {
    box-shadow: none;
}

.offcanvas-body {
    padding: 0 16px 40px 16px;
}

.offcanvas-body .row {
    height: calc(100vh - 104px);
}

.offcanvas-body .col-6 {
    padding: 0 30px;
    height: 100%;
}

.offcanvas-body .col-6:nth-child(1) {
    border-right: 1px solid #cccdcd;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.offcanvas-body .col-6:nth-child(2) {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.offcanvas-body dt,
.offcanvas-body dt a {
    color: #000;
    font-size: 16px;
    font-weight: 700;
    line-height: 2;
}

.offcanvas-body dd,
.offcanvas-body dd a {
    color: #000;
    font-size: 13px;
    font-weight: 400;
    line-height: 2;
}

@media (min-width: 992px) {

    .offcanvas-top {
        background: rgba(255, 255, 255);
        border: 0;
        box-shadow: 0 10px 10px rgba(0, 0, 0, 0.2);
        height: 800px;
        width: 300px;
    }

    .offcanvas-top .offcanvas-header {
        padding: 32px 32px;
        justify-content: flex-end;
    }

    .offcanvas-top .offcanvas-body {
        overflow: hidden;
    }

    .offcanvas-body .row {
        height: 90%;
    }

    .offcanvas-top dl {
        margin: 0 0 20px 80px;
    }

    .offcanvas-top dl:last-child {
        margin: 0 0 0 80px;
    }

    .offcanvas-top dt a {
        font-size: 20px;
    }

    .offcanvas-top dd a {
        font-size: 16px;
    }

    .offcanvas-body .col-6:nth-child(1) {
        border-right: 0;
    }

    .offcanvas-backdrop.show {
        opacity: 0;
    }
}

#footer {
   bottom: 0px;   
}

/* 좌측 fullpage menu */

#fp-nav {
    top: 120px;
    margin-top: 0px !important;
}

/* 
Maximum height
@media (max-height: 1080px) {
    #fp-nav {
        margin-top: -360px !important;
    }
}

@media (max-height: 768px) {
    #fp-nav {
        margin-top: -280px !important;
    }
} */


/* accordion */
.accordion-panel {
    display: none;
}

.accordion-trigger.active + .accordion-panel {
    display: flex;
}

.accordion-panel.active {
    display: flex;
}

/* fullpage에서 제공하는 스크롤바 숨김 */
.iScrollVerticalScrollbar, .iScrollLoneScrollbar {
    display: none !important;
}

/* 우측 고정 리스트 */
.right-fixed {
    flex-direction: column;
    position: fixed;
    gap: 10px;
    
    right: 20px;
    bottom: 10%;

    z-index: 15;
}

.right-fixed button {
    width: 45px;
    height: 45px;
    padding: 0;
    outline: none;
    border: none;
    background: transparent;
}

.right-fixed button img {
    width: 100%;
}

/* 모바일에서만 노출 */
@media (max-width: 992px) {
    .right-fixed {
        position: fixed !important;
        display: flex !important;
        right:24px;
    }
}

/* 모바일 right icon */
@media (max-width: 600px) {
    .right-fixed {
        right: 30px
    }

    .right-fixed button{
        width: 40px;
        height: 40px;
    }
}

/* 모바일 right icon */
@media (max-width: 500px) {
    .right-fixed {
        right: 24px
    }

    .right-fixed button{
        width: 34px;
        height: 34px;
    }
}

/* 모바일 right icon */
@media (max-width: 400px) {
    .right-fixed {
        right: 16px
    }

    .right-fixed button{
        width: 28px;
        height: 28px;
    }
}

/********************** Modal Style **********************/
.modal-open {
  overflow: hidden;
}

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
  background: transparent;
  max-width: unset;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none;
}

.modal.fade .modal-dialog {
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}

@media (prefers-reduced-motion: reduce) {
  .modal.fade .modal-dialog {
    transition: none;
  }
}

.modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}

.modal.modal-static .modal-dialog {
  -webkit-transform: scale(1.02);
  transform: scale(1.02);
}

.modal-dialog-scrollable {
  display: -ms-flexbox;
  display: flex;
  max-height: calc(100% - 1rem);
}

.modal-dialog-scrollable .modal-content {
  max-height: calc(100vh - 1rem);
  overflow: hidden;
}

.modal-dialog-scrollable .modal-header,
.modal-dialog-scrollable .modal-footer {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.modal-dialog-scrollable .modal-body {
  overflow-y: auto;
}

.modal-dialog-centered {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - 1rem);
}

.modal-dialog-centered::before {
  display: block;
  height: calc(100vh - 1rem);
  height: -webkit-min-content;
  height: -moz-min-content;
  height: min-content;
  content: "";
}

.modal-dialog-centered.modal-dialog-scrollable {
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  justify-content: center;
  height: 100%;
}

.modal-dialog-centered.modal-dialog-scrollable .modal-content {
  max-height: none;
}

.modal-dialog-centered.modal-dialog-scrollable::before {
  content: none;
}

.modal-content {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
  box-shadow: 0 0.25rem 0.5rem rgba(0, 0, 0, 0.5);
  outline: 0;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}

.modal-backdrop.fade {
  opacity: 0;
}

.modal-backdrop.show {
  opacity: 0.5;
}

.modal-header {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: 1px solid #e9ecef;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
}

.modal-header .close, .modal-header .mailbox-attachment-close {
  padding: 1rem;
  margin: -1rem -1rem -1rem auto;
}

.modal-title {
  margin-bottom: 0;
  line-height: 1.5;
}

.modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
}

.modal-footer {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding: 1.5rem;
  border-top: 1px solid #e9ecef;
  border-bottom-right-radius: calc(0.3rem - 1px);
  border-bottom-left-radius: calc(0.3rem - 1px);
}

.modal-footer > * {
  margin: 0.25rem;
}

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .modal-dialog-scrollable {
    max-height: calc(100% - 3.5rem);
  }
  .modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 3.5rem);
  }
  .modal-dialog-centered {
    min-height: calc(100% - 3.5rem);
  }
  .modal-dialog-centered::before {
    height: calc(100vh - 3.5rem);
    height: -webkit-min-content;
    height: -moz-min-content;
    height: min-content;
  }
  .modal-content {
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.5);
  }
  .modal-sm {
    max-width: 300px;
  }
}

@media (min-width: 992px) {
  .modal-lg,
  .modal-xl {
    max-width: 800px;
  }
}

@media (min-width: 1200px) {
  .modal-xl {
    max-width: 1140px;
  }

  .sub_menu li {
    width: 20%;
  }
}


.modal-dialog .overlay {
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  margin: -1px;
  z-index: 1052;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.7);
  color: #666f76;
  border-radius: 0.3rem;
}

.modal-content.bg-warning .modal-header,
.modal-content.bg-warning .modal-footer {
  border-color: #343a40;
}

.modal-content.bg-primary .close, .modal-content.bg-primary .mailbox-attachment-close, .modal-content.bg-secondary .close, .modal-content.bg-secondary .mailbox-attachment-close, .modal-content.bg-info .close, .modal-content.bg-info .mailbox-attachment-close, .modal-content.bg-danger .close, .modal-content.bg-danger .mailbox-attachment-close, .modal-content.bg-success .close, .modal-content.bg-success .mailbox-attachment-close {
  color: #fff;
  text-shadow: 0 1px 0 #000;
}

.dark-mode .modal-header,
.dark-mode .modal-footer {
  border-color: #6c757d;
}

.dark-mode .modal-content {
  background-color: #343a40;
}

.dark-mode .modal-content.bg-warning .modal-header,
.dark-mode .modal-content.bg-warning .modal-footer {
  border-color: #6c757d;
}

.dark-mode .modal-content.bg-warning .close, .dark-mode .modal-content.bg-warning .mailbox-attachment-close {
  color: #343a40 !important;
  text-shadow: 0 1px 0 #495057 !important;
}

.dark-mode .modal-content.bg-primary .modal-header,
.dark-mode .modal-content.bg-primary .modal-footer, .dark-mode .modal-content.bg-secondary .modal-header,
.dark-mode .modal-content.bg-secondary .modal-footer, .dark-mode .modal-content.bg-info .modal-header,
.dark-mode .modal-content.bg-info .modal-footer, .dark-mode .modal-content.bg-danger .modal-header,
.dark-mode .modal-content.bg-danger .modal-footer, .dark-mode .modal-content.bg-success .modal-header,
.dark-mode .modal-content.bg-success .modal-footer {
  border-color: #fff;
}



.write-modal .modal-header {
    border-bottom: 0;
    padding: 12px;
}

.write-modal .modal-title {
    font-size: 16px;
}

.write-modal .modal-header .btn-close {
    height: 20px;
    width: 20px;
}

.write-modal .modal_body_area {
    border-top: 1px solid #898989;
    /* padding: 16px 0 0 0; */
}

.write-modal .modal-body {
    padding: 0 12px;
}

.write-modal .write-modal-title {
    color: #444444;
    font-size: 16px;
    font-weight: 700;
    line-height: 2;
    padding: 12px 0 0 0;
    text-align: center;
}

.write-modal h6 {
    color: #444444;
    font-size: 14px;
    margin: 0 0 12px 0;
    text-align: center;
}

.write-modal .star {
    font-size: 20px;
    justify-content: center;
}

.write-modal .input_area {
    margin: 20px 0 0 0;
}

.write-modal .input_group {
    border-bottom: 1px solid #000;
    display: flex;
    margin: 12px 0;
}

.write-modal .input_group label {
    border-bottom: 0;
    width: 75%;
}

.write-modal .input_group input {
    margin: 0 0 0 8px;
}

.w_17 {
    width: 17% !important;
}

.write-modal textarea {
    border: 1px solid #444;
    border-radius: 8px;
    margin: 12px 0;
    width: 100%;
}

.caution h4 {
    font-size: 14px;
    margin: 0 0 8px 0;
}

.caution h4::before {
    background: url(../img/icon/i_exclamation-circle.svg);
    background-size: cover;
    content: '';
    display: inline-block;
    height: 12px;
    margin: 0 4px 0 0;
    width: 12px;
}

.caution ul li {
    font-size: 12px;
}

.write-modal .modal-footer {
    border-top: 0;
    justify-content: center;
}


button.btn-skyblue {
    background: #55acfd;
    color:#ffffff;
    border: 0;    
}

button.btn-skyblue:hover {
    background: #348cde;
    color:#ffffff;
    border: 0;    
}


@media (min-width: 1300px) {
    .write-modal .modal-dialog {
        max-width: 1200px;
    }

    .write-modal .modal-header {
        padding: 20px;
    }

    .write-modal .modal-title {
        font-size: 20px;
    }

    .write-modal .modal-body {
        margin: 0 40px;
    }

    .write-modal .modal_body_area {
        border: 0;
        max-width: 600px;
        margin: 0 auto;
    }

    .write-modal p {
        border: 0;
        font-size: 20px;
    }

    .write-modal h6 {
        font-size: 16px;
    }

    .write-modal .star {
        font-size: 24px;
    }
}

.view-modal .modal-body { 
    width: calc(100% - 24px);
    margin: 0 12px 20px 12px;
    /* padding: 1rem; */
}

.write-modal .modal_review {
    border-bottom: 1px solid #898989;
    padding: 12px 0;
}

.write-modal h5 {
    font-size: 15px;
    margin: 0 0 8px;
}

.write-modal .data {
    display: flex;
}

.write-modal .data>li {
    font-size: 14px;
    margin: 0 20px 0 0;
}

.write-modal .data .star {
    font-size: 14px;
}

.modal_review_text {
    margin: 12px 0;
}

.modal_review_text p {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    padding: 0;
    text-align: left;
}

@media (min-width: 1300px) {
    .view-modal .modal-body {
        width: calc(100% - 80px);
        margin: 0 40px 40px 40px;
    }

    .write-modal .modal_review {
        padding: 20px 0;
    }

    .write-modal h5 {
        font-size: 18px;
    }

    .write-modal .data>li {
        font-size: 16px;
    }
    
    .write-modal .data .star {
        font-size: 16px;
    }

    .modal_review_text {
        margin: 20px 0;
    }

    .modal_review_text p {
        font-size: 16px;
    }
}



.w100per {width:100% !important;}
.w90per {width:90% !important;}
.w80per {width:80% !important;}
.w70per {width:70% !important;}
.w60per {width:60% !important;}
.w50per {width:50% !important;}
.w40per {width:40% !important;}
.w30per {width:30% !important;}
.w20per {width:20% !important;}
.w50per {width:50% !important;}




/* **************************************** *
 * LNB (Left Menu)
 * **************************************** */

#lnb {
  z-index: 1;

  display: none;
  height: 100vh;

  position: fixed;
  left: 50px;
  top: 0px;
}

#lnb .lnb_menu_01 {
  animation: fadeInRight 2s;
  position: absolute;
  top: 17vh;
}

#lnb .lnb_menu_01 ul {
  width: 100px;
}

#lnb .lnb_menu_01 ul li {
  align-items: center;
  display: flex;
  margin: 0 0 8px 0;
}

#lnb .lnb_menu_01 ul li:last-child {
  margin: 0;
}

#lnb .lnb_menu_01 ul li a {
  color: #000;
  font-size: 16px;
}

#lnb .lnb_menu_02 {
  animation: fadeInRight 2s;
  position: absolute;
  transition-delay: 2s;
  bottom: 32vh;
}

#lnb .lnb_menu_02 ul {
  width: 100px;
}

#lnb .lnb_menu_02 ul li {
  align-items: center;
  display: flex;
  margin: 0 0 8px 0;
}

#lnb .lnb_menu_02 ul li:last-child {
  margin: 0;
}

#lnb .lnb_menu_02 ul li.active::before {
  background: #fff;
}

#lnb .lnb_menu_02 ul li a {
  color: #000;
  font-size: 16px;
  transition: 2s;
}

#lnb .lnb_menu_01 ul li a.all-ppt {
  font-weight: bold;
}

#lnb .lnb_menu_02 ul li.active a {
  color: #fff;
}


@media (max-width: 992px) {
  #lnb {
    display: none !important;
  }
}

@media (min-width: 992px) {
  #lnb {
    display: block;
  }
}

@media (min-width: 1800px) {
  #lnb {
    width: 150px;
    left: 50px;
  }
}


/* @media (min-width: 3000px) {
  #lnb {
    width: 300px;
    left: 50px;
  }

  #lnb .lnb_menu_01 ul,
  #lnb .lnb_menu_02 ul{
    width: 100%;
  }

    #lnb .lnb_menu_01 ul li a,
    #lnb .lnb_menu_02 ul li a {
        color: #000;
        font-size: 32px;
    }
} */

@media (max-width: 990px) {
    .mo section {
        overflow-x: hidden;
    }
    
}

/* 모달 Title */
#modal-alert .modal-title,
#modal-review-view .modal-title,
#modal-portfolio-view .modal-title,
#modal-review-write .modal-title,
#modal-notice-view .modal-title,
#modal-qna-write .modal-title
{
    font-family: 'GmarketSans';
    font-weight: 700;
    font-size: 30px;
    margin-right: 8px;
    line-height: 100%;
    letter-spacing: -2px;
}

#modal-portfolio-view .modal-body,
#modal-review-write .modal-body,
#modal-review-write.write-modal .modal_body_area, 
#modal-review-view .modal-body,
#modal-notice-view .modal-body,
#modal-qna-write .modal-body  {
    border-top: unset;
    border-bottom: unset;
}

.write-modal .modal_body_area {
  border-top: unset;
}

#modal-alert .modal-body {
    text-align: center;
    padding: 24px;
}

/* 공통 버튼 스타일 */
.modal .btn.btn-skyblue, #modal-alert-agree {
font-family: 'SUIT', sans-serif;
font-size: 14px;
color: #fefefe;

border: none;
box-shadow: none;
height: 35px;
width: 200px;
padding: 0 1.5rem;
display: flex;
align-items: center;
justify-content: center;
background: #000;
}



    

@media (max-width: 990px) {
    #modal-alert .modal-title,
    #modal-review-view .modal-title,
    #modal-portfolio-view .modal-title,
    #modal-review-write .modal-title,
    #modal-notice-view .modal-title,
    #modal-qna-write .modal-title{
        font-size: 20px;
    }
    
    
    .view-modal .modal-body{
        padding: 0px;
    }
    
    #modal-alert .modal-body {
        padding: 12px;
    }

    #modal-portfolio-view .modal-body .modal_review_text > div > img {
        width: 60% !important;
    }
}

.open-policy-privacy {
    cursor: pointer;
    font-weight: 600;
    color: #a3a3a3;
}

/* 제목 스타일 */

#modal-policy-privacy .modal-body{
    max-height: 70vh;
    overflow-y: auto;
}

#modal-policy-privacy .modal-body h1, 
#modal-policy-privacy .modal-body h2 {
    color: #333;
}

#modal-policy-privacy .modal-body h1 {
    font-size: 2em;
    margin-bottom: 20px;
    border-bottom: 2px solid #ddd;
    padding-bottom: 10px;
}

#modal-policy-privacy .modal-body h2 {
    font-size: 1.2em;
    margin-top: 20px;
    margin-bottom: 10px;
    color: #444;
}

/* 본문 텍스트 스타일 */
#modal-policy-privacy .modal-body p {
    margin-bottom: 16px;
    color: #555;

    font-size: 1em;
}

#modal-policy-privacy .modal-body p:first-child {
    margin-bottom: 20px;
    margin-top: 8px;
}

/* 목록 스타일 */
#modal-policy-privacy .modal-body ul {
    list-style: disc inside;
    margin-left: 20px;
    margin-bottom: 20px;
}

#modal-policy-privacy .modal-body ul ul {
    margin-left: 10px;
    margin-bottom: 10px;
}

#modal-policy-privacy .modal-body li {
    margin-bottom: 5px;
}

/* 링크 스타일 */
#modal-policy-privacy .modal-body a {
    color: #1a73e8;
    text-decoration: none;
}

#modal-policy-privacy .modal-body a:hover {
    text-decoration: underline;
}

/* 에러 메시지 스타일 */
#modal-policy-privacy .modal-body .error {
    color: red;
    font-weight: bold;
    margin-top: 10px;
}


#modal-portfolio-view .modal-body {
    max-height: 65vh;
    overflow-y: auto;
    

}

@media (max-width: 992px) {
    #modal-policy-privacy .modal-body p {
        font-size: 0.8em;
    }

    #modal-policy-privacy .modal-body h2{
        font-size: 1em;
    }

    #modal-policy-privacy .modal-body ul ul {
        margin: 4px;
    }

    #modal-policy-privacy .modal-body ul li {
        font-size: 0.8em;
    }

    .write-modal .input_area {
        margin-top: 8px;
    }

    .write-modal .modal-footer{
        padding-bottom: 20px;
    }

    .modal-content {
        width: 90%;
        height: 90%;
        margin: 0 auto;
    }
}


