@charset "UTF-8";

.hide {display:none;}
.show {display:block;}
* {
	box-sizing:border-box;
	/*line-height:1;*/
}
body {
	min-width:1200px;
}
#header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    z-index: 5;
    top: 0;
	left:0;
    transition:all .3s;
	height:166px;
	position:fixed;
}
/*header.minimized {
    height: 100px;
	top:0;
}
header.minimized .gnb {
    height: 100px;
 
}
header.minimized .logo a img {
	transition:all .3s;
	max-width:220px;
}
header.minimized nav#gnb .pc > ul > li > a {
	height:100px;
	line-height:100px;
	font-size:30px;
	transition:all .3s;
}
header.minimized nav#gnb .pc > ul > li .gnb-2dep {
	top:100px;
}
header.minimized #gnbBg {
	top:100px;
}
*/


#header.white {
    background: white;
    border: 1px solid #dddddd;
}
#header.white .gnb .hamburger .hamburger__btn .hamburger__bar {
    background: #000;
}
#header.white .gnb .gnb__depth1 > li > a {
    color: var(--color-bk);
}
#header.gray {
    background: rgba(0, 0, 0, 0.5);
}

#header .logo a img {
	transition:all .3s;
}
#header_content {
	width:1200px;
	margin:0 auto;
	height:100%;
	position:relative;
}
.head_top {
	position:relative;
	height:110px;
	z-index:1;
}
.head_top:after {
	content:'';
	position:absolute;
	left:-100%;
	top:0;
	background:#fff;
	width:200vw;
	height:100%;
	z-index:-1;
}
.head_top .logo {
	position:absolute;
	left:50%;
	top:50%;
	transform:translate(0,-50%);
	margin-left:-166px;
}
.head_top .homemenu {
	display:flex;
	justify-content:flex-end;
}
.head_top .homemenu ul {
	display:flex;
	justify-content:flex-end;
	align-items:center;
	padding:25px 13px 0 0;
}
.head_top .homemenu ul li {
	margin:0 0 0 9px;
}
.head_top .homemenu ul li:first-child {margin:0;}
.head_top .homemenu ul li a {
	font-size:13px;
	font-weight:400;
	color:#fff;
	background:#1d2088;
	height:23px;
	line-height:2;
	width:83px;
	border-radius:25px;
	display:inline-block;
	text-align:center;
}

/* gnb */
nav#gnb{width:100%; z-index:100;}
nav#gnb .pc {
	position:absolute;
	width:100%; top:110px; left:0;
	box-sizing:border-box;
	text-align:center;
}
nav#gnb .pc > ul {
	width:100%; 
	display:flex; 
	justify-content:space-between;
	position:relative;
}
nav#gnb .pc > ul:after {
	content:'';
	position:absolute;
	left:-100%;
	top:0;
	background:#fff;
	width:200vw;
	height:100%;
	z-index:-1;
	background:rgb(3 0 76 / 35%);
}
nav#gnb .pc > ul > li {display:inline-block; position:relative; width:200px; height:56px;}


/*nav#gnb .pc > ul > li.gnb1 .gnb-2dep {left:-65px;}
nav#gnb .pc > ul > li.gnb2 .gnb-2dep {left:-30px;}
nav#gnb .pc > ul > li.gnb3 .gnb-2dep {left:-25px;}
nav#gnb .pc > ul > li.gnb4 .gnb-2dep {left:-30px;}
nav#gnb .pc > ul > li.gnb5 .gnb-2dep {left:-55px;}*/

nav#gnb .pc > ul > li > a {
	display:block;
	font-size:23px; 
	height:100%;
	line-height:56px;
	font-weight:600; 
	color:#fff;
	position:relative;
	transition:all .3s;
}
nav#gnb .pc > ul > li > a:hover,
nav#gnb .pc > ul > li.active > a {color:#d7f7e0;}

nav#gnb .pc > ul > li .gnb-2dep {
	display:none; 
	position:absolute; 
	top:56px; 
	padding:17px 0 0;
	z-index:999;
	height:328px;
	width:100%;
}
nav#gnb .pc > ul > li:last-child .gnb-2dep {border-right:none;}
nav#gnb .pc > ul > li .gnb-2dep li {text-align:center; width:100%;}
nav#gnb .pc > ul > li .gnb-2dep li:first-child {margin:0;}
nav#gnb .pc > ul > li .gnb-2dep li a {
	color:#fff; 
	display:block;
	width:100%;
	font-size:20px; 
	font-weight:100; 
	line-height:1;
	transition:all .3s;
	-webkit-transition:all .3s;
	-moz-transition:all .3s;
	-o-transition:all .3s;
	-ms-transition:all .3s;
	text-align:center;
	line-height:46px;

}
nav#gnb .pc > ul > li .gnb-2dep li a:hover, nav#gnb > ul > li .gnb-2dep li a:focus {color:#7ecef4; font-weight:600;}


