@charset "UTF-8";

/* padding, margin */
.pt0 {
    padding-top: 0px;
}

.pt5 {
    padding-top: 5px;
}

/*기본설정*/
/* RESET */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h4,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    vertical-align: top;
    letter-spacing: -0.05em;
    word-break: keep-all;
    text-decoration: none;
    -webkit-tap-highlight-color: transparent;
    font-family: "GmarketSans", Dotum, "돋움", AppleGothicNeoSD, "Apple SD 산돌고딕 Neo", "굴림", arial, sans-serif;
    font-weight: 400;
    color: #000;
}

fieldset,
img,
textarea {
    border: 0;
    outline: 0;
}

img {
    max-width: 100%;
}

@font-face {
    font-family: "yg-jalnan";
    src: url("../../fonts/Jalnan.woff") format("woff");
    font-weight: normal;
    font-style: normal;
}


button,
input {
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    padding: 0;
    margin: 0;
    outline: none;
    border: 0;
}

button {
    cursor: pointer;
    border: none;
    margin: 0;
    padding: 0;
    background-color: rgba(255, 255, 255, 0);
    outline: none;
    font-family: "NG";
}

input,
button,
select {
    vertical-align: middle;
}

label {
    cursor: pointer;
}

html,
body {
    height: 100%;
}

html,
body {
    -webkit-text-size-adjust: none;
    -webkit-text-size-adjust: 100%;
    -ms-word-wrap: break-word;
    word-wrap: break-word;
    line-height: 1.3;
    font-size: 20px;
}

ol,
ul {
    list-style: none;
}

address,
em {
    font-style: normal;
}

h1,
h2,
h3,
h4,
h4,
h5,
h6 {
    font-weight: normal;
}

br {
    font-family: "Dotum";
}

iframe {
    overflow: hidden;
    border: 0;
    width: 79vw;
    max-width: 1280px;
    height: 79vh;
    max-height: 720px;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
}

caption,
legend {
    overflow: hidden;
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    border: 0;
    padding: 0;
    white-space: nowrap;
    -webkit-clip-path: inset(100%);
    clip-path: inset(100%);
    clip: rect(0 0 0 0);
}

* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

/* ---------------------- */
header {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 9;
    background-color: #fff;
    background-image: url("/result/images/header_bg2.png");
    background-size: auto;
    background-position: center;
    background-repeat: no-repeat;
    background-position: center bottom;
    width: 100%;
    text-align: center;
    padding-bottom: 20px;
}
@media screen and (min-width : 2490px) {
	header {
		background-size:100% auto;
	}
}
header h1 {
    padding: 70px 0 50px 0;
    font-family: "yg-jalnan", arial, sans-serif;
    font-size: 46px;
    color: #0050a3;
    text-shadow: 5px 5px 0 rgba(0, 0, 0, 0.1);
}

header .logo {
    position: absolute;
    right: 10px;
    top: 10px;
}

div.container {
    /* background-image: url(../images/body_bg.jpg); */
    text-align: center;
    background-size: cover;
    overflow: hidden;
}

div.container .cont {
    margin-top: 0;
    text-align: center;
    padding: 0 0 0 0;
    /* background-image: url(../images/bg/bg_watter.png); */
}

div .top_area {
    position: relative;
    padding: 273px 50px 100px 50px;
    background-size: 100% auto;
    background-position: center bottom;
    background-repeat: repeat-x;
    text-align: center;
    background-color: #147dc1;
    background-image: url(../images/bg/bg_watter.png);
    background-position: center;
    background-size: contain;
	z-index:8;
}

div .top_area:after {
	content:'';
    height: 69px;
    position: absolute;
    left: 0;
    top: 100%;
    width: 100%;
    background-image: url(../images/bg/bottom_bg2.png);
    background-position: center bottom;
}
@media screen and (min-width : 2490px) {
	div .top_area:after {
		background-size:100% auto;
	}
}
.people_img {
    position: absolute;
    top: -240px;
	border-radius:50%;
}
.people_img span {
	position:relative;
	display:block;
	width:170px;
	height:170px;
	background-size:cover;
    /* background-size: cover; */
    border-radius: 50%;
    overflow: hidden;
	background-repeat:no-repeat;
    background-position: top center;
	box-shadow:0 0 15px rgba(0,0,0,0.1);
}
.people_img span:after {
	content:'';
	position:absolute;
	top:0;left:0;right:0;bottom:0;
	background:url(../images/profile_bg.png) no-repeat center;
	background-size:auto 100%;
	opacity:.8;
	box-shadow: inset 0 0 60px rgb(76 186 255);
}
.people_img span img {
	opacity:0;
	width:190px;
	height:190px;
}
.lt .people_img {
    right: 0;
}

.rt .people_img {
    left: 0;
}

.people_img img {
    max-width: 190px;
    width: 18vw;
}

.link_area {
    position: relative;
    width: 100%;
    max-width: 1250px;
    margin: 0 auto;
    /* padding: 273px 50px 100px 50px; */
    text-align: center;
    display: flex;
	gap:20px;
    flex-wrap: wrap;
    /* background-color: #efefef; */
    justify-content: left;
    align-items: center;
}

.link_area .img {
   height:190px;
   display:flex;
    justify-content: center;
    align-items: center;
    transition: all 0.5s ease;

}
.link_area .img span {
	display:block;
	height:100%;
	background-repeat:no-repeat;
	background-size:contain;
	background-position:center;
}
.link_area .img img {
	max-height:100%;
	opacity:0;
}

.link_area .link.hover .img {
	height:80px;
	margin-bottom:10px;
}

.link_area .tit {
    display: block;
    color: #0050a3;
}

.link_area .tit span {
    font-size: 1rem;
    margin-top: 5px;
    display: block;
}

.link_area .memo {
    margin-top: 1rem;
    display: block;
	line-height:1.2;
}

.link_area .link {
	overflow:hidden;
    flex: 1 1 14.5vw;
    font-size: 1.3rem;
    color: #0050a3;
    /* border: 5px solid #55b1f3; */
    background-color: #ddf4fc;
    border-radius: 0;
    padding: 15px 15px;
    font-weight: 400;
    max-width: 250px;
    max-width:230px;
    line-height: 1;
    box-shadow: 5px 5px 10px rgb(0 0 0 / 10%);
    transition: all 0.5s ease;
    height: 281px;
}

.link_area .link.type2 {
    /* border: 5px solid #8494e3; */
    background: #e2e0ff;
}

.link_area .link.type2:focus,
.link_area .link.type2:hover {
    background-color: #4b48ae;
    border-color: #4b48ae;
}

.link_area .link.type2 .tit {
    color: #3131c0;
}

.link_area .link.type3 {
    border: 5px solid #3ba6ba;
}

.link_area .link.type3:focus,
.link_area .link.type3:hover {
    background-color: #0095a6;
    border-color: #0095a6;
}

.link_area .link.type3:focus .tit,
.link_area .link.type3:hover .tit {
    color: #ffe43a;
}

.link_area .link.type3 .tit {
    color: #000;
}

.top_area .type_order {
    position: fixed;
    right: 50px;
    bottom: 190px;
	z-index:9;
}

.top_area .type_order a {
    color: #0050a3;
    background-color: #fff;
    border-radius: 50%;
    width: 150px;
    height: 150px;
    display: flex;
    justify-content: center;
    align-items: center;
	margin-bottom:20px;
    box-shadow: 0 7px 13px rgb(0 0 0 / 20%);
}
.top_area .type_order a p {font-size:17px;line-height:1.2;margin-top:5px;}

.link_area .link:focus,
.link_area .link:hover {
    background-color: #0050a3;
    border-color: #0050a3;
    border-radius: 0.8rem;
}