#gnbBg_wrap {width:100%;}
#gnbBg {
	border-top:1px solid #303056;
	position:absolute; left:50%; top:56px; width:100vw; height:auto; padding:0; z-index:999; 
	background:rgb(16 9 42 / 62%); display:none; 
	transform:translate(-50%,0);
}
/*header .gnb {
    width: 100%;
    max-width: 1477px;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
header .gnb h1.logo {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
header .gnb h1.logo img {
    width: 100%;
    max-width: 214px;
    min-width: 150px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
header .gnb .gnb__depth1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
}
header .gnb .gnb__depth1 > li {
    height: 100%;
    position: relative;
	padding:0 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
header .gnb .gnb__depth1 > li:last-child > a {
    padding-right: 0;
}
header .gnb .gnb__depth1 > li.active > a:after {
    width: 100%;
    left: 0;
}
header .gnb .gnb__depth1 > li > a {
   font-size:20px;
   font-weight:500;
    color: #fff;
    display: inline-block;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    white-space: nowrap;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    position: relative;
}
header .gnb .gnb__depth1 > li > a:after {
    content: "";
    position: absolute;
    width: 0px;
    height: 2px;
    left: 50%;
    bottom: -10px;
    background-color: white;
    -webkit-transition: all ease-in-out 0.2s;
    transition: all ease-in-out 0.2s;
}
header .gnb .gnb__depth2 {
    background: white;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: none;
    position: absolute;
    top: 100%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 100%;
    min-width: 200px;
    padding: 30px 0 40px;
    -webkit-box-shadow: rgba(172, 136, 68, 0.2) 0px 2px 10px;
    box-shadow: rgba(172, 136, 68, 0.2) 0px 2px 10px;
}
header .gnb .gnb__depth2 li {
    margin-bottom: 20px;
    padding: 0 35px;
}
header .gnb .gnb__depth2 li:last-child {
    margin-bottom: 0;
}
header .gnb .gnb__depth2 li a {
    display: inline-block;
	font-size:17px;
	font-weight:400;
    white-space: nowrap;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
header .gnb .gnb__depth2 li a:hover {
    color: #777777;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}*/
#header .hamburger {
    display: none;
    position: absolute;
    border-radius: 2px;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 3rem;
    height: 3rem;
    z-index: 100;
}
#header .hamburger .hamburger__btn {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 3rem;
    cursor: pointer;
}
#header .hamburger .hamburger__btn .hamburger__bar {
    display: block;
    width: 100%;
    -webkit-box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.3);
    box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.3);
    border-radius: 3px;
    height: 0.3rem;
    background: #000;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    position: relative;
}
#header .hamburger .hamburger__btn span + span {
    margin-top: 0.7rem;
}
#header .hamburger .hamburger__btn.active .hamburger__bar {
	background:#fefefe;
}
#header .hamburger .hamburger__btn.active span:nth-child(1) {
    -webkit-animation: ease 0.7s top forwards;
    animation: ease 0.7s top forwards;
}
#header .hamburger .hamburger__btn.inactive span:nth-child(1) {
    -webkit-animation: ease 0.7s top-2 forwards;
    animation: ease 0.7s top-2 forwards;
}
#header .hamburger .hamburger__btn.active span:nth-child(2) {
    -webkit-animation: ease 0.7s scaled forwards;
    animation: ease 0.7s scaled forwards;
}
#header .hamburger .hamburger__btn.inactive span:nth-child(2) {
    -webkit-animation: ease 0.7s scaled-2 forwards;
    animation: ease 0.7s scaled-2 forwards;
}
#header .hamburger .hamburger__btn.active span:nth-child(3) {
    -webkit-animation: ease 0.7s bottom forwards;
    animation: ease 0.7s bottom forwards;
}
#header .hamburger .hamburger__btn.inactive span:nth-child(3) {
    -webkit-animation: ease 0.7s bottom-2 forwards;
    animation: ease 0.7s bottom-2 forwards;
}
#header .nav {
    width: 100%;
    max-width: 500px;
    height: 100%;
    background: #1a90cd;
    position: fixed;
    top: 0;
    right: -100%;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    -webkit-transition-timing-function: cubic-bezier(10, 2, 3, 1);
    transition-timing-function: cubic-bezier(10, 2, 3, 1);
    overflow-y: auto;
	/*display:none;*/
}
#header .nav.on {
    right: 0;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    -webkit-transition-timing-function: cubic-bezier(10, 2, 3, 1);
    transition-timing-function: cubic-bezier(10, 2, 3, 1);
	border-top:1px solid #ddd;
}
#header .nav a {
    color:#000;
}
#header .nav .nav__depth1 {
    padding: 120px 0;
}
#header .nav .nav__depth1 > li {
    width: 100%;
    cursor: pointer;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