.link_area .link:focus .tit,
.link_area .link:hover .tit {
    font-weight: 500;
    color: #ffe43a;
	font-size:1.2rem;
    line-height: 1.1;
}

.link_area .link:focus .tit span,
.link_area .link.hover .tit span {
    color: #fff;
    border-bottom: 1px solid #fff;
    padding-bottom: 5px;
}

.link_area .link:focus .memo,
.link_area .link:hover .memo {
	display: -webkit-box; 
    /* opacity: 1; */
/*     transition-delay: 0.3s; */
    color: #fff;
}

.link_area .link .memo {
    transition-delay: 0s;
     display: none; 
    font-weight: 400;
	font-size:19px;
    line-height: 1.2;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
}


.char_area {
    margin-bottom: 1rem;
    display: inline-block;
}

.char_area2 {
    margin-bottom: 1rem;
    display: inline-block;
}


.lt .char_area {
    position: absolute;
    left: 3%;
    top: 5%;
}
.rt .char_area {
    position: absolute;
    right: 3%;
    top: 5%;
    transform: scaleX(-1);
}


.cont_block {
background-image: url(/result/images/bg/bg2.png);
background-size:100% auto;
    padding: 3rem 0 0 0;
}
.cont_block .bg {
    position: relative;
	padding:40px 0;
	background-color:rgba(255,255,255,.55);
	/* background: rgb(211,238,255); */
	/* background: linear-gradient(0deg, rgba(211,238,255,.3) 22%, rgba(255,255,255,.1) 52%, rgba(211,238,255,.3) 84%);  */
}
.cont_block .bg:first-child {
padding-top:100px;
}
.cont_block .bg:first-child .lt .char_area {
	top:12%;
}
.cont_block .bg > div {
    padding: 7rem 0 3rem 0;
     background-image: url(../images/bg/bg_watter.png);
     background-position: center top;
}

.cont_block .bg > div#content09 {
    padding-bottom: 0;
}

.cont_block h2 {
    max-width: 870px;
    margin: 0 auto;
    padding: 0;
    font-family: "yg-jalnan", arial, sans-serif;
    font-size: 2.085rem;
    line-height: 1.4;
}

.cont_block h2 .sm {
    display: block;
    color: #0050a3;
    font-family: "yg-jalnan", arial, sans-serif;
    font-size: 1.7rem;
    margin-bottom: 1vw;
}

.cont_block .type2 h2 .sm {
    color: #5757cb;
}

.clearfix:after,
.mesg_info:after {
    content: "";
    display: block;
    clear: both;
    width: 100%;
}

.mesg_info {
    position: relative;
    z-index: 2;
    display: flex;
    flex-wrap: wrap;
    max-width: 1300px;
    margin: 0 auto;
    padding: 4rem 0;
    text-align: left;
}

.mesg_info__movie {
    width: 43%;
}

.mesg_info__movie .movie {
    position: relative;
}

.mesg_info__movie .movie:after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 4rem;
    height: 2.5rem;
    background: url(../images/btn_play.png) no-repeat center;
    background-size: auto 100%;
}

.type1 .mesg_info__movie a {
    width: 100%;
    border: 10px solid #abcdef;
    display: inline-block;
    border-radius: 0.7rem;
    overflow: hidden;
}

.type2 .mesg_info__movie a {
    border: 7px solid #b9c0f1;
    border-radius: 0.7rem;
    display: inline-block;
    overflow: hidden;
}

.mesg_info__movie img {
    width: 100%;
}

.lt .mesg_info__movie {
    float: left;
}

.rt .mesg_info__movie {
    position: absolute;
    right: 0;
}

.mesg_info__txt {
    width: 57%;
    font-size: 1.05rem;
    min-height: 319px;
}

.mesg_info__txt .txt_box {
    position: relative;
    background-color: rgb(142 207 233 / 20%);
    /* border: 1px solid #99abbd; */
    padding: 30px;
    height: 100%;
    /*  padding-right: 100px; */
    border-radius: 0.7rem;
    box-shadow: 0 10px 14px rgba(0,0,0,0.1);
}

.lt .mesg_info__txt {
    float: left;
    padding-left: 2rem;
}

.rt .mesg_info__txt {
    float: right;
    padding-right: 2rem;
}

.mesg_info__txt dl {
    margin-bottom: 0.8rem;
}

.mesg_info__txt dt,
.mesg_info__txt dd {
    display: inline-block;
    vertical-align: top;
    line-height: 1.6;
    padding: 7px 0 5px 0;
}



.type2 .mesg_info__txt dt {
    background-color: #423faa;
}

.type2 .mesg_info__txt .txt_box {
    background-color: rgb(130 126 253 / 10%);
    /* border: 1px solid #b7abef; */
    box-shadow: 0 10px 14px rgb(0 0 0 / 20%);
}

.mesg_info__txt dt {
    background-color: #0050a3;
    color: #fff;
    width: 140px;
    text-align: center;
    border-radius: 4rem;
    font-size: 1rem;
}

.mesg_info__txt dd {
    width: calc(100% - 160px);
    padding-left: 1rem;
}

.link_top {
    position: fixed;
    bottom: 5%;
    right: 2.5%;
    z-index: 3;
}

@media screen and (max-width:1300px) {
	.char_area {
		zoom:.6;
	}
.lt .char_area {left:0px;}
	.rt .char_area {right:0px;}
	.cont_block h2 {
		padding:0 10vw;
	}
}

/* 
#content01:after {
    content: "";
    width: 30vw;
    height: 30vw;
    max-width: 350px;
    max-height: 350px;
    position: absolute;
    right: 0;
    top: 0;
    background-image: url(../images/bg/bg_pipe1.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: right top;
}

#content05:after {
    content: "";
    width: 30vw;
    height: 30vw;
    max-width: 450px;
    max-height: 450px;
    position: absolute;
    right: 0;
    top: -5%;
    background-image: url(../images/bg/bg_pipe2.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: right top;
} */

/* #content04:after {
    content: "";
    width: 30vw;
    height: 30vw;
    max-width: 450px;
    max-height: 450px;
    position: absolute;
    right: 0;
    top: -15%;
    background-image: url(../images/bg/bg_pipe3_l.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: right top;
} */

/*
#content07 {
	&:after {
		content: '';
		width: 30vw;
		height: 30vw;
		max-width: 350px;
		max-height: 450px;
		position: absolute;
		left: 3%;
		top: -7%;
		background-image: url(../images/bg/cont_07.png);
		background-repeat: no-repeat;
		background-size: contain;
		background-position: right top;
	}
}
*/
/* #content07:after {
    content: "";
    width: 30vw;
    height: 30vw;
    max-width: 350px;
    max-height: 450px;
    position: absolute;
    left: 0;
    top: -15%;
    background-image: url(../images/bg/bg_pipe4_l.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: right top;
}
 */
/*qna*/
.qna_wrap .tab_area {
    padding: 50px 0;
}

.qna_wrap .tab_area ul li {
    display: inline-block;
    padding: 0 1.5rem;
    font-size: 1.5rem;
    padding: 15px 2.5rem 10px 2.5rem;
    border-radius: 2rem;
}

.qna_wrap .tab_area ul li.on {
    background-color: #0050a3;
}

.qna_wrap .tab_area ul li.on a {
    color: #fff;
    font-weight: bold;
    font-family: "경기천년채", "GmarketSans", Dotum, "돋움", AppleGothicNeoSD, "Apple SD 산돌고딕 Neo", "굴림", arial, sans-serif;
}

.list_qna {
    font-family: "경기천년채", "Noto Sans KR", sans-serif;
}