#header .nav .nav__depth1 > li:last-child {
    background: none;
    cursor: auto;
}
#header .nav .nav__depth1 > li.open span > a > img {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    -webkit-transition: 0.3s;
    transition: 0.3s;
}
#header .nav .nav__depth1 > li span {
    width: 100%;
    display: inline-block;
    padding: 0 40px;
}
#header .nav .nav__depth1 > li span > a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: var(--font-xlarge);
    font-weight: var(--weight-regular);
    width: 100%;
    padding: 20px 0;
    border-bottom: 1px solid #fefefe;
}
#header .nav .nav__depth1 > li span > a img {
    width: 24px;
    height: 24px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}
#header .nav .nav__depth2 {
    background: #107bb2;
    width: 100%;
    left: 0;
    display: none;
    padding: 30px 0;
}
#header .nav .nav__depth2 li {
    margin-bottom: 20px;
    padding: 0 40px;
}
#header .nav .nav__depth2 li:last-child {
    margin-bottom: 0;
}
#header .nav .nav__depth2 li a {
    font-size: var(--font-medium);
    font-weight: var(--weight-light);
}

@-webkit-keyframes top {
    0% {
        top: 0;
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
    50% {
        top: 2vw;
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
    100% {
        top: 2vw;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
    }
}

@keyframes top {
    0% {
        top: 0;
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
    50% {
        top: 2vw;
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
    100% {
        top: 4vw;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
    }
}
@-webkit-keyframes top-2 {
    0% {
        top: 2vw;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
    }
    50% {
        top: 2vw;
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        top: 0;
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
}
@keyframes top-2 {
    0% {
        top: 2vw;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
    }
    50% {
        top: 2vw;
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        top: 0;
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
}
@-webkit-keyframes bottom {
    0% {
        bottom: 0;
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
    50% {
        bottom: 2vw;
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
    100% {
        bottom: 2vw;
        -webkit-transform: rotate(135deg);
        transform: rotate(135deg);
    }
}
@keyframes bottom {
    0% {
        bottom: 0;
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
    50% {
        bottom: 2vw;
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
    100% {
        bottom: 2vw;
        -webkit-transform: rotate(135deg);
        transform: rotate(135deg);
    }
}
@-webkit-keyframes bottom-2 {
    0% {
        bottom: 2vw;
        -webkit-transform: rotate(135deg);
        transform: rotate(135deg);
    }
    50% {
        bottom: 2vw;
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
    100% {
        bottom: 0;
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
}
@keyframes bottom-2 {
    0% {
        bottom: 2vw;
        -webkit-transform: rotate(135deg);
        transform: rotate(135deg);
    }
    50% {
        bottom: 2vw;
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
    100% {
        bottom: 0;
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
}
@-webkit-keyframes scaled {
    50% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }
    100% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }
}
@keyframes scaled {
    50% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }
    100% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }
}
@-webkit-keyframes scaled-2 {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }
    50% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}
@keyframes scaled-2 {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }
    50% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

#header .right {
	display:flex;
	align-items:center;
}


/************************** Button ***************************/
.btn {
	border-radius: 100px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	cursor: pointer;
}
.btn--rectangle {
	border-radius: unset;
}
.btn--fill-primary {
	width: 100%;
	color: white;
	background: #000;
	position: relative;
	max-width: 220px;
}
.btn--fill-primary .button__bg,
.btn--fill-secondary .button__bg,
.btn--border-white .button__bg {
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	position: absolute;
	width: calc(100% + 2px);
	height: calc(100% + 2px);
	background: #000;
	border-radius: 100px;
	overflow: hidden;
	transition: transform 0.4s cubic-bezier(0.1, 0, 0.3, 1);
}
.btn--fill-secondary .button__bg {
	background: #d8d8d8;
}
.btn--border-white .button__bg {
	background: transparent;
}
.btn--fill-primary:hover .button__bg,
.btn--fill-secondary:hover .button__bg {
	transform: translate(-50%, -50%) scale3d(1.2, 1.2, 1);
}
.btn--fill-primary .button__bg::before,
.btn--fill-primary .button__bg::after,
.btn--fill-secondary .button__bg::before,
.btn--fill-secondary .button__bg::after,
.btn--border-white .button__bg::before,
.btn--border-white .button__bg::after {
	content: "";
	position: absolute;
	background: #1a90cd;
}
.btn--fill-primary .button__bg::before,
.btn--fill-secondary .button__bg::before,
.btn--border-white .button__bg::before {
	width: 110%;
	height: 0;
	padding-bottom: 110%;
	top: 50%;
	left: 50%;
	border-radius: 50%;
	transform: translate3d(-50%, -50%, 0) scale3d(0, 0, 1);
}
.btn--fill-primary:hover .button__bg::before,
.btn--fill-secondary:hover .button__bg::before,
.btn--border-white:hover .button__bg::before {
	transition: transform 0.4s cubic-bezier(0.1, 0, 0.3, 1);
	transform: translate3d(-50%, -50%, 0) scale3d(1, 1, 1);
}
.btn--fill-primary .button__bg::after,
.btn--fill-secondary .button__bg::after,
.btn--border-white .button__bg::after {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	transition: opacity 0.3s;
}
.btn--fill-primary:hover .button__bg::after,
.btn--fill-secondary:hover .button__bg::after,
.btn--border-white:hover .button__bg::after {
	opacity: 1;
	transition-duration: 0.01s;
	transition-delay: 0.3s;
}

.btn--fill-primary .btn,
.btn--fill-secondary .btn,
.btn--border-white .btn {
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	color: white;
	/*  mix-blend-mode: difference;*/
}
.btn--fill-secondary {
	border: none;
	color: #000;
	background: #d8d8d8;
	position: relative;
	width: 100%;
	max-width: 220px;
}
.btn--border-white {
	border: 1px solid white;
	color: white;
	background: transparent;
	position: relative;
}
.btn--border-black {
	border: 1px solid #000000;
	color: #000;
	background: white;
}
.btn--border__icon {
	margin-right: 20px;
	width: 17px;
	height: auto;
}
.btn--s {
	padding: 4px 10px;
	font-weight: var(--weight-medium);
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	max-width: 230px;
	height: auto;
	min-height: 50px;
}
.btn--m {
	padding: 15px 40px;
	font-size: var(--font-medium);
	height: 54px;
}

.btn__icon {
	margin-left: 10px;
}
.btn__icon--s {
	font-size: 20px;
}
.btn__icon--m {
	font-size: 30px;
}
.btn__icon-white {
	color: white;
}

.btn-search {
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 50px;
	height: 50px;
	border: none;
	background: white;
}
.btn-search img {
	width: 24px;
	height: 24px;
}
.btn-download > span {
	width: 30px;
	height: 30px;
	display: flex;
	justify-content: center;
	align-items: center;
	border: 1px solid var(--color-bd);
	background: var(--color-bg);
}
.btn-download > span img {
	width: 18px;
	height: auto;
}
.page-tab {
	display: flex;
	align-items: center;
	justify-content: space;
	box-shadow: rgba(0, 0, 0, 0.08) 2px 2px 20px 5px;
	-webkit-box-shadow: rgba(0, 0, 0, 0.08) 2px 2px 20px 5px;
	-moz-box-shadow: rgba(0, 0, 0, 0.08) 2px 2px 20px 5px;
	-o-box-shadow: rgba(0, 0, 0, 0.08) 2px 2px 20px 5px;
	border-radius: 30px;
	background: transparent;
	margin-bottom: 13rem;
}
.page-tab .tab-btn {
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: var(--font-large);
	background: white;
	padding: 10px 20px;
	width: 100%;
	max-width: 240px;
	height: 67px;
	border-right: 1px solid #e6e6e6;
	background: white;
	color: #000;
	font-weight: var(--weight-medium);
	white-space: nowrap;
}
.page-tab .tab-btn:first-child {
	border-radius: 30px 0 0 30px;
}
.page-tab .tab-btn:last-child {
	border-radius: 0 30px 30px 0;
}
.page-tab .tab-btn--active {
	background: #000;
	color: white;
	font-weight: var(--weight-bold);
}
/************************** Form ***************************/
.write-box {
	height: 48px !important;
	width: 100%;
	background: var(--color-bg);
	box-shadow: inset 2px 2px 4px rgba(0, 0, 0, 0.05);
	-webkit-box-shadow: inset 2px 2px 4px rgba(0, 0, 0, 0.05);
	-moz-box-shadow: inset 2px 2px 4px rgba(0, 0, 0, 0.05);
	-o-box-shadow: inset 2px 2px 4px rgba(0, 0, 0, 0.05);
	border: none;
	padding: 0 1rem;
	border-radius: 2px;
}

/*라디오 - 기본 */
.radio-wrap {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -1rem -1rem 0;
}
.radio {
	margin: 1rem 1rem 1rem 0;
	padding-right: 20px;
}
.radio label {
	position: relative;
	cursor: pointer;
	width: 100%;
	display: flex;
	align-items: center;
}
.radio input[type="radio"],
.radio-box input[type="radio"] {
	display: none;
}
.radio input[type="radio"] + label p {
	display: flex;
	align-items: center;
	justify-content: center;
	line-height: 1.5;
}
.radio input[type="radio"] + label p span {
	position: relative;
	display: inline-block;
	width: 20px;
	height: 20px;
	border: 1px solid #a3a3a3;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-o-border-radius: 50%;
	margin-right: 1rem;
}
.radio input[type="radio"]:checked + label p {
	color: #0c9ce5;
	font-weight: var(--weight-bold);
}
.radio input[type="radio"]:checked + label p span:before {
	content: "";
	display: block;
	position: absolute;
	width: 20px;
	height: 20px;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	background: #0c9ce5;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-o-border-radius: 50%;
}
.radio input[type="radio"]:checked + label p span:after {
	content: "";
	display: block;
	position: absolute;
	width: 8px;
	height: 8px;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	background: #fff;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-o-border-radius: 50%;
}
/*라디오 - 박스 */
.radio--box {
	padding-right: 0;
	margin-top: 0;
}
.radio--box label {
	padding-left: 3rem;
}
.radio--box input[type="radio"] + label {
	/*  border: 1px solid #0c9ce5;*/
	height: auto;
	min-height: 48px;
	z-index: 1;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 1rem 1.4rem;
	border: 1px solid var(--color-bd);
}
.radio--box input[type="radio"]:checked + label {
	border: 1px solid #0c9ce5;
}
input[type="file"] {
	display: none;
}
.file-upload {
	display: flex;
	align-items: center;
	margin-top: 10px;
}
.btn-inside {
	background: white;
	padding: 1.5rem;
	border-radius: 30px;
	border: 1px solid #777777;
	color: #777777;
	font-size: var(--font-small);
	font-weight: var(--weight-medium);
	height: 28px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-right: 2rem;
	cursor: pointer;
	white-space: nowrap;
}
.file-upload input[type="text"] {
	background: transparent;
	border: none;
	box-shadow: none;
}

/************************** 슬라이드 버튼 ***************************/
.swiper-button-disabled img {
	opacity: 0.3;
}

.btn-slide-circle-prev,
.btn-slide-circle-next {
	width: 4rem;
	height: 4rem;
	background: white;
	border-radius: 50%;
	border: 0.1rem solid #dddddd;
	position: absolute;
	z-index: 10;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.btn-slide-circle-prev img,
.btn-slide-circle-next img {
	width: 1.2rem;
	height: 2.2rem;
}



/************************** #footer ***************************/
#footer {
   background:#404040;
   height:143px;
   color:#fff;
	
}
#footer_content {
	width:1200px;
	margin:0 auto;
	display:flex;
	flex-direction:column;
	height:100%;
	align-items:center;
	justify-content:center;
	font-size:15px;
	font-weight:100;
	line-height:23px;
	text-align:center;
}
#footer_content ul {
	display:flex;
	align-items:center;
	justify-content:center;
}
#footer_content ul li:first-child {margin:0; padding:0;}
#footer_content ul li:first-child:after {
	display:none;
}
#footer_content ul li {
	padding:0 0 0 15px;
	margin:0 0 0 15px;
	position:relative;
}
#footer_content ul li:after {
	content:'';
	position:absolute;
	left:0;
	top:50%;
	width:1px;
	height:15px;
	background:#fff;
	transform:translate(0,-50%);
}


.scroll-top {
  width: 70px;
  height: 70px;
  line-height: 8.5rem;
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 999;
  font-weight: 600;
  color: #fff;
  cursor: pointer;
  text-align: center;
  display: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #5f52a0;
  border-radius: 50%;
  -webkit-box-shadow: 0 2px 15px rgba(0, 0, 0, 0.25);
          box-shadow: 0 2px 15px rgba(0, 0, 0, 0.25);
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}
.scroll-top[style*='display:block']{
    display: flex !important;
}
.scroll-top:focus, .scroll-top:hover {
  border-radius: 1rem;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}
.scroll-top .top {
  font-size: 3rem;
}
.scroll-top .top span {
  font-size: 0;
}

/************************** 태블릿 ***************************/
@media screen and (max-width: 768px) {
	body {
		min-width:320px;
	}
	#header {
        padding: 0 4vw;
		height:19.4vw;
		transition: all .3s;
		z-index:999;
    }
	#header_content {
		width:100%;
	}
	.head_top {
		height:100%;
	}
	.head_top:after {
		background:rgba(255,255,255,.7);
	}
	.head_top .homemenu.pc {
		display:none;
	}
	.head_top .logo {
		margin-left:0;
		left:0;
	}
	.head_top .logo img {
		max-width:50vw;
	}
	nav#gnb .pc  {
		display:none;
	}
	#header .gnb, 
	#header.minimized, 
	#header.minimized .gnb {
		position:fixed;
		top:0;
		left:0;
		background:#fff;
	}
	.homemenu.mobile {
		margin:0 0 2vw;
	}
	.homemenu.mobile ul {
		display:flex;
		align-items:center;
		justify-content:center;
		background:#fefefe;
	}
	.homemenu.mobile ul li:first-child {
		border-left:none;
	}
	.homemenu.mobile ul li {
		width:50%;
		border-left:1px solid #5c4a99;
	}
	.homemenu.mobile ul li a {
		display:block;
		text-align:center;
		padding:4vw 0;
		color:#5c4a99 !important;
		font-size:4vw;
	}
	#header .gnb .gnb__depth1 {
		display:none;
	}
    #header h1.logo img {
        max-width: 40vw;
    }
	#header .hamburger {
		display:block;
		width:9vw;
		height:9vw;
		z-index:900;
	}
	#header .hamburger .hamburger__btn {
		width:9vw;
	}
	#header .hamburger .hamburger__btn.active {
		margin-top:-0.7vw;
	}
	
	#header .hamburger .hamburger__btn .hamburger__bar {
		height:1vw;
	}
	#header .hamburger .hamburger__btn span + span {
		margin-top:2vw;
	}
	#header .nav {
		top:0;
		background:#8f82bc;
		z-index:100;
		height:100vh;
		padding:20vw 0 0;
	}
	#header .nav .nav__depth1 {
		padding:0;
	}
	#header .nav .nav__depth1 > li span {
		padding:0 7.8vw 0 5.6vw;
		position:relative;
	}
	#header .nav .nav__depth1 > li span > a {
		font-size:4.5vw;
		font-weight:500;
		padding:5vw 0 4vw;
		color:#fefefe;
		border:none;
	}
	#header .nav .nav__depth1 > li span:after {
		content:'';
		position:absolute;
		left:50%;
		width:90%;
		height:1px;
		background:rgba(254,254,254,.5);
		transform:translate(-50%,0);
	}
	#header .nav .nav__depth2 {
		background:#f7f7f7;
		padding:7vw 8.3vw;
	}
	#header .nav .nav__depth2 li {
		margin-bottom:0;
		padding:0;
	}
	#header .nav .nav__depth2 li a {
		font-size:4.2vw;
		font-weight:300;
		color:#181818;
		display:block;
		height:10vw;
		line-height:10vw;
	}
	/*#header .nav .nav__depth2 li a span {
		width:auto;
		padding:0; 
		margin-left:1vw;
	}*/

	/* footer */
	#footer {
		height:auto;
		padding:10vw 6vw 8vw;
	}
	#footer_content {
		width:100%;
		font-size:3.4vw;
		line-height:1.6;
		word-break:keep-all;
	}
	#footer_content ul {
		flex-wrap:wrap;
	}
	#footer_content ul li {
		padding:0;
		margin:0;
	}
	#footer_content ul li:after {
		display:none;
	}
	#footer_content p span {
		display:block;
	}
	

	
	.scroll-top {
		display:none !important;
	}
}

/************************** 모바일 ***************************/
@media screen and (max-width: 500px) {
    
    #header .gnb h1.logo img {
        min-width: 130px;
    }
    #header.minimized .gnb h1.logo img {
        max-width: 130px;
    }

}