.qna_detail_wrap {
    padding: 5vw 3vw;
    background-image: url(../images/bottom_bg.png);
    background-size: cover;
    background-position: top center;
    background-repeat: repeat-x;
}

.qna_detail_wrap .detail_block {
    display: none;
    max-width: 1280px;
    margin: 0 auto;
    background-color: #fff;
    box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.1);
    text-align: left;
    padding: 20px;
}

.qna_detail_wrap .detail_block.on {
    display: block;
}

.qna_detail_wrap .detail_block .list_qna li {
    border-bottom: 1px solid #ececec;
}

.qna_detail_wrap .detail_block .list_qna li a {
    display: block;
    padding: 15px 20px;
    font-size: 1.2rem;
    font-family: "Noto Sans KR", sans-serif;
}

.qna_detail_wrap .detail_block .list_qna li .q:before {
    content: "Q";
    font-size: 35px;
    font-weight: bold;
    color: #6853e7;
    display: inline-block;
    margin-right: 1rem;
    vertical-align: middle;
}

.qna_detail_wrap .detail_block .list_qna li .detail_answer {
    position: relative;
    font-size: 1.2rem;
    line-height: 1.5;
    font-family: "Noto Sans KR", sans-serif;
}

.qna_detail_wrap .detail_block .list_qna li .detail_answer:before {
    content: "A";
    font-size: 35px;
    font-weight: bold;
    color: #0050a3;
    position: absolute;
    left: 1.5rem;
    top: 1rem;
}

.qna_detail_wrap .detail_block .list_qna li .detail_answer {
    display: none;
    background-color: #f0f0f0;
    border-top: 1px solid #ddd;
    padding: 30px;
    padding-left: 90px;
    height: 0;
    color: #222;
}

.qna_detail_wrap .detail_block .list_qna li .detail_answer b {
    font-weight: bold;
    color: #0083d4;
    font-family: "Noto Sans KR", sans-serif;
}

.qna_detail_wrap .detail_block .list_qna li.on a {
    box-shadow: 0 3px 5px rgba(29, 140, 151, 0.1);
    color: #0050a3;
    font-weight: bold;
}

.qna_detail_wrap .detail_block .list_qna li.on .detail_answer {
    display: block;
    height: auto;
}

.btn_xx {
    position: absolute;
    top: 0;
    right: -3.5rem;
    width: 3rem;
    height: 3rem;
    background: url(../images/btn_x.png);
    background-size: 100%;
    text-indent: -99999px;
}

.pop_layer {
    display: none;
    position: relative;
    z-index: 99;
}

@media screen and (min-width: 1921px) {
	.cont_block h2 {
		max-width: 1280px;
		font-size:2.1rem;
	}
	.mesg_info {
		max-width: 1640px;
	}
	.mesg_info__txt {
		font-size: 1.2rem;
	}
	.link_area {
	    max-width: 1500px;
	}
}

@media screen and (max-width: 1550px) {
    .link_area .link {
        font-size: 1.8vw;
		line-height: 1.8vw;
		padding: 1vw 1vw;
		min-width: 200px;
		flex: 1 1 15.5vw;
		border: 0.35vw solid #55b1f3;
    }
}

@media screen and (max-width: 1280px) {
    .people_img {
        position: absolute;
        right: 0;
        top: -20vw;
  html {
        font-size: 18px;
    }

    .cont_block>div {
        padding: 3vw 4vw;
    }

    .cont_block>div#content01 {
        padding-top: 8vw;
    }

    .cont_block>div h2 {
        padding: 0px 20vw;
        font-size: 2rem;
    }

    .mesg_info__movie {
        width: 43%;
    }

    .mesg_info__txt {
        width: 57%;
        min-height: auto;
    }

    .mesg_info__txt dl {
        margin-bottom: 0;
    }

    .mesg_info__txt.type2 .txt_box {
        padding: 2vw;
    }

    .mesg_info__txt .txt_box {
        /*background-color: transparent;
    border: 0;
    padding: 2vw 0;*/
    }

    .mesg_info__txt dt {
        font-size: 1.125rem;
        padding: 2px 0 0 0;
        width: 6rem;
    }

    .mesg_info__txt dd {
        width: 67%;
        font-size: 1.125rem;
    }

    .link_area .link {
        width: 18.5vw;
    }

    .link_area .link:hover {
        z-index: 3;
    }

    .link_area .memo {
        margin-top: 1.2vw;
    }
	
	.link_top img {width:100px;} 
}

@media screen and (max-width: 840px) {
	.link_area .img {display:none;}
	.link_area .img img {display:none;}
	.link_area .link {height:auto;}
	 .top_area .type_order {
		position: static;
		gap: 20px;
		display: flex;
		justify-content: center;
	 }
	 .top_area .type_order a {width:120px;height:120px;}
	 .top_area .type_order a img {width:50px;}
	 .top_area .type_order a p {font-size:16px;}
	 .cont_block .bg > div {
		padding-top:5vw;
	 }
	 .cont_block .bg {padding-top:0;}
	 .char_area {display:none;}
    #content04:after {
        top: -8%;
    }

    .people_img img {
        width: 24vw;
    }

    .lt .people_img {
        right: 0;
    }

    .rt .people_img {
        right: 0;
        left: auto;
    }

    .cont_block>div h2 {
        padding: 0px 8vw;
        font-size: 1.8rem;
    }

    .cont_block>div h2 .sm {
        font-size: 1.3rem;
    }

    html {
        font-size: 16px;
    }

    .char_area.char_03 {
        position: static;
    }

    .char_area.char_03 img {
        width: 28vw;
    }

    .cont_block>#content02,
    .cont_block>#content03 {
        padding: 0 4vw 0 4vw;
    }

    .type1 .mesg_info__movie a {
        width: auto;
    }

    .rt .mesg_info,
    .lt .mesg_info {
        padding: 1rem;
    }

    .rt .mesg_info__movie,
    .lt .mesg_info__movie {
        float: none;
        width: 100%;
        text-align: center;
        position: static;
    }

    .rt .mesg_info__movie img,
    .lt .mesg_info__movie img {
        max-height: 20rem;
        width: auto;
    }

    .rt .mesg_info__txt,
    .lt .mesg_info__txt {
        float: none;
        width: 100%;
        padding: 0;
        min-height: auto;
        margin-top: 1rem;
    }

    .link_area {
        display: flex;
        flex-wrap: wrap;
		gap:10px;
    }

    .link_area .bg_img {
        display: none;
    }

    .link_area .link {
        font-size: 2.85vw;
        line-height: 4.8vw;
        padding: 3vw 5vw 3.5vw 5vw;
        border: 3px solid #55b1f3;
        position: static;
        margin: 0;
        border-radius: 0.8rem;
        /* transform: translateY(0); */
        display: flex;
        width: 38vw;
        max-width: none;
        flex: 1 1 auto;
        justify-content: center;
        align-items: center;
    }

    .link_area .link:focus .tit,
    .link_area .link:hover .tit {
        line-height: inherit;
    }

    .link_area .link:focus .memo,
    .link_area .link:hover .memo {
		display:none;
        color: #fff;
        transition-delay: initial; 
		font-size: 2.5vw;
    }

    .link_area .link .tit {
        font-size: 2.85vw;
        line-height: inherit;
    }

    .link_area .link .memo {
        font-size: 3.2vw;
        margin-top: 1vw;
        opacity: 1;
        font-size: 1.2rem;
        transition-delay: initial;
    }
}

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

    .link_area .link:focus .tit span,
    .link_area .link:hover .tit span {
        border-bottom: 0;
        padding-bottom: 0;
    }

    .qna_detail_wrap .detail_block .list_qna li .detail_answer {
        font-size: 1.125rem;
        line-height: 1.4;
    }

    .btn_xx {
        top: 50%;
        right: -1.5rem;
        transform: translateY(-1.5rem);
    }

    .char_area.char_01 img {
        width: 15vw;
    }

    html {
        font-size: 16px;
    }

    .cont_block h2 {
        font-size: 5.5vw;
    }

    .cont_block h2 .sm {
        font-size: 4.5vw;
    }

    header h1 {
        font-size: 7vw;
        padding: 11vw 0;
    }

    div .top_area {
        padding: 47vw 5vw 10vw 5vw;
    }

    .mesg_info__txt .txt_box {
        padding: 3vw;
    }

    .link_top img {
        width: 4rem;
    }

    .qna_wrap .tab_area {
        padding: 5vw 0;
    }

    .qna_wrap .tab_area ul li {
        padding: 12px 0 7px 0;
        width: 43%;
        background-color: #fff;
        margin: 5px 3px;
    }

    .qna_detail_wrap {
        padding: 0;
        background: none;
    }

    .qna_detail_wrap .detail_block {
        padding: 3vw 4vw;
    }

    .qna_detail_wrap .detail_block .list_qna li a {
        padding: 10px 10px;
    }

    .qna_detail_wrap .detail_block .list_qna li .q:before {
        display: none;
    }

    .qna_detail_wrap .detail_block .list_qna li .detail_answer {
        padding: 10px;
    }

    .qna_detail_wrap .detail_block .list_qna li .detail_answer:before {
        display: none;
    }
	.link_top img {width:80px;}
}

@media screen and (max-width: 640px) {
    .char_area.char_07 img {
        width: 20vw;
    }

    .qna_wrap .tab_area ul li {
        font-size: 5vw;
    }

    iframe {
        overflow: hidden;
        border: 0;
        width: 79vw;
        max-width: 1280px;
        height: 79vh;
        max-height: 45vw;
    }

    .link_area .link .memo {
        font-size: 4vw;
    }

    .link_area .link .tit {
        font-size: 3.5vw;
    }

    #content01:after {
        top: 0;
    }

    .char_area.char_01 img {
        width: 22vw;
    }
	.mesg_info__txt dl {padding:10px 0;}
	.mesg_info__txt dt {
    color: #0050a3;
	background:none;
    padding: 0;
    width: auto;
    font-weight: bold;
    border-radius: 0;
	font-size:1.2rem;
	} 
	.type2 .mesg_info__txt dt {
	
    color: #423faa;
    padding: 0;
    width: auto;
    font-weight: bold;
	background:none;
    border-radius: 0;
	}
	.mesg_info__txt dd {
		padding:0;
	}
}

@media screen and (max-width: 480px) {
    .link_area .link .memo {
        font-size: 4.2vw;
    }

    .link_area .link .tit {
        font-size: 4.5vw;
    }

    .cont_block>div {
        padding: 5vw 3vw;
    }

    .cont_block>div h2 {
        padding: 0px 8vw;
        font-size: 1.35rem;
    }

    .cont_block>div h2 .sm {
        font-size: 1.1rem;
    }

    .type1 .mesg_info__movie a {
        width: auto;
        border: 5px solid #abcdef;
    }

    .type2 .mesg_info__movie a {
        width: auto;
        border: 5px solid #b9c0f1;
    }

    .mesg_info__txt dl {
        margin-bottom: 1vw;
    }

    .mesg_info__txt dd {
        width: 100%;
        font-size: 1rem;
        line-height: 1.4;
    }

    .mesg_info__txt dt {
        /* font-size: 1rem; */
    }
}

@media screen and (max-width: 320px) {
    html {
        font-size: 14px;
    }

    .mesg_info__txt dt {
        font-size: 0.8rem;
    }
}

/*# sourceMappingURL=default.css.map */